[hibernate/hibernate-core] 0c7498: HHH-6447 - Develop shared binding creation approac...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 0c7498e31d405d1726a0dc2528c7ae93a0ff8758
https://github.com/hibernate/hibernate-core/commit/0c7498e31d405d1726a0dc...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-07-15 (Fri, 15 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityReferencingAttributeBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/ManyToOneAttributeBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/domain/AbstractAttributeContainer.java
M hibernate-core/src/main/java/org/hibernate/metamodel/domain/AttributeContainer.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/BindingContext.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/LocalBindingContext.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/AttributeSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/AttributeSourceContainer.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ColumnSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/DerivedValueSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/EntityHierarchy.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/EntitySource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ExplicitHibernateTypeSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/IdentifierAttributeSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/IdentifierSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/MetaAttributeSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RelationValueMetadataSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RelationalValueSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RootEntitySource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SimpleIdentifierSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SingularAttributeNature.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SingularAttributeSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SubclassEntityContainer.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SubclassEntitySource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ToOneAttributeSource.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/BindingCreator.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HbmBindingContext.java
Log Message:
-----------
HHH-6447 - Develop shared binding creation approach
Commit: d3d1fdf423ae618ff2aa01ebaa97feb73bb5ccf7
https://github.com/hibernate/hibernate-core/commit/d3d1fdf423ae618ff2aa01...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-07-15 (Fri, 15 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/ManyToOneAttributeBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationProcessor.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/EntitySource.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SubclassEntityContainer.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/TableSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractEntitySourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractSubEntityContainer.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/BindingCreator.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ColumnAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ColumnSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/EntityHierarchy.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/EntityHierarchyImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/EntityHierarchySubEntity.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/EntitySourceInformation.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/FormulaImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HbmSourceProcessorImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/Helper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HierarchyBuilder.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ManyToOneAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/PropertyAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/RootEntitySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SingularIdentifierAttributeSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SubEntityContainer.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SubclassEntitySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/TimestampAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/VersionAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleValueBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/TestAnnotationsBindingContextImpl.java
Log Message:
-----------
HHH-6447 - Develop shared binding creation approach
Commit: 809540b08c8b71de6ceffa74d8fe7f3a0f296ddc
https://github.com/hibernate/hibernate-core/commit/809540b08c8b71de6ceffa...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-07-15 (Fri, 15 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBindingContextImpl.java
Log Message:
-----------
HHH-6447 - Develop shared binding creation approach
Compare: https://github.com/hibernate/hibernate-core/compare/dfd4e61...809540b
13 years, 5 months
[hibernate/hibernate-core] 3f31aa: HHH-6371 Bringing the annotation side into sync wi...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 3f31aa8f695ef0626a7818ac53e1c694892099be
https://github.com/hibernate/hibernate-core/commit/3f31aa8f695ef0626a7818...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-15 (Fri, 15 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityDiscriminator.java
M hibernate-core/src/main/java/org/hibernate/metamodel/domain/Component.java
M hibernate-core/src/main/java/org/hibernate/metamodel/domain/NonEntity.java
M hibernate-core/src/main/java/org/hibernate/metamodel/domain/Superclass.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBindingContext.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBindingContextImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationProcessor.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationsBindingContext.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationsSourceProcessor.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClassHierarchy.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableClass.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityClass.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FilterDefBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/IdGeneratorBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/QueryBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/TableBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/TypeDefBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/TestAnnotationsBindingContextImpl.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/InheritanceBindingTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MappedSuperclassTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinderTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/global/QueryBinderTest.java
Log Message:
-----------
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
13 years, 5 months
[hibernate/hibernate-core] 53e1a3: HHH-6431 : Add Exportable.sqlCreateStrings() and s...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 53e1a37adf8ceb3f53b5f6cae525950d56093281
https://github.com/hibernate/hibernate-core/commit/53e1a37adf8ceb3f53b5f6...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-07-14 (Thu, 14 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractConstraint.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/BasicAuxiliaryDatabaseObjectImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Exportable.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/ForeignKey.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Index.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/PrimaryKey.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Sequence.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Table.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/UniqueKey.java
Log Message:
-----------
HHH-6431 : Add Exportable.sqlCreateStrings() and sqlDropStrings() and implementations
Commit: aa28d7016eb180a34e7eca3e0bb7cd37cef0e9d7
https://github.com/hibernate/hibernate-core/commit/aa28d7016eb180a34e7eca...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-07-14 (Thu, 14 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractConstraint.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/BasicAuxiliaryDatabaseObjectImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Exportable.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/ForeignKey.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Index.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Sequence.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Table.java
Log Message:
-----------
HHH-6431 : Update MetadataImplementor imports
Compare: https://github.com/hibernate/hibernate-core/compare/c558583...aa28d70
13 years, 5 months