| 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.mongodb.options.AuthenticationMechanismType.MONGODB_CR
since MongoDB 3.0, use
AuthenticationMechanismType.SCRAM_SHA_1 or AuthenticationMechanismType.BEST |
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.