- NEO4J_ASSOCIATION_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
-
Name of the Neo4j index containing the stored associations.
- NEO4J_CONFIGURATION_LOCATION - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
-
Location of the Neo4j embedded properties file.
- NEO4J_DATABASE_PATH - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
-
The absolute path representing the location of the Neo4j database, ex.: /home/user/neo4jdb/mydb
- NEO4J_ENTITY_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
-
Name of the neo4j index containing the stored entities.
- NEO4J_GRAPHDB_FACTORYCLASS - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
-
Qualified class name for the creation of a new GraphDatabaseService
.
- NEO4J_SEQUENCE_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
-
Name of the index that stores the next available value for a sequence.
- Neo4jAssociationSnapshot - Class in org.hibernate.ogm.dialect.neo4j
-
Represents the association snapshot as loaded by Neo4j.
- Neo4jAssociationSnapshot(Node, RelationshipType, AssociationKey) - Constructor for class org.hibernate.ogm.dialect.neo4j.Neo4jAssociationSnapshot
-
- Neo4jDatastoreProvider - Class in org.hibernate.ogm.datastore.neo4j.impl
-
Provides access to the Neo4j system.
- Neo4jDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- Neo4jDialect - Class in org.hibernate.ogm.dialect.neo4j
-
Abstracts Hibernate OGM from Neo4j.
- Neo4jDialect(Neo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
-
- Neo4jGraphDatabaseServiceFactoryProvider - Class in org.hibernate.ogm.datastore.neo4j.impl
-
- Neo4jGraphDatabaseServiceFactoryProvider() - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.Neo4jGraphDatabaseServiceFactoryProvider
-
- Neo4jIndexManager - Class in org.hibernate.ogm.dialect.neo4j
-
Manages Node
and Relationship
indexes.
- Neo4jIndexManager(Neo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
-
- Neo4jJtaPlatform - Class in org.hibernate.ogm.transaction.neo4j.impl
-
- Neo4jJtaPlatform() - Constructor for class org.hibernate.ogm.transaction.neo4j.impl.Neo4jJtaPlatform
-
- Neo4jSequenceGenerator - Class in org.hibernate.ogm.datastore.neo4j.impl
-
Generates the next value in a sequence for a
RowKey
.
- Neo4jSequenceGenerator(GraphDatabaseService, String) - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.Neo4jSequenceGenerator
-
- Neo4jTupleSnapshot - Class in org.hibernate.ogm.dialect.neo4j
-
Represents the Tuple snapshot as loaded by the Neo4j datastore.
- Neo4jTupleSnapshot(PropertyContainer) - Constructor for class org.hibernate.ogm.dialect.neo4j.Neo4jTupleSnapshot
-
- Neo4jTypeConverter - Class in org.hibernate.ogm.datastore.neo4j.impl
-
Container for methods used to obtain the
GridType
representation of a
Type
.
- Neo4jTypeConverter() - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.Neo4jTypeConverter
-
- nextValue(RowKey, int, int) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
-
- nextValue(RowKey, int, int) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jSequenceGenerator
-
Generate the next value in a sequence for a given
RowKey
.
- nextValue(RowKey, IntegralDataTypeHolder, int, int) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
-