[hibernate-commits] [hibernate/hibernate-orm] 34e751: HHH-8159 - Apply fixups indicated by analysis tool...

GitHub noreply at github.com
Tue Apr 9 20:43:49 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 34e7512c76b4634fbb264df5e71fcf5fa12d447f
      https://github.com/hibernate/hibernate-orm/commit/34e7512c76b4634fbb264df5e71fcf5fa12d447f
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2013-04-09 (Tue, 09 Apr 2013)

  Changed paths:
    M build.gradle
    M hibernate-core/src/main/java/org/hibernate/ScrollMode.java
    M hibernate-core/src/main/java/org/hibernate/StaleObjectStateException.java
    M hibernate-core/src/main/java/org/hibernate/action/spi/Executable.java
    A hibernate-core/src/main/java/org/hibernate/action/spi/package-info.java
    M hibernate-core/src/main/java/org/hibernate/annotations/AccessType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/AnyMetaDef.java
    M hibernate-core/src/main/java/org/hibernate/annotations/AnyMetaDefs.java
    M hibernate-core/src/main/java/org/hibernate/annotations/AttributeAccessor.java
    M hibernate-core/src/main/java/org/hibernate/annotations/BatchSize.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Cache.java
    M hibernate-core/src/main/java/org/hibernate/annotations/CacheConcurrencyStrategy.java
    M hibernate-core/src/main/java/org/hibernate/annotations/CacheModeType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Cascade.java
    M hibernate-core/src/main/java/org/hibernate/annotations/CascadeType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Check.java
    M hibernate-core/src/main/java/org/hibernate/annotations/CollectionId.java
    M hibernate-core/src/main/java/org/hibernate/annotations/CollectionType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/ColumnTransformer.java
    M hibernate-core/src/main/java/org/hibernate/annotations/ColumnTransformers.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Columns.java
    M hibernate-core/src/main/java/org/hibernate/annotations/DiscriminatorFormula.java
    M hibernate-core/src/main/java/org/hibernate/annotations/DiscriminatorOptions.java
    M hibernate-core/src/main/java/org/hibernate/annotations/DynamicInsert.java
    M hibernate-core/src/main/java/org/hibernate/annotations/DynamicUpdate.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Entity.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Fetch.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FetchMode.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FetchProfile.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FetchProfiles.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/FilterDefs.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FilterJoinTable.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FilterJoinTables.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Filters.java
    M hibernate-core/src/main/java/org/hibernate/annotations/FlushModeType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/ForeignKey.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Formula.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Generated.java
    M hibernate-core/src/main/java/org/hibernate/annotations/GenerationTime.java
    M hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerator.java
    M hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerators.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Index.java
    M hibernate-core/src/main/java/org/hibernate/annotations/IndexColumn.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/JoinFormula.java
    M hibernate-core/src/main/java/org/hibernate/annotations/LazyCollection.java
    M hibernate-core/src/main/java/org/hibernate/annotations/LazyCollectionOption.java
    M hibernate-core/src/main/java/org/hibernate/annotations/LazyToOne.java
    M hibernate-core/src/main/java/org/hibernate/annotations/LazyToOneOption.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Loader.java
    M hibernate-core/src/main/java/org/hibernate/annotations/MapKeyType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/MetaValue.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NamedNativeQueries.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NamedNativeQuery.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NamedQueries.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NamedQuery.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NaturalId.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NotFound.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NotFoundAction.java
    M hibernate-core/src/main/java/org/hibernate/annotations/OnDelete.java
    M hibernate-core/src/main/java/org/hibernate/annotations/OnDeleteAction.java
    M hibernate-core/src/main/java/org/hibernate/annotations/OptimisticLock.java
    M hibernate-core/src/main/java/org/hibernate/annotations/OptimisticLockType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/OptimisticLocking.java
    M hibernate-core/src/main/java/org/hibernate/annotations/OrderBy.java
    M hibernate-core/src/main/java/org/hibernate/annotations/ParamDef.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Parameter.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Parent.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Persister.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Polymorphism.java
    M hibernate-core/src/main/java/org/hibernate/annotations/PolymorphismType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Proxy.java
    M hibernate-core/src/main/java/org/hibernate/annotations/QueryHints.java
    M hibernate-core/src/main/java/org/hibernate/annotations/ResultCheckStyle.java
    M hibernate-core/src/main/java/org/hibernate/annotations/RowId.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SQLDelete.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SQLInsert.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SQLUpdate.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SelectBeforeUpdate.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Sort.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SortType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Source.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SourceType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SqlFragmentAlias.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Subselect.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Synchronize.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Table.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Tables.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Target.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Tuplizer.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Tuplizers.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Type.java
    M hibernate-core/src/main/java/org/hibernate/annotations/TypeDef.java
    M hibernate-core/src/main/java/org/hibernate/annotations/TypeDefs.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Where.java
    M hibernate-core/src/main/java/org/hibernate/annotations/WhereJoinTable.java
    A hibernate-core/src/main/java/org/hibernate/annotations/package-info.java
    A shared/config/checkstyle/public_checks.xml

  Log Message:
  -----------
  HHH-8159 - Apply fixups indicated by analysis tools


  Commit: b8ebe0ef4da28329e0ca9141b74cea9437359ba9
      https://github.com/hibernate/hibernate-orm/commit/b8ebe0ef4da28329e0ca9141b74cea9437359ba9
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2013-04-09 (Tue, 09 Apr 2013)

  Changed paths:
    M build.gradle
    M hibernate-core/src/main/java/org/hibernate/annotations/CollectionId.java

  Log Message:
  -----------
  HHH-8159 - Apply fixups indicated by analysis tools


Compare: https://github.com/hibernate/hibernate-orm/compare/9ace3a6a082c...b8ebe0ef4da2


More information about the hibernate-commits mailing list