hibernate-issues

hibernate-issues@lists.jboss.org
  • 1 participants
  • 917 discussions
[Hibernate-JIRA] Created: (HHH-5245) Introduce LobHelper
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5248) Introduce CompositeType interface (to replace AbstractComponentType interface)
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5200) Prepare to use H2 as the default testing datbase
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5069) Fix annotation documentation wrt setup
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5218) Provide a new "pooled value" based optimizer which interprets the database value as the low boundary instead of upper boundary
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5131) SchemaExport drop fails if constraint names change
by Strong Liu (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5032) Setting LockModeType.OPTIMISTIC_FORCE_INCREMENT defaults to only OPTIMISTIC
by Carlos Vara (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5208) Oracle 11g R2 RAC - Test SequenceIdentityTest fails because first value of sequence is "2"
by Strong Liu (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5210) Query Cache effective only after closing the session that created the cache
by Strong Liu (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5078) JPA criteria query numeric expressions produce wrong result (due to wrong bracketing)
by Christoph Gerkens (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5173) hql - average returns double but looses the decimal part
by Sébastien Peters (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4966) Entity Manager bug with ParameterExpressionImpl
by jean-claude cote (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5217) Minimize double sequence value reads in PooledOptimizer
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5178) Unit tests in org.hibernate.test.immutable fail on mssql and sybase due to keyword used for table and column name
by Gail Badner (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5186) update db profiles id and jdbc properties' name to use dballocator
by Strong Liu (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-3377) this time its h2 : foncusion of DECIMAL and NUMERIC column types
by Jan Baumann (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5006) hibernate.globally_quoted_identifiers=true and Annotations tests
by Stephan Palm (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5171) Allow usage of standalone @JoinFormula annotation
by Sharath Reddy (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5042) TableGenerator does not increment hibernate_sequences.next_hi_value anymore after having exhausted the current lo-range
by Guenther Demetz (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4991) ManyToMany table not joined due to max_join_depth parameter, results to SQL exceptions
by Sergii Novotarskyi (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4957) Criteria Projections.countDistinct() function broken
by Lin Lai Fu (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5125) The annotations @Entity and @MappedSuperclass used in one class produce a nullpointerexception
by Simone Rodenbach (JIRA)
16 years
[Hibernate-JIRA] Created: (ANN-756) @Column annotation ignored when placed on entity's @Id property
by sagi mann (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-2608) allow delete-orphan cascade style in one-to-one mapping
by Joe Kelly (JIRA)
16 years
[Hibernate-JIRA] Created: (ANN-573) Many-to-many with Attributes (Attribute-class with two @ManyToOne mappings as @Id) not possible
by Christian Köberl (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4744) Incorrect audit entity for TABLE_PER_CLASS with abstract classes (results in query error)
by Volker Schmidt (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4078) EntityMetamodel#entityNameByInheritenceClassNameMap mapping from class or class names?
by Tsering Shrestha (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4438) It is impossible to override RelationTargetAuditMode using AuditOverride
by Eugene Goroschenya (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4626) OneToMany cascadeType.ALL change collection and merge - does not remove entities
by Dave (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-3940) Remove hasSelfReferentialForeignKeyBug (returning true) override from MySQL dialects
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-3995) Cleanup test data
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-2439) delay IDENTITY insertions in the case of FlushMode.MANUAL/NEVER
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4706) Leverage new o.h.dialect.function.TrimFunctionTemplate and o.h.dialect.function.AnsiTrimFunction classes
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-3946) Test FooBarTest isn't opening transactions and contains an invalid assertion
by Juraci Paixao Krohling (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4035) skip org.hibernate.action.BulkOperationCleanupAction on INSERT HQL queries
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4885) Use "test" durability mode for derby database in testssuites
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5052) EventListenerConfigurator uses Ejb3Configuration but could use AnnotationConfiguration instead
by Alexandre Walter Pretyman (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-2309) fetch only the lazy property needed
by German de la Cruz (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5123) Brazilian translations
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5239) Criteria.setLockMode KO
by bill dupond (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4903) Ambiguous column in field list
by Luis Eduardo Villares Matta (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4624) QueryImpl.list() closes connection
by Dieter Freismuth (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-3077) Move references to LRUMap and ReferenceMap
by Stephen Kestle (JIRA)
16 years
[Hibernate-JIRA] Erstellt: (HHH-2224) executeUpdate causes coarse cache invalidation
by Stefan Fleiter (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4832) Secondary tables do not work in JOINED or TABLE_PER_CLASS inheritance strategies
by Simon Godden (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-2470) Use of session.createSQLQuery causes memory leak
by Bjørn Bjerkeli (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-3221) Cascading performance problems when session contains many entities
by Yves Galante (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5266) NullPointer in toString of PersistentBag
by Jan Stolze (JIRA)
16 years
[Hibernate-JIRA] Created: (ANN-793) @ManyToOne - @OneToMany doesn't work with @Inheritance(strategy= InheritanceType.JOINED)
by Tomaz Cerar (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4716) NotAuditedException using the entity name concept of hibernate.
by Subhan (JIRA)
16 years
Results per page: