[hibernate/hibernate-core] b30024: HHH-6113 mock global configurations to annotation
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: b30024ee9daa2f04cd05bec146054e0c02074ade
https://github.com/hibernate/hibernate-core/commit/b30024ee9daa2f04cd05be...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/MockedNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AnnotationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMappingsMocker.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/GlobalAnnotationMocker.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/GlobalConfigurationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ListenerMocker.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMocker.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMockerTest.java
M hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/listener.xml
A hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/persistence-metadata.xml
Log Message:
-----------
HHH-6113 mock global configurations to annotation
Commit: cb63f03437e0e447847b3f8da718cb3fd31580d5
https://github.com/hibernate/hibernate-core/commit/cb63f03437e0e447847b3f...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/MockedNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/OrmXmlParser.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractMockerTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMockerTest.java
Log Message:
-----------
HHH-6113 test and license header
Commit: 2abbe4d8412df4864adfe6a3043e65bed2b1424b
https://github.com/hibernate/hibernate-core/commit/2abbe4d8412df4864adfe6...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/MockedNames.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/PseudoJpaDotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMocker.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMockerTest.java
Log Message:
-----------
HHH-6113 change to a better class name
Commit: c62e5fccc848f33667cba9dccf9cb44e057d4675
https://github.com/hibernate/hibernate-core/commit/c62e5fccc848f33667cba9...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/PseudoJpaDotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/IndexedAnnotationFilter.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractEntityObjectMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AnnotationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/DefaultConfigurationHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddableMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMappingsMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/IndexBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ListenerMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/MappedSuperclassMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/MockHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMocker.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/XMLAssociationOverrideProxy.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/XMLAttributeOverrideProxy.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/xml/mocker/AbstractMockerTest.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/DefaultConfigurationHelperTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityListenerTest.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/IndexBuilderTest.java
Log Message:
-----------
HHH-6113 re-fact and more tests
Commit: c1415b4b8f01d0c3f091f0e7373a00ac6fc9e16b
https://github.com/hibernate/hibernate-core/commit/c1415b4b8f01d0c3f091f0...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-05-22 (Sun, 22 May 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AnnotationMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/DefaultConfigurationHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMappingsMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/IndexBuilder.java
Log Message:
-----------
HHH-6113 re-fact and more tests
Compare: https://github.com/hibernate/hibernate-core/compare/52b2930...c1415b4
13 years, 8 months
[hibernate/hibernate-core] 52b293: HHH-6240 - Add access to configuration options tar...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 52b2930b4777470653765af5d5cf8ea339fa8fa5
https://github.com/hibernate/hibernate-core/commit/52b2930b4777470653765a...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-05-20 (Fri, 20 May 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/Metadata.java
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataBuilder.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/state/relational/ColumnRelationalStateImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractEntityBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HibernateMappingBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HibernateXmlBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MetadataImplementor.java
M hibernate-core/src/main/java/org/hibernate/service/config/internal/ConfigurationServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/service/config/spi/ConfigurationService.java
Log Message:
-----------
HHH-6240 - Add access to configuration options targetting metamodel building
13 years, 8 months
[hibernate/hibernate-core] 335eb1: HHH-6172 Adding annotation placeholders for annota...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 335eb1c23192898f69189ec475c1aba9a53f3611
https://github.com/hibernate/hibernate-core/commit/335eb1c23192898f69189e...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-05-20 (Fri, 20 May 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/domain/AbstractAttributeContainer.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/AssociationAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBinder.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/binding/ManyToOneBindingStateImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/relational/AttributeColumnRelationalState.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/relational/AttributeTupleRelationalState.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/relational/ColumnRelationalStateImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/relational/ManyToOneRelationalStateImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/relational/TupleRelationalStateImpl.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/AbstractBasicBindingTests.java
Log Message:
-----------
HHH-6172 Adding annotation placeholders for annotation based state impls
13 years, 8 months
[hibernate/hibernate-core] 5385cc: HHH-6237 - Remove Service proxy code
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 5385cc5cc00d6ae4e838b252de4223db4a8d86b3
https://github.com/hibernate/hibernate-core/commit/5385cc5cc00d6ae4e838b2...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-05-19 (Thu, 19 May 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/service/BasicServiceRegistry.java
M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/internal/BasicServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/internal/ProvidedService.java
M hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.java
R hibernate-core/src/main/java/org/hibernate/service/internal/proxy/javassist/ServiceProxyFactoryFactoryImpl.java
R hibernate-core/src/main/java/org/hibernate/service/internal/proxy/javassist/ServiceProxyFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/spi/BasicServiceInitiator.java
A hibernate-core/src/main/java/org/hibernate/service/spi/ServiceBinding.java
A hibernate-core/src/main/java/org/hibernate/service/spi/ServiceInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/spi/ServiceRegistryImplementor.java
M hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceRegistry.java
R hibernate-core/src/main/java/org/hibernate/service/spi/proxy/ServiceProxyFactory.java
R hibernate-core/src/main/java/org/hibernate/service/spi/proxy/ServiceProxyFactoryFactory.java
R hibernate-core/src/main/java/org/hibernate/service/spi/proxy/ServiceProxyTargetSource.java
M hibernate-core/src/main/java/org/hibernate/stat/internal/StatisticsInitiator.java
M hibernate-core/src/test/java/org/hibernate/test/transaction/jta/ManagedDrivingTest.java
Log Message:
-----------
HHH-6237 - Remove Service proxy code
13 years, 8 months
[hibernate/hibernate-core] 49cf32: HHH-6172 Cleaning up AbstractBasicBindingTests
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 49cf328bb87cfaa77df2734c588e1196681abbc3
https://github.com/hibernate/hibernate-core/commit/49cf328bb87cfaa77df273...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-05-19 (Thu, 19 May 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractAttributeBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/AttributeBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/ManyToOneAttributeBinding.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/internal/MetadataImpl.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/AbstractBasicBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicAnnotationBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicHbmBindingTests.java
R hibernate-core/src/test/java/org/hibernate/metamodel/binding/EntityWithManyToOne.hbm.xml
R hibernate-core/src/test/java/org/hibernate/metamodel/binding/EntityWithManyToOne.java
A hibernate-core/src/test/java/org/hibernate/metamodel/binding/ManyToOneEntity.hbm.xml
A hibernate-core/src/test/java/org/hibernate/metamodel/binding/ManyToOneEntity.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/MiscAnnotationBindingTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/CacheBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/InheritanceTypeTest.java
Log Message:
-----------
HHH-6172 Cleaning up AbstractBasicBindingTests
13 years, 8 months