[hibernate-commits] [hibernate/hibernate-core] ae8a29: HHH-6216 Formatting and removing of obsolete impor...

noreply at github.com noreply at github.com
Tue Jul 26 08:25:14 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-core

  Commit: ae8a29bdb2ae3c3469eaa3e81b518799f03b911a
      https://github.com/hibernate/hibernate-core/commit/ae8a29bdb2ae3c3469eaa3e81b518799f03b911a
  Author: Hardy Ferentschik <hardy at 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/9eb049040a0391fc26763bf5f3d628c61fdbcef9
  Author: Hardy Ferentschik <hardy at 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/0c64e244c9b4d586b26c5ab46039495e00be33cc
  Author: Hardy Ferentschik <hardy at 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/8ecd7aace8b5ad1090482536c31f25bf9daae3e7
  Author: Hardy Ferentschik <hardy at 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/5954d1c2c42c2dc52ad3736eb893bbf5281011d8
  Author: Hardy Ferentschik <hardy at 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/57cb51fd14d14873d74cc151c6e921697004eadc
  Author: Hardy Ferentschik <hardy at 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/3ff5c13058cf76033e7f0a43b75b20991ea92dcf
  Author: Hardy Ferentschik <hardy at 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/350984a181ebeb09b71c91d43926debb77903f65
  Author: Hardy Ferentschik <hardy at 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


More information about the hibernate-commits mailing list