Commit Graph

3218 Commits

Author SHA1 Message Date
Hardy Ferentschik dfd4e61a98 HHH-6371 Adding Hibernate type information for the attribute binding 2011-07-15 19:03:24 +02:00
Hardy Ferentschik 3f31aa8f69 HHH-6371 Bringing the annotation side into sync with the new push (setter) approach for the binders
Creating an explicit AnnotationBindingContext (instead of letting AnnotationProcessor implement it) and making use of the context in the global binders

Updating EntityBinder to use the push approach. Still needs major cleanup
2011-07-15 18:48:01 +02:00
Gail Badner aa28d7016e HHH-6431 : Update MetadataImplementor imports 2011-07-14 11:23:53 -07:00
Gail Badner 53e1a37adf HHH-6431 : Add Exportable.sqlCreateStrings() and sqlDropStrings() and implementations 2011-07-14 11:23:53 -07:00
Steve Ebersole c558583346 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-14 13:07:05 -05:00
Steve Ebersole f7b0da60b3 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-14 11:13:05 -05:00
Steve Ebersole 9972c7ecb7 HHH-6437 - Improve Database to track default Schema object 2011-07-13 18:43:51 -05:00
Steve Ebersole 56aa17b0d5 HHH-6437 - Improve Database to track default Schema object 2011-07-13 18:26:25 -05:00
Steve Ebersole 229842aadb HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 17:39:09 -05:00
Steve Ebersole 4e18a56850 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 16:18:09 -05:00
Hardy Ferentschik ad959ce566 HHH-6371 Fixing OverrideTest - package names in orm mapping files did not get updated properly during the package refactoring 2011-07-13 16:47:38 +02:00
Hardy Ferentschik 5e7b730f09 HHH-6371 changing the import statements in the annotation xml processing to use org.hibernate.metamodel.source.annotation.jaxb instad of org.hibernate.metamodel.source.annotation.xml 2011-07-13 16:35:00 +02:00
Steve Ebersole 8c28d46b07 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 09:13:22 -05:00
Steve Ebersole c97075c3c8 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 09:08:31 -05:00
Steve Ebersole 24edf42c04 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 09:08:31 -05:00
Steve Ebersole e339dac91e HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 09:08:31 -05:00
Steve Ebersole c4c8c28a3b HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 09:06:17 -05:00
Steve Ebersole a7179fbc49 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 08:59:13 -05:00
Steve Ebersole 9e95d41689 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 08:57:11 -05:00
Steve Ebersole 66bd796063 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 08:54:31 -05:00
Steve Ebersole 594f689d98 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 08:45:52 -05:00
Steve Ebersole 5efd0a8471 HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 08:45:52 -05:00
Steve Ebersole 182150769a HHH-6371 - Develop metamodel binding creation using a push approach 2011-07-13 08:45:52 -05:00
Hardy Ferentschik 99f8d26270 HHH-4630 Simplifying test and applying formatting style 2011-07-13 11:47:38 +02:00
Hardy Ferentschik 3ec6c11f12 HHH-4630 fix for criteria join on a composite identifier 2011-07-13 11:47:30 +02:00
Gail Badner 3dd9d37eec Merge branch 'HHH-6418' 2011-07-12 14:26:59 -07:00
Gail Badner ad3b58f5e2 HHH-6418 : org.hibernate.metamodel.relational.AuxiliaryDatabaseObject extends org.hibernate.mapping.RelationalModel 2011-07-12 14:26:08 -07:00
Gail Badner 30843f2032 HHH-6416 : Move AuxiliaryDatabaseObject into Database 2011-07-12 13:44:07 -07:00
Hardy Ferentschik d58bb5a103 HHH-6392 making the simple class name the default jpa entity name 2011-07-12 15:02:35 +02:00
Hardy Ferentschik 959056dee7 HHH-6392 Making sure that overrides get applied and adding more tests 2011-07-12 14:57:14 +02:00
Hardy Ferentschik 593066b7f3 HHH-6392 Formatting 2011-07-12 12:07:55 +02:00
Hardy Ferentschik 2500a70668 HHH-6392 Applying overrides for mapped superclasses 2011-07-12 11:03:35 +02:00
Hardy Ferentschik c2c3de9f90 HHH-6392 Extracting the attribute overrides. Next step is to apply the overrides when creating the attribute bindings 2011-07-12 11:03:35 +02:00
Strong Liu 1801faa1b3 HHH-2614 (I forgot to push ..., thanks hardy) 2011-07-12 09:28:46 +08:00
Hardy Ferentschik 50ac18c5c3 HHH-2614 Fixing test now that there is a DerbyTenSevenDialect 2011-07-11 13:49:26 +02:00
Hardy Ferentschik 77004f5fe2 HHH-6392 Starting to refactor JandexHelper 2011-07-11 13:26:23 +02:00
Hardy Ferentschik a353d34f78 HHH-6392 Introducing a container for the attribute override values 2011-07-11 13:26:23 +02:00
Strong Liu b413299847 HHH-2614 Blob Length Set to 255 By Default With Derby DB 2011-07-11 16:54:17 +08:00
Emmanuel Bernard 310c0441bb HHH-6421 Reduce log level of LazyInitializationException from ERROR to TRACE 2011-07-08 18:12:30 +02:00
Tomaz Cerar e47460317c sql server dialect fix 2011-07-08 17:57:35 +02:00
Strong Liu 3075d7d7ee typo in javadoc 2011-07-08 22:25:10 +08:00
Emmanuel Bernard c5e91f6bda HHH-6419 Let SessionImplementor#getFactory pass even out of Tx in TL bound sessions 2011-07-08 01:40:53 +02:00
Emmanuel Bernard c48d4208db HHH-6417 Implement EventType#toString 2011-07-07 23:51:57 +02:00
Hardy Ferentschik b600f027a4 HHH-6278 Added some comments and renamed method in EntityClass - getPrimaryTableName to getClassNameForTable 2011-07-07 11:51:02 +02:00
Strong Liu f84ab09e57 prep for next development cycle 2011-07-07 13:57:02 +08:00
Strong Liu c6139a338d prepare 4.0.0.Beta3 2011-07-07 13:27:12 +08:00
Strong Liu 87db46d430 Added fixes for 4.0.0.Beta3 to changelog.txt 2011-07-07 13:25:12 +08:00
Strong Liu ce47766281 HHH-6278 quote all db identifiers
also this commit contains code that make annotation binder applying naming strategy
2011-07-07 11:24:54 +08:00
Gail Badner 5457b6c707 HHH-6411 : Integrate new metamodel into SingleTableEntityPersister 2011-07-06 15:08:36 -07:00
Gail Badner d981f54942 HHH-6407 : Add SimpleValue.getAlias(Dialect) and implement in subclasses 2011-07-06 14:31:41 -07:00