[hibernate-commits] [hibernate/hibernate-ogm] 342bbc: OGM-702 Making sure MongoDB native queries can ret...

GitHub noreply at github.com
Tue Jan 6 11:47:12 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 342bbcfd5f1337d470d5b84b17710e3c4c558eab
      https://github.com/hibernate/hibernate-ogm/commit/342bbcfd5f1337d470d5b84b17710e3c4c558eab
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/dialect/impl/MongoDBTupleSnapshot.java
    A mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/Critic.java
    A mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/CriticId.java
    M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/MongoDBEntityManagerNativeQueryTest.java

  Log Message:
  -----------
  OGM-702 Making sure MongoDB native queries can return entities with a composite id


  Commit: 157992ea6bddeaf40803681fe99e0b3a034137f2
      https://github.com/hibernate/hibernate-ogm/commit/157992ea6bddeaf40803681fe99e0b3a034137f2
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    M core/src/main/java/org/hibernate/ogm/model/spi/TupleSnapshot.java

  Log Message:
  -----------
  OGM-702 Clarifying semantics of column names used with the Tuple contract


  Commit: fd886b6e0048280defc208a447511c0cbf0cf694
      https://github.com/hibernate/hibernate-ogm/commit/fd886b6e0048280defc208a447511c0cbf0cf694
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    M core/src/test/java/org/hibernate/ogm/utils/jpa/JpaTestCase.java

  Log Message:
  -----------
  OGM-702 Rolling back pending transaction in case of unanticipated exceptions during a test, allowing other tests within the same class to pass


  Commit: 5e03d10dc6a3582b334cabb58605d85d3001fc4c
      https://github.com/hibernate/hibernate-ogm/commit/5e03d10dc6a3582b334cabb58605d85d3001fc4c
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    A neo4j/src/test/java/org/hibernate/ogm/datastore/neo4j/test/query/nativequery/Critic.java
    A neo4j/src/test/java/org/hibernate/ogm/datastore/neo4j/test/query/nativequery/CriticId.java
    M neo4j/src/test/java/org/hibernate/ogm/datastore/neo4j/test/query/nativequery/Neo4jEntityManagerNativeQueryTest.java

  Log Message:
  -----------
  OGM-702 Adding test for Neo4j/Cypher


Compare: https://github.com/hibernate/hibernate-ogm/compare/2dc2c49d8d45...5e03d10dc6a3


More information about the hibernate-commits mailing list