hibernate-issues

hibernate-issues@lists.jboss.org
  • 1 participants
  • 975 discussions
[Hibernate-JIRA] Created: (HHH-4723) Column in SQL query is returned as java.lang.Character
by Nick de Graeve (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-3313) Criteria + Property Projection + LockMode causes a NPE
by Christian Nelson (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-2304) Wrong type detection for sql type char(x) columns
by Markus Heiden (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HSEARCH-395) Master/Slave configuration as outlined in Hibernate Search in Action does not work when shared location is on NFS
by Sam Doyle (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HSEARCH-159) Sort + Pagination returns wrong results.
by Jason Eacott (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-3429) SQLQuery, advice user to always use addScalar if CHAR column are involved.
by Anthony Patricio (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-2220) session.createSQLQuery(sql) translates database type CHAR(n) to Java type char instead of String
by Regis Pires Magalhaes (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-2429) SQL Character Types Incorrectly mapped to Java objects
by Tyler Van Gorder (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HCANN-10) JPA OneToOne(optional=true) not supported, supported alternative NotFound() is hibernate-proprietary!
by Bruno Melloni (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-4854) Make constraint violation name extraction language neutral
by Jonas Olsson (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-3239) MarkerObject should be serializable when using with swf
by Goran Blankendal (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-2774) Call ResultTransformer.transformList() even if the list argument is an empty list
by Christian Bauer (JIRA)
14 years, 6 months
[Hibernate-JIRA] Created: (HHH-4838) 2L-Querycache ImmutableNaturalKeyLookup not properly recognized as hasImmutableNaturalId() is called on wrong EntityMetamodel
by Guenther Demetz (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (EJB-276) Support for CLOB not working for DB2 when table per concrete class is being used
by breako (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (BVAL-193) Publish javax.validation:validation-api to Maven central
by Pete Muir (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (BVAL-200) Validator cannot find validation.xml unless is placed in /WEB-INF/classes/META-INF
by Cris Webber (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (HHH-3248) org.hibernate.cache.EhCache.toMap() throws NullPointerException
by Kenny MacLeod (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (HHH-3747) Memory leak in EnumType class.
by Paweł Kępka (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (HHH-3836) composite-element with null columns in map is ignored
by Benoit Goudreault-Emond (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (HCANN-18) Make sure that the build enforces JDK 5 compilation just like Core does today
by Emmanuel Bernard (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (HHH-3318) Allow omitting varchar limit by default in PostgreSQL
by Luke Maurer (JIRA)
14 years, 7 months
[Hibernate-JIRA] Created: (HHH-3244) Implement support NVARCHAR type
by Sergey Derugo (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-2955) Unnecessary version updates in two cases.
by Sławomir Wojtasiak (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (EJB-318) PostUpdate callback not called after update on a collection / association (@OneToMany for example)
by Aghnar von Salza (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-3051) NPE while query.list on a Native SQL, using L2 cache
by Amit Kapoor (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HCANN-20) Update pom to use the new distributationManagement information
by Hardy Ferentschik (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-4580) Possible Sybase bug causes AssertionFailure in QueryByExampleTest
by Strong Liu (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (ANN-814) OneToOne Unidirectional Support
by Rachit (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-4727) Add option to specify foreign key name on table with shared primary key used in one-to-one relationship
by Pavla Nováková (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (ANN-667) Foreign key name on @OneToOne
by Immo Heikkinen (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-2225) NPE when eager fetching joined component with native SQL query
by Christian Bauer (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (EJB-385) JPA method of merge failed to insert deleted records from database
by Hari (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (ANN-853) Implement JPA 2.0 annotation support
by Emmanuel Bernard (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-4066) JPA compatibility problem
by Albert Kurucz (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-3223) PersistentMap.remove() incorrect on uninitialized, non-extra-lazy map
by Michael Newcomb (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-3459) NullPointerException in Formatter.isFunctionName with certain SQL when pretty format is used
by Scott Feldstein (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-4830) @PostLoad -> LazyInitializationException: illegal access to loading collection ond a @OneToMany with FetchType.EAGER
by Cédric Templie (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (EJB-364) Composite PK and @GeneratedValue
by Radosław Smogura (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-3028) Memory consumption when query cache is enabled
by Markus Heiden (JIRA)
14 years, 8 months
[Hibernate-JIRA] Created: (HHH-3876) collection [] was not processed by flush() triggering for unknown reasons
by Mark Derricutt (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (HBX-1081) Generation of meta attributes for composite-id
by Anders Reinhardt Hansen (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (HHH-3305) hbm2ddl: MS SQL Server 2005 defaults to Clustered Index on PK, lets use PRIMARY KEY NONCLUSTERED for hbm2ddl as a more reasonable default
by Jim Doyle (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (ANN-758) map key type no longer inferred correctly, throws exception at runtime
by David Mansfield (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (HHH-2449) Lazy loading for one-to-one asociations
by jose (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (ANN-614) @WhereJoinTable doesn't work with @ManyToOne
by Victor (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (HHH-4648) Mapping exception when one class maps to multiple tables.
by Subhan (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (HHH-3029) use_sql_commants fails on Derby
by Oleksandr Alesinskyy (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (HHH-5002) testQuery in org.hibernate.test.legacy.FooBarTest errors running with Ingres dialect
by Ray Fan (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (HHH-2646) Informix 10 dialect with BLOB/CLOB support
by Thomas Much (JIRA)
14 years, 9 months
[Hibernate-JIRA] Created: (HHH-2059) Section 19.2 of the documentation does not show Ehcache as supporting clusters. It does.
by Greg Luck (JIRA)
14 years, 9 months
Results per page: