Class and Description |
---|
org.hibernate.ogm.datastore.infinispan.Infinispan |
org.hibernate.ogm.datastore.neo4j.Neo4jDialect
Use
EmbeddedNeo4jDialect instead |
Field and Description |
---|
org.hibernate.ogm.datastore.neo4j.Neo4j.DATASTORE_PROVIDER_NAME
use
Neo4j.EMBEDDED_DATASTORE_PROVIDER_NAME instead |
org.hibernate.ogm.cfg.OgmProperties.PORT
ignored when multiple hosts are defined in
OgmProperties.HOST , prefer the host:port approach |
Enum Constant and Description |
---|
org.hibernate.ogm.datastore.impl.DatastoreProviderType.INFINISPAN
use
DatastoreProviderType.INFINISPAN_EMBEDDED instead to avoid ambiguities. |
org.hibernate.ogm.datastore.mongodb.options.AuthenticationMechanismType.MONGODB_CR
since MongoDB 3.0, use
AuthenticationMechanismType.SCRAM_SHA_1 or AuthenticationMechanismType.BEST |
Copyright © 2010-2017 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.