1496 Commits

Author SHA1 Message Date
Gail Badner
35081296d3 HHH-7124 : Bind many-to-one foreign key 2012-03-20 13:13:16 -07:00
Steve Ebersole
4f64b56a88 HHH-7160 - NaturalIdXrefDelegate#cache() needs to remove obsolete entries in shared cache when NaturalId values changed 2012-03-20 13:34:19 -05:00
Steve Ebersole
fb0b90bd2d HHH-7191 - NaturalIdCache improperly declared 2012-03-20 13:34:18 -05:00
Steve Ebersole
1877315ee3 HHH-7090 - Temporary session closing affects original session 2012-03-20 08:40:50 -05:00
Strong Liu
38c4f02cea HHH-7107 org.hibernate.test.locking.LockModeTest hangs on Sybase 15.5 and DB2-97 2012-03-20 13:21:42 +08:00
Steve Ebersole
5d6d9b87c1 HHH-7020 - Connection leak with nested sessions 2012-03-19 19:09:44 -05:00
Steve Ebersole
5a1d523b4d HHH-7090 - Temporary session closing affects original session 2012-03-19 17:34:15 -05:00
John Verhaeg
ebbaf80b5f HHH-7188: Changed Binder to push/pop context in appropriate places for root and sub entities 2012-03-19 15:17:51 -05:00
Hardy Ferentschik
60c1b23c7b HHH-6271 Introducing Byteman in order to really test that a certain log message gets never called. 2012-03-19 23:19:46 +08:00
Hardy Ferentschik
fa1183f3f9 HHH-6271 Unifying error logger in XMLHelper and standalone ErrorLogger. Removing the former and integrating some features of the latter into ErrorLogger.
Also using a deferred logging approach.
2012-03-19 23:19:45 +08:00
Hardy Ferentschik
6c0ebd40a5 HHH-6271 Adding some more tests 2012-03-19 23:19:45 +08:00
Hardy Ferentschik
8373871c30 HHH-6271 Javadocs and some generics fixes 2012-03-19 23:19:45 +08:00
Hardy Ferentschik
ddcd060441 HHH-6271 Adding explicit test showing that orm version 1 works 2012-03-19 23:19:45 +08:00
Hardy Ferentschik
9272a905a0 HHH-6271 Fixing a typo in class name 2012-03-19 23:19:45 +08:00
Hardy Ferentschik
99be673a32 HHH-6271 Formatting and adding consistent licence header. Removing $Id which is a legacy from svn.
No functional changes
2012-03-19 23:19:44 +08:00
Gail Badner
f42efc1598 HHH-7183 : Bind HibernateTypeDescriptor fields once 2012-03-16 17:23:21 -07:00
Steve Ebersole
ee9b3585c5 HHH-7020 - Connection leak with nested sessions 2012-03-15 10:18:05 -05:00
Strong Liu
e049fd6296 uid is a oracle keyword 2012-03-15 16:48:20 +08:00
Strong Liu
b145388625 HHH-7174 org.hibernate.test.tm.CMTTest.testConcurrentCachedQueries fails due to test cases interdependent 2012-03-15 16:41:09 +08:00
Gail Badner
0b3baf5812 HHH-7142 : Add test case for many-to-one on property-ref 2012-03-14 18:01:51 -07:00
Steve Ebersole
ef41cdd6dd HHH-7133 - NaturalIdLoadAccess not correctly working on mutable NaturalId's 2012-03-14 17:56:10 -05:00
Steve Ebersole
8ffdc614d7 HHH-7133 - NaturalIdLoadAccess not correctly working on mutable NaturalId's 2012-03-14 15:11:29 -05:00
Steve Ebersole
77393f77f9 HHH-7167 - The new natural id code introduced in 4.1.1 depends on the order the entity persisters are loaded which leads to fatal errors 2012-03-14 14:25:27 -05:00
Steve Ebersole
c7afef512e HHH-7158 - Regression: null values on NaturalId's at persist-time are causing subsequent NPE's and wrong behaviour 2012-03-14 13:36:47 -05:00
Steve Ebersole
e532dc5e7d HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-14 12:05:28 -05:00
Strong Liu
90d02e669b HHH-7169 - fix failling tests 2012-03-14 14:26:07 +08:00
Steve Ebersole
87941b89aa HHH-7169 - Use ClassLoaderService to load JDBC driver classes 2012-03-13 14:51:04 -05:00
Steve Ebersole
c3fc7f3214 HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-13 12:27:48 -05:00
Steve Ebersole
41dd7079e0 HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-13 12:27:48 -05:00
Strong Liu
b51b2ff4cb HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6) 2012-03-13 21:58:48 +08:00
Steve Ebersole
fa2de2351a HHH-7164 - Finish out SessionFactoryBuilder api 2012-03-09 18:00:43 -06:00
Gail Badner
a2e844c381 HHH-7163 : Refactor code for binding PluralAttributeBinding 2012-03-09 11:47:57 -08:00
Steve Ebersole
dceda48ff1 HHH-7162 - Use concise artifact syntax in build scripts 2012-03-09 13:40:26 -06:00
Zbyněk Roubalík
3e99b2c440 HHH-7159 Database keywords causes failure of some tests in org.hibernate.test.collection.custom 2012-03-08 15:40:44 +01:00
Gail Badner
6bab3a3141 HHH-7123 HHH-7124 : Many-to-one attribute domain and relational models 2012-03-07 21:26:52 -08:00
Steve Ebersole
05c3679373 HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly 2012-03-07 20:40:42 -06:00
Gail Badner
0eebaf4fe1 HHH-7123 HHH-7124 : Many-to-one attribute domain and relational models 2012-03-07 13:38:41 -08:00
Hardy Ferentschik
3e22da0552 HHH-7037 adding custom sql for collections 2012-03-07 16:33:22 +01:00
Hardy Ferentschik
0eb42b3891 HHH-7037 adding caching and custom persisters 2012-03-07 15:31:57 +01:00
Hardy Ferentschik
f31dd33b5f HHH-7037 creating a new util package 2012-03-07 15:29:20 +01:00
Strong Liu
94e79944b8 HHH-5927 remove logging guard and correct javadoc 2012-03-06 23:28:22 +08:00
Strong Liu
b4659173a8 1. remove commons-collections dependency.
2. moved org.hibernate.internal.util.collections.ConcurrentReferenceHashMap from envers module to core, and change it to doesn't allow null key / value.
3. Using ConcurrentReferenceHashMap this to replace old ReferenceMap (from commons-collections) which used in StatefulPersistenceContext.
4. copied org.hibernate.internal.util.collections.BoundedConcurrentHashMap from infinispan code base.
5. deprecate properties QUERY_PLAN_CACHE_MAX_STRONG_REFERENCES and QUERY_PLAN_CACHE_MAX_SOFT_REFERENCES
6. add two new properties QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE and QUERY_PLAN_CACHE_MAX_SIZE
7. remove LRUMap, SimpleMRUCache and SoftLimitMRUCache
2012-03-06 23:28:22 +08:00
Strong Liu
01fe115adf HHH-6100 unqualify entity name and minor improvement 2012-03-06 23:04:32 +08:00
Strong Liu
ae5d030ae1 HHH-6100 Bug fix related to CriteriaQuery (JPA) when using XML mappings 2012-03-06 23:04:31 +08:00
Steve Ebersole
7a9cdb5379 HHH-7147 - ServiceRegistry is starting services twice 2012-03-05 15:06:25 -06:00
Steve Ebersole
3d3ac538d8 HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly 2012-03-05 15:06:10 -06:00
Steve Ebersole
36c135ab66 HHH-4417 - Add annotation support for UserCollectionType 2012-03-05 10:24:47 -06:00
Hardy Ferentschik
3aaed02a2e HHH-7037 pushing attribute nature into MappedAttribute and creating empty source impls for *toMany sources 2012-03-05 17:06:50 +01:00
Hardy Ferentschik
1657f9f605 HHH-7037 formatting, javadocs 2012-03-05 17:06:50 +01:00
Hardy Ferentschik
211d72b0c1 HHH-7037 formatting 2012-03-05 17:06:50 +01:00