[hibernate-commits] [hibernate/hibernate-orm] 36c135: HHH-4417 - Add annotation support for UserCollecti...

GitHub noreply at github.com
Mon Mar 5 11:25:02 EST 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 36c135ab6619cc56af293060c0216e924e16b187
      https://github.com/hibernate/hibernate-orm/commit/36c135ab6619cc56af293060c0216e924e16b187
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/annotations/CollectionType.java
  M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
  M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/Email.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/IMyList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/MyList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/MyListType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/PersistentMyList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeHbmVariantTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserPermissions.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableListImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableListType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeAnnotationsVariantTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeHbmVariantTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/Email.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/IMyList.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/MyList.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/MyListType.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/PersistentMyList.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/User.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/UserCollectionTypeTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/UserPermissions.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableList.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableListImpl.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableListType.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/Entity.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/ParameterizedUserCollectionTypeTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/PersistentDefaultableList.java

  Log Message:
  -----------
  HHH-4417 - Add annotation support for UserCollectionType





More information about the hibernate-commits mailing list