B C D E F G H I L N O P R S T U
B
- BaseNeo4jDialect<E extends org.hibernate.ogm.datastore.neo4j.dialect.impl.BaseNeo4jEntityQueries,A extends org.hibernate.ogm.datastore.neo4j.dialect.impl.BaseNeo4jAssociationQueries> - Class in org.hibernate.ogm.datastore.neo4j
-
- BaseNeo4jDialect(BaseNeo4jTypeConverter) - Constructor for class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- BOLT_DATASTORE_PROVIDER_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4j
-
Short name of the data store provider for a remote Neo4j server using Bolt.
- BoltNeo4jDialect - Class in org.hibernate.ogm.datastore.neo4j
-
Abstracts Hibernate OGM from Neo4j.
- BoltNeo4jDialect(BoltNeo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- buildNativeQuery(BackendQuery<String>, QueryParameters) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
C
- CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
Location of the Neo4j embedded properties file.
- CONNECTION_CHECKOUT_TIMEOUT - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
How long will we wait (in milliseconds) to get a connection?
- CONNECTION_POOL_SIZE - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
The size of the client connection pool
- CONNECTION_TTL - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
Time to live of the connection in the pool.
- CONSTRAINT_VIOLATION_CODE - Static variable in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- convert(AssociationKey, TupleSnapshot) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- convert(AssociationKey, TupleSnapshot) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- create() - Method in interface org.hibernate.ogm.datastore.neo4j.spi.GraphDatabaseServiceFactory
-
Creates a GraphDatabaseService
.
- createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- createNeo4jAssociationQueries(EntityKeyMetadata, AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- createNeo4jAssociationQueries(EntityKeyMetadata, AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- createNeo4jAssociationQueries(EntityKeyMetadata, AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- createNeo4jAssociationQueries(EntityKeyMetadata, AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- createNeo4jEntityQueries(EntityKeyMetadata, TupleTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- createNeo4jEntityQueries(EntityKeyMetadata, TupleTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- createNeo4jEntityQueries(EntityKeyMetadata, TupleTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- createNeo4jEntityQueries(EntityKeyMetadata, TupleTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- createTuple(EntityKey, OperationContext) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- createTuple(EntityKey, OperationContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
D
- DATABASE_PATH - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
The absolute path representing the location of the Neo4j database, ex.: /home/user/neo4jdb/mydb
- DATASTORE_PROVIDER_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4j
-
E
- EMBEDDED_DATASTORE_PROVIDER_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4j
-
Short name of the data store provider for an embedded Neo4j instance.
- EmbeddedNeo4jDialect - Class in org.hibernate.ogm.datastore.neo4j
-
Abstracts Hibernate OGM from Neo4j.
- EmbeddedNeo4jDialect(EmbeddedNeo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- entityKeyMetadata(OgmEntityPersister) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- entityKeyMetadata(EntityKeyMetadata, TupleTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- entityKeyMetadata(EntityKeyMetadata, TupleTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- ESTABLISH_CONNECTION_TIMEOUT - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
the timeout in millisecond to make an initial socket connection.
- executeBackendQuery(BackendQuery<String>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- executeBackendQuery(BackendQuery<String>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- executeBackendQuery(BackendQuery<String>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- executeBackendUpdateQuery(BackendQuery<String>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- executeBackendUpdateQuery(BackendQuery<String>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- executeBackendUpdateQuery(BackendQuery<String>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- executeBackendUpdateQuery(BackendQuery<String>, QueryParameters, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
F
- forEachTuple(ModelConsumer, TupleTypeContext, EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- forEachTuple(ModelConsumer, TupleTypeContext, EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- forEachTuple(ModelConsumer, TupleTypeContext, EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
G
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- getAssociationQueries(AssociationKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4j
-
- getDuplicateInsertPreventionStrategy(EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- getEntityKey(Tuple, AssociatedEntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
Returns the key of the entity targeted by the represented association, retrieved from the given tuple.
- getEntityQueries(EntityKeyMetadata, OperationContext) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- getEntityQueries(EntityKeyMetadata, TupleTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- getParameterMetadataBuilder() - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- getParameters(QueryParameters) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- getServiceRegistry() - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- getTuple(EntityKey, OperationContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- getTuple(EntityKey, OperationContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- getTuple(EntityKey, OperationContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- GraphDatabaseServiceFactory - Interface in org.hibernate.ogm.datastore.neo4j.spi
-
Contains methods to create a GraphDatabaseService
.
H
- HTTP_DATASTORE_PROVIDER_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4j
-
Short name of the data store provider for a remote Neo4j server using the HTTP API.
- HttpNeo4jDialect - Class in org.hibernate.ogm.datastore.neo4j
-
Abstracts Hibernate OGM from Neo4j.
- HttpNeo4jDialect(HttpNeo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
I
- initialize(Map<?, ?>) - Method in interface org.hibernate.ogm.datastore.neo4j.spi.GraphDatabaseServiceFactory
-
Called after the creation of the factory can be used to read the configuration.
- initializeAssociationQueries(SessionFactoryImplementor) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- insertOrUpdateTuple(EntityKey, TuplePointer, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- insertOrUpdateTuple(EntityKey, TuplePointer, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- insertOrUpdateTuple(EntityKey, TuplePointer, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- isPartOfRegularEmbedded(String[], String) - Static method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
A regular embedded is an element that it is embedded but it is not a key or a collection.
- isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
L
- log - Static variable in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
N
- Neo4j - Class in org.hibernate.ogm.datastore.neo4j
-
Allows to configure options specific to the Neo4j graph data store.
- Neo4j() - Constructor for class org.hibernate.ogm.datastore.neo4j.Neo4j
-
- Neo4jDialect - Class in org.hibernate.ogm.datastore.neo4j
-
- Neo4jDialect(EmbeddedNeo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
-
Deprecated.
- Neo4jProperties - Class in org.hibernate.ogm.datastore.neo4j
-
Neo4j GridDialect configuration options.
- nextValue(NextValueRequest) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- nextValue(NextValueRequest) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- nextValue(NextValueRequest) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
O
- org.hibernate.ogm.datastore.neo4j - package org.hibernate.ogm.datastore.neo4j
-
- org.hibernate.ogm.datastore.neo4j.spi - package org.hibernate.ogm.datastore.neo4j.spi
-
- overrideType(Type) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
P
- parseNativeQuery(String) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- parseNativeQuery(String) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
R
- RemoteNeo4jDialect - Interface in org.hibernate.ogm.datastore.neo4j
-
- removeAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- removeAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- removeAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
- removeTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.BoltNeo4jDialect
-
- removeTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.EmbeddedNeo4jDialect
-
- removeTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.HttpNeo4jDialect
-
S
- SEQUENCE_QUERY_CACHE_MAX_SIZE - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
The maximum number of cached queries used to get a sequence.
- sessionFactoryCreated(SessionFactoryImplementor) - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
- SOCKET_TIMEOUT - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
-
Socket inactivity timeout in milliseconds.
- supportsSequences() - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
T
- TUPLE_ALREADY_EXISTS_EXCEPTION_PATTERN - Static variable in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
U
- usesNavigationalInformationForInverseSideOfAssociations() - Method in class org.hibernate.ogm.datastore.neo4j.BaseNeo4jDialect
-
B C D E F G H I L N O P R S T U
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.