[hibernate-commits] [hibernate/hibernate-core] 9ec53f: HHH-6472 - Implementing EntityDiscriminator and di...

noreply at github.com noreply at github.com
Fri Jul 22 09:09:05 EDT 2011


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

  Commit: 9ec53fa1f870d86bd3c0658ffe2b3ae7611eba37
      https://github.com/hibernate/hibernate-core/commit/9ec53fa1f870d86bd3c0658ffe2b3ae7611eba37
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2011-07-22 (Fri, 22 Jul 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityDiscriminator.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnValuesSourceImpl.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/attribute/SimpleAttribute.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
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/RootEntitySourceImpl.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/DiscriminatorSource.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
  M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java

  Log Message:
  -----------
  HHH-6472 - Implementing EntityDiscriminator and discriminator match value




More information about the hibernate-commits mailing list