The PR contains changes that needs for Apache Ignite and OrientDB.
In more details, it will allows dialect to access QueryHints and to initialize the database during tests
Module for OrientDB needs method https://github.com/schernolyas/hibernate-ogm/blob/OrientDBIgniteCoreChanges/core/src/test/java/org/hibernate/ogm/utils/GridDialectTestHelper.java#L87 for initial database preparation. Module set required timezone in OrientDB
Module for Apache Ignite needs extend org.hibernate.ogm.dialect.query.spi.QueryParameters by field https://github.com/schernolyas/hibernate-ogm/blob/OrientDBIgniteCoreChanges/core/src/main/java/org/hibernate/ogm/dialect/query/spi/QueryParameters.java#L30 |
|