Commit Graph

6492 Commits

Author SHA1 Message Date
Radim Vansa 43345754f5 HHH-10163 QueryResultsRegion is not invalidated from evictAll() 2015-11-02 09:37:01 +01:00
cranforc c65cb7e850 HHH-8435 @Lob/@Nationalized results in NCLOB in MSSQL2005 rather than NVARCHAR(MAX)
HHH-8435 @Lob/@Nationalized results in NCLOB in MSSQL2005 rather than
NVARCHAR(MAX)
2015-10-30 13:05:36 -05:00
Holger 6ace838d61 HHH-10181: CacheableFileXmlSource.doBind uses obsolete .bin file 2015-10-30 13:00:46 -05:00
Steve Ebersole eb2f33328d HHH-9160 - javax.persistence.Query#getParameterValue(String) returns the ParameterRegistration not the parameter value 2015-10-30 12:55:16 -05:00
Gail Badner 71f4f3272a HHH-9979 : Add tests using bean validation, and PRE_INSERT and POST_INSERT event listeners 2015-10-29 16:39:16 -07:00
Steve Ebersole 287a516760 HHH-9230 - NullPointer when combining JPQL query with in clause and @NamedEntityGraph 2015-10-29 09:52:53 -05:00
Steve Ebersole 9390062abc HHH-10222 - AttributeConverter not applied to @ElementCollection 2015-10-28 23:05:35 -05:00
Steve Ebersole 2db30fd455 HHH-10222 - AttributeConverter not applied to @ElementCollection 2015-10-28 22:54:04 -05:00
michal 2a99b256b8 HHH-10222 - AttributeConverter not applied to @ElementCollection 2015-10-28 22:50:34 -05:00
Janario Oliveira 41879f6d1a HHH-5948 - Trying to get a PluralAttributePath from a @MappedSuperclass throws org.hibernate.MappingException: Unknown collection role - Changed to read path from entity (not mappedclass) as defined in CollectionBinder.bind() 2015-10-28 21:56:14 -05:00
Steve Ebersole bf41b43c16 HHH-8712 - Hibernate startup error "HHH015011: Unable to locate static metamodel field" 2015-10-28 21:26:48 -05:00
Steve Ebersole dbb84be810 HHH-8712 - Hibernate startup error "HHH015011: Unable to locate static metamodel field" 2015-10-28 20:44:05 -05:00
Hardy Ferentschik 25d8a66ac7 HHH-6475 - Metamodel check fails when subclasses are used 2015-10-28 13:26:06 -05:00
Steve Ebersole e6c1f511a3 HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive) 2015-10-27 23:22:42 -05:00
Steve Ebersole 246e98c5af HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive) 2015-10-27 21:55:14 -05:00
Steve Ebersole 82c5e0ae26 HHH-1400 - formula-based property leads to generation of invalid SQL with subselect fetches 2015-10-27 21:40:25 -05:00
Andrea Boriero fa4e1a04ed HHH-10169 - Fix Hibernate ignores foreign-key name in hbm <joined-subclass> 2015-10-27 17:25:39 +00:00
Andrea Boriero b315c0b949 HHH-10169 - Add test for issue 2015-10-27 17:22:20 +00:00
Steve Ebersole 3b2157be45 HHH-10166 - Sequence generator creates duplicate keys 2015-10-27 06:05:03 -05:00
Steve Ebersole 57c5d06f0e HHH-10203 - Overriden UniqueDelegate.getTableCreationUniqueConstraintsFragment not called anymore in SchemaExport 2015-10-26 21:07:08 -05:00
Steve Ebersole e71627ab00 HHH-10206 - Primary key not created for a Set after loading from XML mapping file 2015-10-26 20:19:14 -05:00
Steve Ebersole c07e93bfb1 HHH-10207 - Constraint name not considered for a Set while loading from XML mapping file 2015-10-26 19:44:15 -05:00
Steve Ebersole 53dfed4496 HHH-9897 - @OneToMany association with @JoinFormula throws NPE 2015-10-26 19:25:18 -05:00
Steve Ebersole be40ccf9cc HHH-9784 - Scroll method does not support provided HQLQueryPlan 2015-10-26 18:59:27 -05:00
reda-alaoui 09127bf1c3 HHH-9784 Scroll method does not support provided HQLQueryPlan 2015-10-26 18:53:46 -05:00
Réda Housni Alaoui 1677e0662b HHH-9374 EntityGraph applied to subquery when using collection function 2015-10-26 17:43:45 -05:00
drepshas ac616ccbfa HHH-10087 allow locks to be prepended to SQL
This allows locking code to work for the Teradata database
2015-10-26 17:18:38 -05:00
Jan Martiska 1fa78f9658 [HHH-10188] "stored" is a reserved keyword 2015-10-26 17:15:53 -05:00
Jan Martiska 06311d32a1 HHH-10195 fix QueryHintSQLServer2012Test 2015-10-26 17:11:24 -05:00
Jan Martiska 6ff0abf682 HHH-10196 DefaultGeneratedValueTest fails on MySQL
fix
2015-10-26 17:05:19 -05:00
Steve Ebersole 56fae44589 HHH-10217 - ModelBinder fails to bind version property when generated="always" 2015-10-26 17:00:06 -05:00
Steve Ebersole 8bcf66631d HHH-10208 - Index not considered while loading from XML mapping file 2015-10-26 13:14:44 -05:00
Andrea Boriero 83a477a0d1 HHH-10180 - Fix hbm2ddl tools cannot generate create/update script not modifying the database 2015-10-26 14:27:09 +00:00
Andrea Boriero e71b32fe91 HHH-10180 - Add test for issue 2015-10-26 14:18:42 +00:00
Andrea Boriero d44cb40c34 HHH-10197 - Fix SchemaManagementException when performing SchemaUpdate 2015-10-16 13:21:13 +01:00
Andrea Boriero dc902bb0a3 HHH-10197 - Add test 2015-10-16 08:36:19 +01:00
Andrea Boriero d74ec8ec6b HHH-10174 - Fix Incorrect splitting of string using dot as separator, dot is not escaped 2015-10-15 12:49:09 +01:00
Andrea Boriero e485ef74a6 HHH-10174 - Add test for issue 2015-10-15 12:49:09 +01:00
Andrea Boriero 65c7cfaefb HHH-10104 - Fix HHH-10104 Using JPA 2.1 schema generation together with hbm2ddl runs into deadlock with MySQL 2015-10-15 10:19:57 +01:00
Andrea Boriero 0e93d0050c HHH-10104 - Add Test 2015-10-15 10:19:57 +01:00
Andrea Boriero 3bd448525b HHH-10194 - Change NameQualifierSupport for Hypersonic from CATALOG to SCHEMA 2015-10-15 09:53:01 +01:00
Andrea Boriero d8fffd61f1 HHH-10193 - Fix NameQualifierSupport for Hypersonic should be catalog 2015-10-14 17:14:09 +01:00
Andrea Boriero 8298390dc6 HHH-10198 - NPE in InformationExtractorJdbcDatabaseMetaDataImpl 2015-10-14 16:32:46 +01:00
Andrea Boriero 1729067cbc HHH-10190 - org.hibernate.engine.spi.ActionQueue#executeActions() optimization 2015-10-14 14:04:05 +01:00
Steve Ebersole ac2f06800e HHH-9074 - HQL Query with boolean and @Convert 2015-10-08 09:56:14 -05:00
Steve Ebersole 6d590d76b6 HHH-9807 - Better error message when @Formula and @Id are combined 2015-10-07 13:07:37 -05:00
Steve Ebersole 1a0bbe19cc HHH-10171 - Update Javassist 2015-10-07 12:35:53 -05:00
Steve Ebersole 1203acbdc0 HHH-10172 - Throw MappingException when entity/component class defines multiple matching getters by stem name 2015-10-07 12:26:37 -05:00
Steve Ebersole 767edb4b6e HHH-10136 - Upgrade HikariCP to latest version;
HHH-10171 - Update Javassist
2015-10-07 12:26:37 -05:00
Andrea Boriero f539a924be HHH-10139 - remove unused import classes 2015-10-07 15:15:47 +01:00