hibernate-issues

hibernate-issues@lists.jboss.org
  • 1 participants
  • 975 discussions
[Hibernate-JIRA] Created: (HHH-3875) Difference between "left join" and "left join fetch"
by Sandeep Vaid (JIRA)
13 years, 10 months
[Hibernate-JIRA] Created: (HHH-5077) @OrderBy in combination with NamedQuery throws an error
by Thomas Götzinger (JIRA)
13 years, 10 months
[Hibernate-JIRA] Created: (HHH-3500) Hibernate fails to resolve the correct orderby column in SQL when using inheritance hierarchy
by Joonas Koivunen (JIRA)
13 years, 10 months
[Hibernate-JIRA] Created: (ANN-807) @OrderBy don't quote identifiers
by StarBreeze (JIRA)
13 years, 10 months
[Hibernate-JIRA] Created: (HHH-3300) HQL looks for property in wrong class and reports "could not resolve property"
by Cristian Bogdan (JIRA)
13 years, 10 months
[Hibernate-JIRA] Created: (EJB-363) @OrderBy applied to collection property of derived class does not work properly when column used for ordering belongs to base class (using MySQL 5)
by Rich Eggert (JIRA)
13 years, 10 months
[Hibernate-JIRA] Created: (HHH-3577) Wrong SQL in order by clause when using joined subclasses
by Hardy Ferentschik (JIRA)
13 years, 10 months
[Hibernate-JIRA] Created: (HHH-4044) ejbql select count() and composite keys problem
by Thierry Accart (JIRA)
13 years, 10 months
[Hibernate-JIRA] Created: (HHH-4754) @AuditMappedBy broken with inheritence
by Chris Raschl (JIRA)
13 years, 11 months
[Hibernate-JIRA] Created: (HHH-2828) criteria search by class throws org.hibernate.QueryException: Unsupported discriminator type null when mapping exists for this class
by jo desmet (JIRA)
13 years, 11 months
[Hibernate-JIRA] Created: (HSEARCH-188) Add an option to use JMS in a JTA tx (rather than the post TX work done right now)
by Emmanuel Bernard (JIRA)
13 years, 11 months
[Hibernate-JIRA] Created: (HSEARCH-407) Standalone: support pure query and object rehydratation from Lucene storage
by Emmanuel Bernard (JIRA)
13 years, 11 months
[Hibernate-JIRA] Created: (HSEARCH-5) Only index an entity when it's index properties have physically changed
by Emmanuel Bernard (JIRA)
13 years, 11 months
[Hibernate-JIRA] Created: (ANN-809) Composite Key which contains a discriminator causes "Repeated Column" errors
by Pasi Orovuo (JIRA)
13 years, 11 months
[Hibernate-JIRA] Created: (HHH-3958) Superfluous generated updates cause Violation of UNIQUE KEY constraint
by Guenther Demetz (JIRA)
13 years, 12 months
[Hibernate-JIRA] Created: (HHH-4030) Implement support for native recursive query functionality of popular DBMSes
by David Cracauer (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-3961) SQLServerDialect, support nowait in LockMode.UPGRADE_NOWAIT
by Guenther Demetz (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-3718) call to id getter initializes proxy when using AccessType( "field" )
by Paul Lorenz (JIRA)
14 years
[Hibernate-JIRA] Created: (HSEARCH-295) Generate the "right" FilterKey instance even on parameterized filters
by Emmanuel Bernard (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-5130) Add pointers to Infinispan second level cache
by Sanne Grinovero (JIRA)
14 years
[Hibernate-JIRA] Created: (BVAL-108) Implement a simpe performance test harness for Bean Validation
by Hardy Ferentschik (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-2614) Blob Length Set to 255 By Default With Derby DB
by Sean Sylvis (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-3240) In Derby field type 'text' is converted to CLOB(255)
by Aleksander Rozman (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-5160) Error on binding values prepared statment in many-to-any relation
by wof (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-5043) Incorrect handling of hibernate.default_schema in SchemaUpdate
by Vladimir Klyushnikov (JIRA)
14 years
[Hibernate-JIRA] Created: (ANN-728) @NaturalId doesn't work with @Embeddable/@Embedded
by Kenny MacLeod (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-2085) org.hibernate.event.def.DefaultLoadEventListener logs exception at info level
by Don Smith (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-4808) SessionImpl.initializeCollection() does not release JDBC connection (if outside of a transaction)
by Martin Renner (JIRA)
14 years
[Hibernate-JIRA] Created: (HHH-3307) HQL query translation in real SQL ignores the dialect class
by Thomas Schilf (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (EJB-361) Query#setParameter(int position, Object value) wrong implementation
by Fabrice Daugan (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HHH-3799) PersistentSet does not honor hashcode/equals contract when loaded eagerly
by Igor Vaynberg (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HHH-4699) String mapped ENUMs can't be loaded from CHARs only VARCHARS (fix is trivial)
by Pierce Wetter (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HV-161) Hibernate Validator does not validate several groups in // during one navigation path
by Emmanuel Bernard (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HHH-4962) @ManyToOne with @JoinTable fails
by Clint Popetz (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HV-264) Validation of List of primitives
by Michenaud Laurent (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HV-270) Verify in the annotation processor that constraints are not stupid
by Emmanuel Bernard (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HV-135) Constraints can contains constraint annotations to validate params before initialize is called
by Emmanuel Bernard (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HV-308) Annotation processor should consider validators registered by XML constraint mapping
by Gunnar Morling (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (BVAL-22) Dynamic metadata mode
by Emmanuel Bernard (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (BVAL-44) Explore integration with Bean Validation APIs and a Rule engine
by Emmanuel Bernard (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (BVAL-189) Bean Validation should use java.beans.PropertyDescriptor
by Brian (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (BVAL-197) validation of a persisted map
by tho gau (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HHH-2548) when "order by" a composit object, which may be null, the result list returns only when the composit objcts not null
by Yu Deng (JIRA)
14 years, 1 month
[Hibernate-JIRA] Created: (HSEARCH-321) FSSlaveDirectoryProvider incorrectly creates a subdirectory named 0
by Emmanuel Bernard (JIRA)
14 years, 2 months
[Hibernate-JIRA] Created: (ANN-640) use property names defined in CompositeUserType as default column names
by Michael Newcomb (JIRA)
14 years, 2 months
[Hibernate-JIRA] Created: (HHH-2968) SimpleExpression.getTypedValues NullPointerException when ignoreCase and value==null
by Martijn Brinkers (JIRA)
14 years, 2 months
[Hibernate-JIRA] Created: (BVAL-194) Invalid license info
by Stevo Slavic (JIRA)
14 years, 2 months
[Hibernate-JIRA] Created: (HV-280) Missing </code> element in Javadocs for ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
by Ed Burns (JIRA)
14 years, 2 months
[Hibernate-JIRA] Created: (BVAL-206) Update pom to use the new distributationManagement information
by Hardy Ferentschik (JIRA)
14 years, 2 months
[Hibernate-JIRA] Created: (BVAL-201) Fix typo in spec, chapter 4.4.3
by Gunnar Morling (JIRA)
14 years, 2 months
Results per page: