[hibernate-commits] [hibernate/hibernate-core] cc2dab: HHH-6490 Support @javax.persistence.Lob

noreply at github.com noreply at github.com
Mon Aug 1 08:36:15 EDT 2011


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

  Commit: cc2dab0f183eb5fa84c00b64ad57bbec5948b2b9
      https://github.com/hibernate/hibernate-core/commit/cc2dab0f183eb5fa84c00b64ad57bbec5948b2b9
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-07-30 (Sat, 30 Jul 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Datatype.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AbstractHibernateTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/BasicAttribute.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/CompositeHibernateTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/EnumeratedTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ExplicitHibernateTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ExplicitHibernateTypeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/HibernateTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/LobTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SingularAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/TemporalTypeResolver.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EnumeratedBindingTests.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java

  Log Message:
  -----------
  HHH-6490 Support @javax.persistence.Lob
HHH-6492 Support @javax.persistence.Enumerated
refact HHH-6489 Support @javax.persistence.Temporal


  Commit: 67e8f311db30fa4f44b3cf0d2d48d067af3f949d
      https://github.com/hibernate/hibernate-core/commit/67e8f311db30fa4f44b3cf0d2d48d067af3f949d
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-07-31 (Sun, 31 Jul 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java

  Log Message:
  -----------
  simple code refact


  Commit: 37a8f83d2e475426027e044a33ff51168c958f04
      https://github.com/hibernate/hibernate-core/commit/37a8f83d2e475426027e044a33ff51168c958f04
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-08-01 (Mon, 01 Aug 2011)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AbstractAttributeTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AbstractHibernateTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/BasicAttribute.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/CompositeHibernateTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/DerivedValueSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/EnumeratedTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ExplicitHibernateTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ExplicitHibernateTypeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/HibernateTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/LobTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/TemporalTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AttributeTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/CompositeAttributeTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/EnumeratedTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/ExplicitAttributeTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/LobTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/TemporalTypeResolver.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddedIdTests.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EnumeratedBindingTests.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/IdentifierGeneratorTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/QuotedIdentifierTest.java

  Log Message:
  -----------
  HHH-6490 Support @javax.persistence.Lob
HHH-6492 Support @javax.persistence.Enumerated
refact HHH-6489 Support @javax.persistence.Temporal
refact test
add license header


  Commit: 5a00cb9276c0d6abc392cbadf3ece1ff6877a4ac
      https://github.com/hibernate/hibernate-core/commit/5a00cb9276c0d6abc392cbadf3ece1ff6877a4ac
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-08-01 (Mon, 01 Aug 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/BasicAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnSourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/MappingDocument.java
  M hibernate-core/src/test/java/org/hibernate/test/ops/AbstractOperationTestCase.java

  Log Message:
  -----------
  HHH-6521 Column name is not quoted even the global quote identifier property is enabled


  Commit: 3689e533fbcaac195f05d7366f705902c33e5c93
      https://github.com/hibernate/hibernate-core/commit/3689e533fbcaac195f05d7366f705902c33e5c93
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-08-01 (Mon, 01 Aug 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/binding/IdGenerator.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/IdentifierGeneratorTest.java
  M hibernate-core/src/test/java/org/hibernate/test/ops/AbstractOperationTestCase.java

  Log Message:
  -----------
  HHH-6520 if no @GeneratedValue on an simple @Id property, then the generator type should be assigned


  Commit: f2338af9eb88302635da168a0c280e6365ceb0f7
      https://github.com/hibernate/hibernate-core/commit/f2338af9eb88302635da168a0c280e6365ceb0f7
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2011-08-01 (Mon, 01 Aug 2011)

  Changed paths:
    R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AbstractAttributeTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/BasicAttribute.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AbstractAttributeTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AttributeTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AttributeTypeResolverImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/CompositeAttributeTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/EnumeratedTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/ExplicitAttributeTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/LobTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/TemporalTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/package-info.java

  Log Message:
  -----------
  HHH-6520 Some formatting and method name changes. Also moving AbstractAttributeTypeResolver into the type sub-package


Compare: https://github.com/hibernate/hibernate-core/compare/2b0e028...f2338af


More information about the hibernate-commits mailing list