4391 Commits

Author SHA1 Message Date
Eric Dalquist
a6ae52b732 HHH-7096 Populate Settings field in SingletonEhCacheRegionFactory 2012-02-21 11:07:31 -06:00
Eric Dalquist
e18cba8761 HHH-7095 Handle UnsupportedOperationException from RegionFactory.buildNaturalIdRegion
Disable 2L naturalId caching if an UnsupportedOperationException is thrown
2012-02-21 10:49:11 -06:00
Eric Dalquist
ec86bf9d1f HHH-7094 Call autoFlushIfRequired before naturalId query execution 2012-02-21 10:40:59 -06:00
Gail Badner
315b06ebda HHH-7088 - Fix NPE in TableSourceImpl constructor 2012-02-20 17:02:54 -08:00
Steve Ebersole
3eccabb79a HHH-7088 - Implement secondary table support in new metamodel code 2012-02-20 18:01:50 -06:00
Strong Liu
13f4c830e1 change to use gradle-upload-auth-plugin v1.1.1 since v1.1.0 is not available in the jboss nexus 2012-02-20 16:45:48 +08:00
Strong Liu
975141f27e better idea support 2012-02-20 16:36:18 +08:00
Steve Ebersole
9c0d625235 HHH-7075 - Use the term 'composition' and 'composite' to refer to components/embeddables 2012-02-17 10:38:20 -06:00
Steve Ebersole
71539da942 HHH-7076 - Split 'type resolution' back out into separate class 2012-02-17 08:53:50 -06:00
Gail Badner
4923ba3553 HHH-7050 : Add TableSpecification.getLogicalName() 2012-02-16 23:13:06 -08:00
Strong Liu
4843d357df HHH-7067 fix idea config issue and format 2012-02-17 10:52:26 +08:00
Strong Liu
ad4b4fc990 HHH-7067 update wrapper properties 2012-02-17 09:08:53 +08:00
Gail Badner
2115f1f79c HHH-7050 : back out of changes 2012-02-16 16:33:43 -08:00
Steve Ebersole
f5679281e0 HHH-7076 - Split 'type resolution' back out into separate class 2012-02-16 17:41:30 -06:00
Steve Ebersole
9adb996520 HHH-7075 - Use the term 'composition' to refer to components/embeddables 2012-02-16 10:46:52 -06:00
Steve Ebersole
2107411faf HHH-7046 - Polymorphic query by natural ID broken 2012-02-15 17:18:41 -06:00
Steve Ebersole
a21ba713ab HHH-7067 - Update build to work with Gradle m8 2012-02-15 16:38:24 -06:00
Steve Ebersole
7861fdee44 HHH-7067 - Update build to work with Gradle m8 2012-02-15 16:33:45 -06:00
Sanne Grinovero
40146b2920 avoid declaring unthrown exception 2012-02-15 15:17:45 +00:00
Sanne Grinovero
ebd78e9bb1 Convert grammars to use StringBuilder as well 2012-02-15 15:17:45 +00:00
Sanne Grinovero
37dafa2a5a Replace many StringBuffer occurrences with StringBuilder 2012-02-15 15:17:45 +00:00
Sanne Grinovero
a8dee131e4 Incorrect buffer size estimate for string concatenation in InterbaseDialect 2012-02-15 15:17:45 +00:00
Sanne Grinovero
b3bb6d6dd6 remove dead code from boolean operand 2012-02-15 15:17:45 +00:00
Sanne Grinovero
10df95bbcd SimpleProjection should reuse commonly generated Strings 2012-02-15 15:17:45 +00:00
Sanne Grinovero
f9ab0eb6ae HHH-7066 More code taking advantage from the Clob extraction 2012-02-15 15:17:45 +00:00
Sanne Grinovero
98082feb11 HHH-7066 use a larger buffer by default 2012-02-15 15:17:45 +00:00
Sanne Grinovero
818dd5959d HHH-7066 Extract a constant for the suggested default read buffer size 2012-02-15 15:17:45 +00:00
Sanne Grinovero
2710576f45 HHH-7066 optimize for a special but not unlikely case 2012-02-15 15:17:45 +00:00
Sanne Grinovero
18185e58f0 HHH-7066 make sure buffer size is at least 1 2012-02-15 15:17:44 +00:00
Sanne Grinovero
f51779d2f7 HHH-7066 byte arrays to String conversion benefits from initial buffer size 2012-02-15 15:17:44 +00:00
Sanne Grinovero
98d0b8398d HHH-7066 Use known length from Clob to allocate StringBuffer 2012-02-15 15:17:44 +00:00
Sanne Grinovero
6497ff6a52 HHH-7066 Allocate smaller buffer if possible 2012-02-15 15:17:44 +00:00
Sanne Grinovero
939d7fc4c9 Remove defenses against non-JDBC4 class existance 2012-02-15 15:17:44 +00:00
Sanne Grinovero
b7d80b8e6d whitespace and formatting fixes 2012-02-15 15:17:44 +00:00
Gail Badner
afac5ceeba HHH-7069 : Move default column name generation from annotations source to binder 2012-02-15 02:58:14 -08:00
Steve Ebersole
1a7483ccd9 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-14 09:30:02 -06:00
Steve Ebersole
9aeb72fded HHH-7065 - Clean up Binder 2012-02-14 09:28:10 -06:00
Strong Liu
c83b540218 HHH-3718 rolling back changes 2012-02-14 18:53:28 +08:00
Gail Badner
2d5ae1aecc HHH-7063 : Many-to-one attribute type not resolved 2012-02-14 01:01:41 -08:00
nrodrigues
e6df116a49 HHH-6946 - Add support for the AS400 (iSeries) system to
StandardDialectResolver
2012-02-14 16:50:59 +08:00
Michael Rudolf
22a6283e6d HHH-3718 - Do not initialize proxy upon call to ID getter when using
AccessType.FIELD
2012-02-14 16:37:42 +08:00
Strong Liu
8f223d199b HHH-7062 upgrade to jboss-logging 3.1.0.GA 2012-02-14 15:58:01 +08:00
Adam Bryzak
506f61fa66 Fixed boolean literals in Derby versions 10.7+ 2012-02-14 08:53:03 +10:00
Strong Liu
8ee2bfce64 fixing org.hibernate.test.discriminator.SimpleInheritanceTest test failure 2012-02-14 06:52:52 +08:00
Gail Badner
c0c89697bd HHH-7050 : Add TableSpecification.getLogicalName() 2012-02-13 16:29:59 -08:00
Strong Liu
07bfbbfa1e fixing org.hibernate.metamodel.internal.source.annotations.xml.OrmXmlParserTests#testSimpleOrmVersion1 test failure 2012-02-14 05:54:00 +08:00
Steve Ebersole
0e746d2723 HHH-7058 - Remove concept of org.hibernate.metamodel.spi.relational.Tuple 2012-02-13 13:06:34 -06:00
John Verhaeg
a2480c6f08 HHH-7048: Removed XXXResolver classes that are no longer referenced 2012-02-13 12:17:17 -06:00
John Verhaeg
3e96b29a3a HHH-7048: Moved logic in resolvers to Binder and changed Binder.processMappings to receive all entity hierarchies at once to enable one-pass resolution of all entities and attributes. 2012-02-13 11:58:45 -06:00
Steve Ebersole
50166f79bc HHH-7057 - Create Fetchable/Cascadeable split in o.h.metamodel.spi.source 2012-02-12 18:41:13 -06:00