Commit Graph

4316 Commits

Author SHA1 Message Date
Strong Liu d57ffbdb32 HHH-7450 apply simplify plugin 2012-07-16 18:28:49 +08:00
Strong Liu 2eb320b9c6 HHH-7450 simplify composite-element-element 2012-07-16 17:25:29 +08:00
Strong Liu c1f7fd4d13 HHH-7450 simplify composite id's key-property and key-many-to-one property 2012-07-16 17:23:34 +08:00
Strong Liu de1d647a62 HHH-7450 add simplify plugin 2012-07-16 17:21:59 +08:00
Strong Liu 91a9e0f616 HHH-7450 add simplify plugin 2012-07-16 17:06:29 +08:00
Strong Liu 4e9bf24af1 HHH-7450 simplify hbm xsd 2012-07-16 17:01:44 +08:00
Strong Liu ef168c1f5d HHH-7448 hbm mapping xsd improve 2012-07-13 17:01:47 +08:00
Strong Liu ccc58c50ae prepare for 4.1.6 development 2012-07-13 01:06:17 +08:00
Strong Liu ab708a7ed9 HHH-2394 remove last comma in the array, seems some jdks do not support it 2012-07-12 23:55:17 +08:00
Strong Liu a4d83a9025 4.1.5.SP1 release 2012-07-12 23:37:15 +08:00
Strong Liu cef5f9a7cd HHH-2394 Add support for SqlFragmentAlias.entity element 2012-07-12 23:30:01 +08:00
Rob Worsnop 5cb8d3a8b3 HHH-2394 Add support for SqlFragmentAlias.entity element 2012-07-12 22:59:22 +08:00
Rob Worsnop 82c99ccf6f HHH-2394 Removed unused imports 2012-07-12 22:59:22 +08:00
Rob Worsnop 542bc5c83c HHH-2394 Allowed usage of {alias} marker. 2012-07-12 22:59:22 +08:00
Rob Worsnop 1cd8db2ac3 HHH-2394 Got filters working with secondary tables 2012-07-12 22:59:21 +08:00
Rob Worsnop 05dcc209ae HHH-2394 Implemented @SqlFragmentAlias 2012-07-12 22:58:11 +08:00
Rob Worsnop cfe7db063a consolidate src/test and src/matrix 2012-07-12 22:58:11 +08:00
Rob Worsnop dc4e87340d HHH-2394 refactored unit tests 2012-07-12 22:58:11 +08:00
Rob Worsnop 2aa89290f7 HHH-2394 Added test cases 2012-07-12 22:58:11 +08:00
Rob Worsnop 09547a9051 HHH-2394 Remove conditions that blocked filters on sub-classes (for annotations) 2012-07-12 22:58:10 +08:00
Rob Worsnop 63f2639101 HHH-2394 Derive table name from correct filter (fixed typo) 2012-07-12 22:58:10 +08:00
Rob Worsnop ee01d80677 HHH-2394 Prefixes won't work; need table set explicitly 2012-07-12 22:58:10 +08:00
Rob Worsnop dbff4c1839 HHH-2394 Got filters working on sub-classes. 2012-07-12 22:58:09 +08:00
Strong Liu 1d2877838b HHH-7447 ValueHolder used in NaturalIdCacheKey is not Serializable 2012-07-12 22:53:07 +08:00
Strong Liu 9324c7ab1e HHH-7447 ValueHolder used in NaturalIdCacheKey is not Serializable 2012-07-12 22:38:39 +08:00
Strong Liu e76830ade0 post 4.1.5 development 2012-07-12 22:33:52 +08:00
Strong Liu 4eb85795d6 4.1.5 release 2012-07-12 15:20:35 +08:00
Strong Liu 97ac8311d4 HHH-7426 Setting cacheable='true' in orm.xml does not enable caching of entity in 2lc 2012-07-12 15:00:44 +08:00
Strong Liu 973451d5e8 HHH-6304 HHH-6695 Error 'Cannot create TypedQuery for query with more than one return' with named queries 2012-07-12 11:53:27 +08:00
Lukasz Antoniak c46daa4cf0 HHH-7440, HHH-7368, HHH-7369, HHH-7370 - Redesign dialect-specific LIMIT clause appliance 2012-07-10 21:19:32 +02:00
Strong Liu 65d1724433 HHH-7310 Resolution of types registered in type registry does not work properly for Properties of @Embeddable types 2012-07-11 01:21:46 +08:00
Philippe Marschall 3e4786220c HHH-5929 PooledLoOptimizer is not thread-safe
All Optimizers in OptimizerFactory are thread safe by having the
 #generate(AccessCallback) method synchronized. The only exception is
PooledLoOptimizer who's #generate(AccessCallback) method is not
synchronized.

 - make PooledLoOptimizer#generate(AccessCallback) synchronized

 https://hibernate.onjira.com/browse/HHH-5929
 https://hibernate.onjira.com/browse/HHH-6829
2012-07-11 00:29:32 +08:00
Strong Liu a86997c7ba HHH-7442 rename org.hibernate.internal.util.Value 2012-07-10 23:28:20 +08:00
Strong Liu 507e609176 HHH-7431 Reduce NaturalIdCacheKey Memory Footprint 2012-07-10 23:10:34 +08:00
John Verhaeg 6b4b91ccc7 HHH-7439: Added list and map to unidirectional one-to-many test 2012-07-09 11:56:26 -05:00
Gail Badner cc7cfb5c40 HHH-7436 : Add FailureExpected test for unidirectional many-to-many 2012-07-06 13:13:11 -07:00
Eric Dalquist a92d402cc5 HHH-7431 Don't pre-calc toString
Remove toString pre-calculation to avoid excess memory usage.
2012-07-06 11:15:17 -05:00
Strong Liu b95bcb31e6 HHH-7433 add jandex/classmate as a compile scope dependency to hibernate-testing module 2012-07-06 13:59:35 +08:00
Strong Liu 4a6ea053cc HHH-6491 Binding @SqlResultSetMapping 2012-07-05 01:59:18 +08:00
Gail Badner bc3964ba98 HHH-7427 : Ensure version column is non-nullable 2012-07-03 16:19:03 -07:00
Gail Badner 6f23941c29 HHH-7322 : Support for bidirectional one-to-many/many-to-one 2012-07-03 12:38:35 -07:00
Strong Liu 1a3c584991 HHH-6491 Binding @SqlResultSetMapping 2012-07-03 14:03:14 +08:00
Strong Liu 10a6425770 HHH-6491 Binding @SqlResultSetMapping 2012-06-29 00:21:26 +08:00
Strong Liu c1e40df164 HHH-6491 Binding @SqlResultSetMapping 2012-06-28 23:45:27 +08:00
Strong Liu 1679b1d3fc HHH-6354 ManyToOne natural id binding 2012-06-27 22:46:02 +08:00
Strong Liu 1ab72cfdb6 HHH-6354 component attribute natural id binding 2012-06-27 22:46:01 +08:00
Strong Liu 473790c1e4 HHH-6354 binding natural id on basic attribute 2012-06-27 22:46:01 +08:00
Strong Liu 1b1af382de HHH-7384 binding natural id cache
HHH-6354 Implement natural ID mapping
2012-06-27 22:46:01 +08:00
Strong Liu b2e0b5032d HHH-7384 add natural id to the hbm mapping xsd 2012-06-27 22:46:01 +08:00
Strong Liu 080446c89c HHH-7384 add natural id to the hbm mapping xsd 2012-06-27 22:46:01 +08:00