[hibernate-commits] [hibernate/hibernate-orm] da2eac: HHH-7037 Renaming ColumnValues to Column and addin...

GitHub noreply at github.com
Fri Feb 10 18:33:45 EST 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: da2eac71ed3de1c36ec16ed6b50829c94aac99c1
      https://github.com/hibernate/hibernate-orm/commit/da2eac71ed3de1c36ec16ed6b50829c94aac99c1
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-02-10 (Fri, 10 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AttributeOverride.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/BasicAttribute.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/Column.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ColumnSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ColumnValues.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ColumnValuesSourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ManyToManyPluralAttributeElementSourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/MappedAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/SingularAttributeSourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntitySourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractEntitySourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToManyPluralAttributeElementSourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityBinding.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntitySource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/JpaCallbackClass.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/JpaCallbackSource.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ManyToManyPluralAttributeElementSource.java
  M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/CallbackResolver.java

  Log Message:
  -----------
  HHH-7037 Renaming ColumnValues to Column and adding support for JoinColumn

Renaming JpaCallbackClass to JpaCallbackSource





More information about the hibernate-commits mailing list