[hibernate-commits] [hibernate/hibernate-ogm] 106d8f: OGM-1084 In the case of an association stored in t...

GitHub noreply at github.com
Wed Aug 3 10:49:30 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 106d8f0f3c54ec3fe223ed6abd43f3ade2eea8f4
      https://github.com/hibernate/hibernate-ogm/commit/106d8f0f3c54ec3fe223ed6abd43f3ade2eea8f4
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M core/src/main/java/org/hibernate/ogm/dialect/impl/AssociationTypeContextImpl.java
    M core/src/main/java/org/hibernate/ogm/dialect/spi/AssociationTypeContext.java
    M core/src/main/java/org/hibernate/ogm/persister/impl/EntityAssociationUpdater.java
    M core/src/main/java/org/hibernate/ogm/persister/impl/OgmCollectionPersister.java
    M core/src/main/java/org/hibernate/ogm/persister/impl/OgmEntityPersister.java
    M core/src/test/java/org/hibernate/ogm/utils/GridDialectOperationContexts.java
    M documentation/manual/src/main/asciidoc/en-US/modules/redis.asciidoc
    M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/loading/LoadSelectedColumnsCollectionTest.java
    M redis/src/main/java/org/hibernate/ogm/datastore/redis/RedisJsonDialect.java
    M redis/src/main/java/org/hibernate/ogm/datastore/redis/impl/json/JsonEntityStorageStrategy.java
    A redis/src/test/java/org/hibernate/ogm/datastore/redis/test/options/ttl/BandWithAssociationStoredInEntity.java
    M redis/src/test/java/org/hibernate/ogm/datastore/redis/test/options/ttl/GlobalPropertyTTLTest.java

  Log Message:
  -----------
  OGM-1084 In the case of an association stored in the entity, the TTL
should be the one of the entity, not the one of the association

Clarify this in the documentation.




More information about the hibernate-commits mailing list