Strong Liu
3551bfa58f
HHH-8127 OutOfMemoryError when running tests
2013-04-02 18:25:08 +08:00
Strong Liu
b10f6c5d24
HHH-8126 migrate HEM to metamodel branch
2013-04-02 16:31:43 +08:00
Strong Liu
65f204fb72
HHH-8126 migrate HEM to metamodel branch
2013-04-02 14:16:49 +08:00
Strong Liu
cb59c84389
merge master
2013-04-01 12:05:14 +08:00
Brad Koehn
f77b068e91
HHH-7714 Add support for EntityMode.MAP to JPA Criteria API
...
(cherry picked from commit 2758b8b49400b3aae6fbbfc78226f1f622f1bae5)
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/jpa/criteria/predicate/InPredicate.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/metamodel/MetadataContext.java
2013-03-29 12:10:31 -05:00
Gail Badner
e75b81a22e
HHH-7843 : Add support for one-to-one to new metamodel
2013-03-29 02:29:37 -07:00
Gail Badner
7e1b94185d
HHH-7843 : Add support for one-to-one to new metamodel
2013-03-29 01:32:17 -07:00
Brett Meyer
75f08b58ee
HHH-8102 Re-work how PK, FK, UK, and constraints are handled in metamodel
2013-03-28 16:37:51 -04:00
Brett Meyer
82a0afda4a
HHH-1904 Identifier too long
...
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/constraint/ConstraintTest.java
2013-03-28 16:37:51 -04:00
Brett Meyer
e9e29a40be
HHH-8096 Re-work the OSGi class loading concepts
...
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernatePersistence.java
hibernate-osgi/src/main/java/org/hibernate/osgi/HibernateBundleActivator.java
2013-03-27 15:04:48 -04:00
Nikolay Shestakov
6f2620b1c2
remove deprecated constructor from TypedValue
2013-03-27 12:42:26 +08:00
Nikolay Shestakov
529a3e28ad
HHH-7772 Remove obsolete Type, AssociationType, and TypeFactory methods
2013-03-26 23:24:24 +06:00
Steve Ebersole
7d99ca57f3
HHH-7402 - Improve performance of named query registry
2013-03-26 11:15:49 -05:00
Brett Meyer
dc193c32c5
HHH-7984 Handle Oracle statements on release
2013-03-26 10:58:39 -04:00
Strong Liu
1ee3be2da7
HHH-7869 code format
2013-03-26 16:35:16 +08:00
Strong Liu
681528b7cc
HHH-7869 simple improvement, using generic
2013-03-26 16:08:39 +08:00
Strong Liu
8998b4154a
HHH-7869 bad performance problem with org.hibernate.internal.util.StringHelper#firstIndexOfChar
2013-03-26 16:08:39 +08:00
Strong Liu
542aa17fa3
HHH-8108 JPA Orm schema validation
2013-03-26 15:43:12 +08:00
Brett Meyer
bb231dd378
HHH-6496 Added LOG
2013-03-25 17:01:01 -04:00
Kamyar Sajjadi
a0bbf0d029
HHH-6496 - Changed line 200 returning real object instead of proxy
2013-03-25 17:01:01 -04:00
Hardy Ferentschik
d3867e9c1b
HHH-8100 Update to BV 1.1 (1.1.0.CR3 and matching Hibernate Validator 5.0.0.CR4); plus upgrade classmate to 0.8.0
2013-03-25 15:48:29 -05:00
Lukasz Antoniak
5e7b3601a9
HHH-7984 - Oracle callable statement closing
2013-03-25 13:23:50 -04:00
Steve Ebersole
31219e25d7
HHH-8107 - JandexHelper.getValue() returns Boolean instead of boolean, causing ClassCastException
2013-03-25 09:42:27 -05:00
Strong Liu
d06f72a86a
merge master and fix failing tests
2013-03-25 15:20:07 +08:00
Strong Liu
72c5f8f5e9
merge master
2013-03-25 13:52:05 +08:00
Steve Ebersole
d184cb3eb4
HHH-7462 - Make JACC service
2013-03-24 12:09:52 -05:00
Steve Ebersole
86aca3d101
HHH-7981 - Load (now) locally defined orm.xsd while processing orm.xml files
2013-03-23 13:57:00 -05:00
Strong Liu
4eba1320fa
JPA-43 Impl Index and ForeignKey for JPA 2.1
2013-03-22 16:33:36 +08:00
Strong Liu
4b698302a5
JPA-43 Impl Index and ForeignKey for JPA 2.1
2013-03-22 16:06:21 +08:00
Steve Ebersole
a1afa0ce35
HHH-7981 - Load (now) locally defined orm.xsd while processing orm.xml files
2013-03-21 18:16:44 -05:00
Brett Meyer
06ab065272
HHH-1904 Hash the natural id unique key names
2013-03-21 15:57:56 -04:00
Gail Badner
5edee45ff7
HHH-8102 : Generated foreign key export identifiers can collide
2013-03-21 12:56:38 -07:00
Brett Meyer
721016cccb
HHH-8085 QueryCacheTest.testGetByCompositeId fails on db2-97 -- DB2 SQL
...
Error: SQLCODE=-613
2013-03-21 09:52:04 -04:00
Brett Meyer
b5457f37e2
HHH-8092 Configuration#generateSchemaUpdateScript does not create unique
...
constraints
2013-03-21 09:33:58 -04:00
Steve Ebersole
467daa22b0
HHH-7981 - Load (now) locally defined orm.xsd while processing orm.xml files
2013-03-20 22:03:35 -05:00
Brett Meyer
fbdca39506
HHH-1904 Identifier too long
2013-03-20 16:30:52 -04:00
Strong Liu
5348367665
fixing test failures in the merge
2013-03-20 15:46:36 +08:00
Brett Meyer
da5dd819a3
HHH-8082 HQLScrollFetchTest.testScroll hangs on DB2-97
2013-03-19 18:28:08 -04:00
John Verhaeg
c48de9edc5
HHH-8090: Created base class to test logged SQL statemetns in tests against expected results
2013-03-19 15:51:30 -05:00
Strong Liu
59a2ccd79f
resolve test failres after merge
2013-03-20 00:24:29 +08:00
Strong Liu
3dc371c91a
organize imports
2013-03-18 20:33:44 +08:00
Strong Liu
7881b4d6b6
resolve merge confilts
2013-03-18 20:12:26 +08:00
Gail Badner
1bd4856d8b
HHH-8078 : Non-default column length, precision, and scale are incorrect
2013-03-15 18:16:32 -07:00
Steve Ebersole
8df33227be
HHH-8071 - Add debug/trace logging to HibernatePersistenceProvider
2013-03-15 15:56:05 -05:00
timpeeters
0f9fae5121
HHH-8076 Make javax.security and javax.validation optional
...
Currently the OSGi manifest creation via Gradle automatically imports all packages that are used by hibernate-core. Although this saves you from having to list all the imports manually, it does mean that some optional dependencies suddenly become mandatory dependencies. I've updated the hibernate-core Gradle build file to make the hibernate-core dependencies on javax.security and javax.validation optional. This way you are not forced to have these dependencies available in your OSGi container. More information in HHH-7941.
2013-03-15 10:16:07 -04:00
Brett Meyer
79073a98f0
HHH-8073 Corrected column alias creation
2013-03-14 17:36:41 -04:00
Brett Meyer
d2c4588c86
HHH-8061 Added a supportsExpectedLobUsagePattern check
2013-03-14 15:51:53 -04:00
Brett Meyer
394b080a89
HHH-4412 Corrected multiple test issues found in matrix CI
2013-03-14 14:11:39 -04:00
Steve Ebersole
c94870d9fd
HHH-7912 - Define edge-case behavior for Session.evict
...
(cherry picked from commit 0ffe6e711502200e5b07be7f81187eabce1d524f)
2013-03-14 12:33:21 -05:00
Steve Ebersole
8c96a4a2c6
HHH-7667 - Investigate expanding bytecode enhancement support
...
(cherry picked from commit 30b3bd1564c59e794b002db0e8069ee4c8fbf96f)
2013-03-14 12:33:21 -05:00