[hibernate-commits] [hibernate/hibernate-orm] da4f5e: HHH-10947 Add @Repeatable to Hibernate-owned annot...

GitHub noreply at github.com
Mon Jul 11 15:33:01 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: da4f5e1a57a4ca91de07184f5bb9d51c9dc3e269
      https://github.com/hibernate/hibernate-orm/commit/da4f5e1a57a4ca91de07184f5bb9d51c9dc3e269
  Author: Brett Meyer <brett at 3riverdev.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
    M documentation/src/test/java/org/hibernate/userguide/mapping/basic/any/package-info.java
    M documentation/src/test/java/org/hibernate/userguide/sql/CollectionLoaderTest.java
    M documentation/src/test/java/org/hibernate/userguide/sql/CustomSQLSecondaryTableTest.java
    M documentation/src/test/java/org/hibernate/userguide/sql/CustomSQLTest.java
    M documentation/src/test/java/org/hibernate/userguide/sql/SQLTest.java
    M hibernate-core/src/main/java/org/hibernate/annotations/AnyMetaDef.java
    M hibernate-core/src/main/java/org/hibernate/annotations/ColumnTransformer.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FetchProfile.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Filter.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FilterDef.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FilterJoinTable.java
    M hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerator.java
    M hibernate-core/src/main/java/org/hibernate/annotations/JoinColumnOrFormula.java
    M hibernate-core/src/main/java/org/hibernate/annotations/JoinColumnsOrFormulas.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NamedNativeQuery.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NamedQuery.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Table.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Tuplizer.java
    M hibernate-core/src/main/java/org/hibernate/annotations/TypeDef.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java
    M hibernate-core/src/test/java/org/hibernate/jpa/test/lock/LockTest.java
    M hibernate-core/src/test/java/org/hibernate/jpa/test/query/QueryTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/package-info.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/package-info.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/EntityEnum.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/custom_mapkey/EntityMapEnum.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/package-info.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/MappedSuperclass/Animal.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/joined/Club.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinColumnOrFormulaTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/join/Cat.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/EntitySerialize.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/package-info.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    M hibernate-core/src/test/java/org/hibernate/test/criterion/NationalizedIgnoreCaseTest.java
    M hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/selfReferencing/Employee.java
    M hibernate-core/src/test/java/org/hibernate/test/formulajoin/AnnotatedMaster.java
    M hibernate-core/src/test/java/org/hibernate/test/generated/DefaultGeneratedValueTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/ql/NamedNativeQueryTest.java
    M hibernate-core/src/test/java/org/hibernate/test/locking/LockModeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/nationalized/NationalizedLobFieldTest.java
    M hibernate-core/src/test/java/org/hibernate/test/subselect/CompositeIdTypeBindingTest.java
    M hibernate-envers/src/main/java/org/hibernate/envers/AuditOverride.java
    M hibernate-envers/src/main/java/org/hibernate/envers/SecondaryAuditTable.java
    M hibernate-testing/src/main/java/org/hibernate/testing/RequiresDialect.java
    M hibernate-testing/src/main/java/org/hibernate/testing/SkipForDialect.java

  Log Message:
  -----------
  HHH-10947 Add @Repeatable to Hibernate-owned annotations




More information about the hibernate-commits mailing list