[hibernate-commits] [hibernate/hibernate-core] 95802a: HHH-6174 Creating schema and (primary) table

noreply at github.com noreply at github.com
Tue May 3 10:58:47 EDT 2011


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

Commit: 95802a0e9392b7e171233b5723b7ce551c0afe04
    https://github.com/hibernate/hibernate-core/commit/95802a0e9392b7e171233b5723b7ce551c0afe04
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-05-03 (Tue, 03 May 2011)

Changed paths:
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchy.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityBinder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedAttribute.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedProperty.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/JandexHelper.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/state/relational/HbmColumnRelationalState.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicAnnotationBindingTests.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleEntity.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/ConfiguredClassHierarchyBuilderTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/GenericTypeDiscoveryTest.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/JandexHelperTest.java

Log Message:
-----------
HHH-6174 Creating schema and (primary) table


Commit: d48010643bf452eac9576e85fdd84e52fa2b7d4b
    https://github.com/hibernate/hibernate-core/commit/d48010643bf452eac9576e85fdd84e52fa2b7d4b
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-05-03 (Tue, 03 May 2011)

Changed paths:
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AttributeColumnRelationalState.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ColumnValues.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityBinder.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/HibernateDotNames.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JPADotNames.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/ConfiguredClassHierarchyBuilder.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicAnnotationBindingTests.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/JandexHelperTest.java

Log Message:
-----------
HHH-6171 Collecting information for relational state of attributes


Commit: 46f5022b60b67b66c2d5f2014c45557334c57413
    https://github.com/hibernate/hibernate-core/commit/46f5022b60b67b66c2d5f2014c45557334c57413
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-05-03 (Tue, 03 May 2011)

Changed paths:
  M hibernate-core/src/main/java/org/hibernate/annotations/Persister.java

Log Message:
-----------
HHH-6171 Javadoc changes


Compare: https://github.com/hibernate/hibernate-core/compare/e7c26b2...46f5022


More information about the hibernate-commits mailing list