[hibernate/hibernate-core] ae8a29: HHH-6216 Formatting and removing of obsolete impor...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: ae8a29bdb2ae3c3469eaa3e81b518799f03b911a
https://github.com/hibernate/hibernate-core/commit/ae8a29bdb2ae3c3469eaa3...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/UniqueKey.java
R hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/ValueCreator.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeType.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/BasicAttribute.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleAttribute.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ConstraintSource.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/PluralAttributeSource.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RelationalValueSource.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/TableSource.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/UniqueConstraintSource.java
Log Message:
-----------
HHH-6216 Formatting and removing of obsolete imports and class
Commit: 9eb049040a0391fc26763bf5f3d628c61fdbcef9
https://github.com/hibernate/hibernate-core/commit/9eb049040a0391fc26763b...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AssociationAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleIdentifierSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SingularAttributeSourceImpl.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/RootEntitySourceImpl.java
Log Message:
-----------
HHH-6212 Renaming SimpleAttribute to BasicAttribute
Commit: 0c64e244c9b4d586b26c5ab46039495e00be33cc
https://github.com/hibernate/hibernate-core/commit/0c64e244c9b4d586b26c5a...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
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/entity/EntitySourceImpl.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/ConstraintSource.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/UniqueConstraintSource.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractEntitySourceImpl.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintBindingTests.java
Log Message:
-----------
HHH-6212 Introducing ConstraintSource interface
Implementing unique table constraints using ConstraintSource and
re-enabling UqiqueConstraintBindingTests
Commit: 8ecd7aace8b5ad1090482536c31f25bf9daae3e7
https://github.com/hibernate/hibernate-core/commit/8ecd7aace8b5ad10904825...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/AccessBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/AccessBindingTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BatchSizeBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BatchSizeBindingTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/CacheBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/CacheBindingTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/CustomSQLBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/CustomSQLBindingTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MappedSuperclassTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MappedSuperclassTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/ProxyBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/ProxyBindingTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/QuotedIdentifierTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/QuotedIdentifierTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintBindingTests.java
Log Message:
-----------
HHH-6212 Consistent naming of test classes
Commit: 5954d1c2c42c2dc52ad3736eb893bbf5281011d8
https://github.com/hibernate/hibernate-core/commit/5954d1c2c42c2dc52ad373...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/ProxyBindingTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/QuotedIdentifierTest.java
Log Message:
-----------
HHH-6212 Consistent naming of test classes
Commit: 57cb51fd14d14873d74cc151c6e921697004eadc
https://github.com/hibernate/hibernate-core/commit/57cb51fd14d14873d74cc1...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-26 (Tue, 26 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/source/annotations/attribute/ColumnValues.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/entity/EntitySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/TableSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintSourceImpl.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/hbm/AbstractEntitySourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/RootEntitySourceImpl.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/SecondaryTableTest.java
Log Message:
-----------
HHH-6212 Adding 'Iterable<TableSource> getSecondaryTables()' to EntitySource
Extending EntityClass to collect secondary table information
Commit: 3ff5c13058cf76033e7f0a43b75b20991ea92dcf
https://github.com/hibernate/hibernate-core/commit/3ff5c13058cf76033e7f0a...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnValuesSourceImpl.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/DiscriminatorColumnValues.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/DiscriminatorSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityClass.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/InheritanceBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/RootOfSingleTableInheritance.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/SubclassOfSingleTableInheritance.java
Log Message:
-----------
HHH-6212 Some discriminator related cleanup. Getting rid of DiscriminatorColumnValues
Commit: 350984a181ebeb09b71c91d43926debb77903f65
https://github.com/hibernate/hibernate-core/commit/350984a181ebeb09b71c91...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityBinding.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/SecondaryTableTest.java
Log Message:
-----------
HHH-6212 Adding a secondary table test
Compare: https://github.com/hibernate/hibernate-core/compare/bfa4734...350984a
13 years, 4 months
[hibernate/hibernate-core] 7529dd: HHH-6479 - Split notions of locating and creating ...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 7529dd8e81be0d30c734ffcde8738025c0cc1dea
https://github.com/hibernate/hibernate-core/commit/7529dd8e81be0d30c734ff...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-07-22 (Fri, 22 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
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/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/binder/Binder.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleValueBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTests.java
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SingularAttributePath.java
Log Message:
-----------
HHH-6479 - Split notions of locating and creating an attribute
13 years, 4 months
[hibernate/hibernate-core] ceda40: HHH-6476 implementing AttributeSource.getPropertyA...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: ceda40b686c528a3c1179ef37061850f43da2f57
https://github.com/hibernate/hibernate-core/commit/ceda40b686c528a3c1179e...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-22 (Fri, 22 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/AttributeBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AssociationAttribute.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.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/attribute/SingularAttributeSourceImpl.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/binder/AttributeSource.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RelationalValueSourceContainer.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/AccessBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BaseAnnotationBindingTestCase.java
Log Message:
-----------
HHH-6476 implementing AttributeSource.getPropertyAccessorName and adding tests
13 years, 4 months