Commit Graph

5779 Commits

Author SHA1 Message Date
barreiro 81d30aa037 HHH-9679 - Fix hibernate-enhance-maven-plugin buid script 2015-03-26 13:03:16 -05:00
Steve Ebersole 3b9b2eaa91 HHH-9668 - Document new SessionFactory approach and APIs 2015-03-26 12:28:29 -05:00
Steve Ebersole 599c10cd5a HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc) 2015-03-26 09:57:49 -05:00
Steve Ebersole a92ddea9ca HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc) - Gunnar's feedback 2015-03-26 00:25:52 -05:00
Steve Ebersole 507726e929 HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-25 15:37:07 -05:00
Steve Ebersole 9901f85f77 HHH-465 - order by nulls first / last 2015-03-25 15:37:07 -05:00
Gunnar Morling 52fabe70bc HHH-8191 Remvoing redundant semicolon 2015-03-25 16:24:54 +01:00
Steve Ebersole 117cb9cd2c Merge pull request #862 from magdalenamoeller/HHH-9556
HHH-9556 - enable query hints for SQL Server 2012
2015-03-24 23:54:57 -05:00
Steve Ebersole 4e0f2b3a7b HHH-9300 - DB2Dialect generates invalid order by clause 2015-03-24 23:49:09 -05:00
Steve Ebersole a4b5cf4597 HHH-9668 - Document new SessionFactory approach and APIs 2015-03-24 22:16:22 -05:00
Andrea Boriero 37b4aeb7c9 Fix javadoc for Java 8 2015-03-25 01:38:39 +00:00
Steve Ebersole 30ceca18c2 HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-24 20:25:17 -05:00
Steve Ebersole e44b38f716 HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-24 17:54:08 -05:00
Steve Ebersole 5f6d1d24f7 HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-24 16:01:15 -05:00
Steve Ebersole 3e73948dae HHH-7375 - TimeZone of Calendar objects should be used in binding to JDBC statements 2015-03-23 21:02:45 -05:00
Steve Ebersole 9883d7b11a HHH-9680 - hibernate-osgi module has gone cra-cra again 2015-03-23 15:27:02 -05:00
Steve Ebersole 98a4f3c67f HHH-9680 - hibernate-osgi module has gone cra-cra again 2015-03-23 15:05:06 -05:00
Steve Ebersole 04a4f54579 HHH-8191 - Update Teradata Dialect for Teradata 14.0 2015-03-23 14:54:24 -05:00
Steve Ebersole 8d988c33b4 HHH-9677 - Upgrade Gradle 2015-03-23 14:36:41 -05:00
Steve Ebersole 218569c423 HHH-9677 - Upgrade Gradle 2015-03-23 14:30:02 -05:00
Steve Ebersole f6322b5cdd HHH-9678 - Change built-in SqlTypeDescriptor impls to not auto-register themselves with SqlTypeDescriptorRegistry 2015-03-23 11:20:01 -05:00
Steve Ebersole c02e6c44fa HHH-9677 - Upgrade Gradle 2015-03-23 11:20:01 -05:00
Guillaume Smet 72a50ae3e1 HHH-9497 Remove call to Ehcache ClassLoaderUtil.getStandardClassLoader()
It has been removed in Ehcache 2.8.3+.
2015-03-22 01:31:12 -04:00
Brett Meyer b70bc0080e HHH-8769 gracefully handle the lack of dynamic mode support in Envers 2015-03-22 01:30:52 -04:00
Felix Feisst a05460a23f Added regression test for HHH-8769 2015-03-22 00:49:40 -04:00
Brett Meyer 715544febe HHH-8191 cleanup 2015-03-21 23:15:10 -04:00
Dave Repshas 027840018b HHH-8191 Support Teradata 14.0 2015-03-21 23:06:06 -04:00
Steve Ebersole 27e8aae279 HHH-8697 - AttributeConverter not called when value is null;
HHH-9320 - AttributeConverter result ignored on extraction when ResultSet.wasNull
2015-03-21 15:54:56 -05:00
Steve Ebersole 7a1c155099 HHH-9577 - Make UUID generation the default (AUTO) for UUID type;
HHH-9562 - Dialect specific UUID handling
2015-03-21 14:45:44 -05:00
Andrej Golovnin a381e368eb HHH-9336 Avoid creation of TypedValue objects in
AbstractPersistentCollection#getOrphans(Collection, Collection,
String, SessionImplementor) for some ID types.
2015-03-20 17:17:43 -05:00
Andrej Golovnin 4615ae1018 - HHH-9324: Avoids creation of LimitHandler instances for every query. 2015-03-20 17:11:36 -05:00
Steve Ebersole 38c004431d HHH-9599 - AnnotationException occurs when applying @Nationalized and @Convert annotations to the same field 2015-03-20 16:55:29 -05:00
Steve Ebersole 8a7bc2e7c1 HHH-9605 - Query on an enum collection fails - minor changes 2015-03-20 15:39:02 -05:00
obr 001b841934 HHH-9605: fix querying a collection of enums 2015-03-20 15:39:02 -05:00
obr 2c8ded5ff3 HHH-9605: Test for querying a collection of enums 2015-03-20 15:39:02 -05:00
obr c271e03bcc HHH-9605: JPA Criteria Test for querying a collection of enums 2015-03-20 15:39:02 -05:00
Steve Ebersole f45b37da8e HHH-9495 - @Convert support for collections 2015-03-20 15:08:49 -05:00
Gail Badner 8284b9ae2c HHH-9392 : SQLGrammarException while executing a entity graph with subgraphs 2015-03-20 12:40:20 -07:00
Gail Badner 8e758fcd6b HHH-9392 : SQLGrammarException while executing a entity graph with subgraphs (test case) 2015-03-20 12:40:20 -07:00
Steve Ebersole 2cff88cac7 Merge pull request #910 from rvansa/HHH-9632_2
HHH-9632 Upgrade to Infinispan 7.1.0.Final
2015-03-20 12:26:16 -05:00
Steve Ebersole 22730624fc HHH-9042 - Envers fails with @Converter and AttributeConverter 2015-03-20 11:17:48 -05:00
Gail Badner 180e714b7c HHH-9448 : Association is not fetched when EntityGraph has explicit fetch and query has implicit join 2015-03-19 21:58:30 -07:00
Steve Ebersole 93cf72bfa1 HHH-9490 - Migrate from dom4j to jaxb for XML processing 2015-03-19 19:22:35 -05:00
Steve Ebersole bd8acaebca HHH-8866 - HQL Query with enum and @Convert 2015-03-19 19:19:03 -05:00
Steve Ebersole 8b9fc2d63a HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc) 2015-03-19 15:36:49 -05:00
Steve Ebersole ffce4ffc2c HHH-9490 - Migrate from dom4j to jaxb for XML processing - hibernate-osgi 2015-03-19 14:20:00 -05:00
Steve Ebersole 80bf715f0b HHH-9490 - Migrate from dom4j to jaxb for XML processing - hibernate-osgi 2015-03-19 12:40:29 -05:00
Steve Ebersole 63a0f03c5a HHH-9654 - Adjust envers for 5.0 APIs + JAXB 2015-03-18 20:22:26 -05:00
rvansa 1b7e112994 HHH-9632 Upgrade to Infinispan 7.1.0.Final
* fixed default configuration path
* set schema to 7.1
2015-03-18 11:15:59 +01:00
Gail Badner 8a42f8a8ae HHH-9549 : Selecting treated root generates invalid HQL (added tests) 2015-03-13 17:00:29 -07:00