[hibernate-commits] [hibernate/hibernate-ogm] 2173d8: OGM-674 Add logic to find embeddable null state

GitHub noreply at github.com
Fri Feb 27 02:49:27 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 2173d84d36543024ee5023d2bd9736af60ef51a5
      https://github.com/hibernate/hibernate-ogm/commit/2173d84d36543024ee5023d2bd9736af60ef51a5
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    A mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/dialect/impl/EmbeddableStateFinder.java
    A mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/utils/EmbeddableStateFinderTest.java

  Log Message:
  -----------
  OGM-674 Add logic to find embeddable null state


  Commit: 8bccb7f01f3928060ba10218239c41646c54382b
      https://github.com/hibernate/hibernate-ogm/commit/8bccb7f01f3928060ba10218239c41646c54382b
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java

  Log Message:
  -----------
  OGM-674 [MongoDB] Unset null embeddable objects


  Commit: 50db18853169ae051bb1815f77d1934dd58d2f9b
      https://github.com/hibernate/hibernate-ogm/commit/50db18853169ae051bb1815f77d1934dd58d2f9b
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    M core/src/test/java/org/hibernate/ogm/backendtck/embeddable/EmbeddableTest.java
    M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/embeddable/EmbeddableMappingTest.java

  Log Message:
  -----------
  OGM-674 Add tests related to null embeddables

A generic TCK test to make sure the data is retrieved properly.
And a mongodb structure specific test.


Compare: https://github.com/hibernate/hibernate-ogm/compare/762f7b3b0d91...50db18853169


More information about the hibernate-commits mailing list