Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractConfigurableDriver - Class in org.neo4j.ogm.driver
-
The AbstractConfigurableDriver is used by all drivers to register themselves.
- AbstractConfigurableDriver() - Constructor for class org.neo4j.ogm.driver.AbstractConfigurableDriver
- AbstractConfigurableDriver(Supplier<Map<String, Object>>) - Constructor for class org.neo4j.ogm.driver.AbstractConfigurableDriver
-
This is only provided for the embedded driver that can take a preconfigured, embedded database without any way to add configuration properties.
- AbstractPoint - Class in org.neo4j.ogm.types.spatial
-
Not part of public API, subject to change without notice.
- AbstractTransaction - Class in org.neo4j.ogm.transaction
- AbstractTransaction(TransactionManager) - Constructor for class org.neo4j.ogm.transaction.AbstractTransaction
- adapt(F) - Method in interface org.neo4j.ogm.result.adapter.ResultAdapter
- adapt(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
-
Parses a row from the result object and transforms it into a GraphModel
- adapt(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.GraphRowModelAdapter
-
Reads the next row from the result object and transforms it into a RowModel object
- adapt(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- adapt(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
-
Reads the next row from the result object and transforms it into a RowModel object
- add(GraphRowModel) - Method in class org.neo4j.ogm.response.model.DefaultGraphRowListModel
- addAll(List<DefaultGraphRowModel>) - Method in class org.neo4j.ogm.response.model.DefaultGraphRowListModel
- addCurrentDynamicCompositeProperties(Set<String>) - Method in interface org.neo4j.ogm.model.PropertyContainer
- addCurrentDynamicCompositeProperties(Set<String>) - Method in class org.neo4j.ogm.response.model.NodeModel
- addNode(NodeModel) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
- addNodes(NodeModel[]) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
- addRelationship(RelationshipModel) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
- addRelationships(RelationshipModel[]) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
- apply(TemporalAmount) - Method in class org.neo4j.ogm.types.adapter.TemporalAmountAdapter
- asParameter() - Method in interface org.neo4j.ogm.model.Property
- asParameter() - Method in class org.neo4j.ogm.response.model.PropertyModel
- ASSERT - Enum constant in enum class org.neo4j.ogm.config.AutoIndexMode
-
Removes all indexes and constraints on startup then creates all indexes and constraints defined in metadata.
- autoIndex(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Deprecated.The usage of this tool is deprecated. Please use a proper migration tooling, like neo4j-migrations or liquibase with the Neo4j plugin. The build-in auto index manager only supports Neo4j 4.4 and higher.
- AutoIndexMode - Enum Class in org.neo4j.ogm.config
-
Denotes the types of auto indexing that can be done by the OGM at startup.
B
- BaseAdapter - Class in org.neo4j.ogm.result.adapter
- BaseAdapter() - Constructor for class org.neo4j.ogm.result.adapter.BaseAdapter
- basedOn(Map<String, Object>) - Static method in class org.neo4j.ogm.response.model.DefaultRestModel
-
Creates a new
RestModelbased on the given row. - bookmark(String) - Method in interface org.neo4j.ogm.transaction.TransactionManager
- build() - Method in class org.neo4j.ogm.config.Configuration.Builder
- build(Coordinate) - Method in class org.neo4j.ogm.types.spatial.PointBuilder
- Builder() - Constructor for class org.neo4j.ogm.config.Configuration.Builder
-
Creates new Configuration builder Use for Java configuration.
- Builder(ConfigurationSource) - Constructor for class org.neo4j.ogm.config.Configuration.Builder
-
Creates new Configuration builder
C
- canCommit() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- canCommit() - Method in interface org.neo4j.ogm.transaction.Transaction
-
If this transaction can be committed
- canRollback() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- canRollback() - Method in interface org.neo4j.ogm.transaction.Transaction
-
If this transaction can be rolled back.
- CartesianPoint2d - Class in org.neo4j.ogm.types.spatial
- CartesianPoint2d(double, double) - Constructor for class org.neo4j.ogm.types.spatial.CartesianPoint2d
- CartesianPoint3d - Class in org.neo4j.ogm.types.spatial
- CartesianPoint3d(double, double, double) - Constructor for class org.neo4j.ogm.types.spatial.CartesianPoint3d
- ClasspathConfigurationSource - Class in org.neo4j.ogm.config
-
ConfigurationSourcereading configuration from classpath files. - ClasspathConfigurationSource(String) - Constructor for class org.neo4j.ogm.config.ClasspathConfigurationSource
- ClassUtils - Class in org.neo4j.ogm.support
- close() - Method in interface org.neo4j.ogm.driver.Driver
- close() - Method in class org.neo4j.ogm.response.EmptyResponse
- close() - Method in interface org.neo4j.ogm.response.Response
- close() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- close() - Method in interface org.neo4j.ogm.transaction.Transaction
-
close this transaction.
- close(Transaction, Consumer<TransactionManager.TransactionClosedListener>) - Method in interface org.neo4j.ogm.transaction.TransactionManager
-
Closes the specified transaction if it belongs to the current thread.
- CLOSED - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Status
- CollectionUtils - Class in org.neo4j.ogm.support
-
Utilities around collections.
- columns() - Method in class org.neo4j.ogm.response.EmptyResponse
- columns() - Method in interface org.neo4j.ogm.response.Response
- commit() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- commit() - Method in interface org.neo4j.ogm.transaction.Transaction
-
commit a transaction that has pending writes
- COMMIT_PENDING - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Status
- commit0() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
-
Native implementation of the commit logic for a specific implementation.
- COMMITTED - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Status
- configuration - Variable in class org.neo4j.ogm.driver.AbstractConfigurableDriver
- Configuration - Class in org.neo4j.ogm.config
-
A generic configuration class that can be set up programmatically or via a properties file.
- Configuration.Builder - Class in org.neo4j.ogm.config
-
Builder for
Configurationclass - Configuration.ClassLoaderPrecedence - Enum Class in org.neo4j.ogm.config
-
Configuration to change the precedence from the current threads context
- ConfigurationSource - Interface in org.neo4j.ogm.config
-
Provides access to a configuration store and exposes configuration values in bulk
Propertiesformat. - configure(Configuration) - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
-
Stores the configuration locally and loads the native type system for this driver if applicable.
- configure(Configuration) - Method in interface org.neo4j.ogm.driver.Driver
- connectedUser() - Static method in class org.neo4j.ogm.config.UserSelection
- ConnectionException - Exception in org.neo4j.ogm.exception
-
Exception thrown if a connection could not be obtained to the Neo4j database
- ConnectionException(String, Throwable) - Constructor for exception org.neo4j.ogm.exception.ConnectionException
- connectionLivenessCheckTimeout(Integer) - Method in class org.neo4j.ogm.config.Configuration.Builder
- connectionPoolSize(Integer) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Number of connections to the database.
- containsUpdates() - Method in interface org.neo4j.ogm.model.QueryStatistics
- containsUpdates() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- CONTEXT_CLASS_LOADER - Enum constant in enum class org.neo4j.ogm.config.Configuration.ClassLoaderPrecedence
-
Use the current threads context class loader.
- convertArrayPropertiesToCollection(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.BaseAdapter
- convertParameters(Map<String, Object>) - Method in interface org.neo4j.ogm.driver.ParameterConversion
- convertParameters(Map<String, Object>) - Method in enum class org.neo4j.ogm.driver.ParameterConversion.DefaultParameterConversion
- coordinate - Variable in class org.neo4j.ogm.types.spatial.AbstractPoint
- Coordinate - Class in org.neo4j.ogm.types.spatial
- Coordinate(double, double) - Constructor for class org.neo4j.ogm.types.spatial.Coordinate
- Coordinate(double, double, Double) - Constructor for class org.neo4j.ogm.types.spatial.Coordinate
- copy(Configuration.Builder) - Static method in class org.neo4j.ogm.config.Configuration.Builder
- createPropertyRemovalFragment(String) - Method in interface org.neo4j.ogm.model.PropertyContainer
-
Should create the Cypher fragment that removes previous composite properties that aren't in the container anymore.
- createPropertyRemovalFragment(String) - Method in class org.neo4j.ogm.response.model.NodeModel
- credentials() - Method in interface org.neo4j.ogm.config.Credentials
- credentials() - Method in class org.neo4j.ogm.config.UsernamePasswordCredentials
- credentials(String, String) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Credentials to use to access the database
- Credentials<T> - Interface in org.neo4j.ogm.config
- customPropertiesSupplier - Variable in class org.neo4j.ogm.driver.AbstractConfigurableDriver
-
Used for configuring the cypher modification providers.
- CypherException - Exception in org.neo4j.ogm.exception
-
An exception raised when executing a Cypher query
- CypherException(String, String) - Constructor for exception org.neo4j.ogm.exception.CypherException
- CypherException(String, String, Throwable) - Constructor for exception org.neo4j.ogm.exception.CypherException
- CypherModificationProvider - Interface in org.neo4j.ogm.spi
-
This interface can be implemented by extensions that wish to modify Cypher statements before they are being sent by corresponding OGM driver to the database.
OGM makes sure that the modification will be applied to all statements, regardless of source, but implementations of the service must not rely on the fact that the modification happens currently on the drivers level, which may change without notice.
To add your custom modification, create a separate module, implement this interface and return an arbitraryFunction.
D
- database(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Configures the database to use.
- DatabaseSelection - Class in org.neo4j.ogm.config
- databaseSelectionProvider - Variable in class org.neo4j.ogm.config.Configuration.Builder
- databaseSelectionProvider(DatabaseSelectionProvider) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Configures the database to use.
- DatabaseSelectionProvider - Interface in org.neo4j.ogm.config
- DefaultGraphModel - Class in org.neo4j.ogm.response.model
-
The results of a query, modelled as graph data.
- DefaultGraphModel() - Constructor for class org.neo4j.ogm.response.model.DefaultGraphModel
- DefaultGraphRowListModel - Class in org.neo4j.ogm.response.model
- DefaultGraphRowListModel() - Constructor for class org.neo4j.ogm.response.model.DefaultGraphRowListModel
- DefaultGraphRowModel - Class in org.neo4j.ogm.response.model
-
Represents a single row in a query response which returns both graph and row data.
- DefaultGraphRowModel(DefaultGraphModel, Object[]) - Constructor for class org.neo4j.ogm.response.model.DefaultGraphRowModel
- DefaultRequest - Interface in org.neo4j.ogm.request
- DefaultRestModel - Class in org.neo4j.ogm.response.model
-
The results of a query, modelled as rest response data.
- DefaultRowModel - Class in org.neo4j.ogm.response.model
-
The results of a query, modelled as row data.
- DefaultRowModel(Object[], String[]) - Constructor for class org.neo4j.ogm.response.model.DefaultRowModel
- deleteDirectory(Path) - Static method in class org.neo4j.ogm.support.FileUtils
-
Recursively deletes a directory tree.
- describesGeneratedNode(String) - Static method in interface org.neo4j.ogm.result.adapter.ResultAdapter
-
Helper method that checks whether the given result key ("column name") describes a node generated by pattern comprehension.
- Driver - Interface in org.neo4j.ogm.driver
- driverClassName - Variable in exception org.neo4j.ogm.driver.NativeTypesException
-
The name of the driver that caused the exception.
- DUMP - Enum constant in enum class org.neo4j.ogm.config.AutoIndexMode
-
Runs validate then creates a file (in same dir where launched) with the cypher used to build indexes and constraints.
E
- Edge - Interface in org.neo4j.ogm.model
- EmptyResponse<T> - Class in org.neo4j.ogm.response
- EmptyResponse() - Constructor for class org.neo4j.ogm.response.EmptyResponse
- encryptionLevel(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Required encryption level for the connection to the database.
- endNodeId(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- endNodeId(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- equals(Object) - Method in class org.neo4j.ogm.compiler.SrcTargetKey
- equals(Object) - Method in class org.neo4j.ogm.config.Configuration
- equals(Object) - Method in class org.neo4j.ogm.config.DatabaseSelection
- equals(Object) - Method in class org.neo4j.ogm.config.UserSelection
- equals(Object) - Method in class org.neo4j.ogm.response.model.NodeModel
- equals(Object) - Method in class org.neo4j.ogm.response.model.PropertyModel
- equals(Object) - Method in class org.neo4j.ogm.response.model.RelationshipModel
- equals(Object) - Method in class org.neo4j.ogm.types.spatial.AbstractPoint
- equals(Object) - Method in class org.neo4j.ogm.types.spatial.Coordinate
- ExceptionTranslator - Interface in org.neo4j.ogm.driver
-
This is a helper class modelled roughly after
org.springframework.dao.support.PersistenceExceptionTranslator. - execute(DefaultRequest) - Method in interface org.neo4j.ogm.request.Request
- execute(GraphModelRequest) - Method in interface org.neo4j.ogm.request.Request
- execute(GraphRowListModelRequest) - Method in interface org.neo4j.ogm.request.Request
- execute(RestModelRequest) - Method in interface org.neo4j.ogm.request.Request
- execute(RowModelRequest) - Method in interface org.neo4j.ogm.request.Request
- extend(Transaction.Type) - Method in class org.neo4j.ogm.transaction.AbstractTransaction
-
Extends the current transaction.
F
- FileConfigurationSource - Class in org.neo4j.ogm.config
-
ConfigurationSourcereading configuration from files on filesystem - FileConfigurationSource(String) - Constructor for class org.neo4j.ogm.config.FileConfigurationSource
-
Create
FileConfigurationSource - FileUtils - Class in org.neo4j.ogm.support
- findNode(Long) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
- fromString(String) - Static method in enum class org.neo4j.ogm.config.AutoIndexMode
-
Parses an option name into the Enumeration type it represents.
G
- generatedIndexesOutputDir(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
- generatedIndexesOutputFilename(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
- GeographicPoint2d - Class in org.neo4j.ogm.types.spatial
- GeographicPoint2d(double, double) - Constructor for class org.neo4j.ogm.types.spatial.GeographicPoint2d
- GeographicPoint3d - Class in org.neo4j.ogm.types.spatial
- GeographicPoint3d(double, double, double) - Constructor for class org.neo4j.ogm.types.spatial.GeographicPoint3d
- getAdapterFor(Class<?>) - Method in class org.neo4j.ogm.driver.TypeAdapterLookupDelegate
-
Retrieves an adapter for the specified class.
- getAutoIndex() - Method in class org.neo4j.ogm.config.Configuration
- getBasePackages() - Method in class org.neo4j.ogm.config.Configuration
- getClassLoaderPrecedence() - Static method in class org.neo4j.ogm.config.Configuration
-
Retrieve the current set class loader precedence that is used for working with classes during the mapping process.
- getCode() - Method in exception org.neo4j.ogm.exception.CypherException
-
The Neo4j error status code
- getConfiguration() - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
- getConfiguration() - Method in interface org.neo4j.ogm.driver.Driver
- getConnectionLivenessCheckTimeout() - Method in class org.neo4j.ogm.config.Configuration
- getConnectionPoolSize() - Method in class org.neo4j.ogm.config.Configuration
- getConstraintsAdded() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getConstraintsAdded() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getConstraintsRemoved() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getConstraintsRemoved() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getCredentials() - Method in class org.neo4j.ogm.config.Configuration
- getCurrentTransaction() - Method in interface org.neo4j.ogm.transaction.TransactionManager
-
Returns the current transaction for this thread, or null if none exists
- getCustomProperties() - Method in class org.neo4j.ogm.config.Configuration
- getCypherModification() - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
- getCypherModification() - Method in interface org.neo4j.ogm.driver.Driver
- getCypherModification(Map<String, Object>) - Method in interface org.neo4j.ogm.spi.CypherModificationProvider
-
Called by OGM to retrieve the actual Cypher modification.
- getDatabase() - Method in class org.neo4j.ogm.config.Configuration
- getDatabaseSelection() - Method in interface org.neo4j.ogm.config.DatabaseSelectionProvider
- getDatabaseSelectionProvider() - Method in class org.neo4j.ogm.config.Configuration
- getDefaultClassLoader() - Static method in class org.neo4j.ogm.config.Configuration
- getDefaultSelectionProvider() - Static method in interface org.neo4j.ogm.config.DatabaseSelectionProvider
-
A user selection provider always selecting the connected user.
- getDefaultSelectionProvider() - Static method in interface org.neo4j.ogm.config.UserSelectionProvider
-
A user selection provider always selecting the connected user.
- getDescription() - Method in exception org.neo4j.ogm.exception.CypherException
-
The error description
- getDriverClassName() - Method in class org.neo4j.ogm.config.Configuration
- getDriverClassName() - Method in exception org.neo4j.ogm.driver.NativeTypesException
- getDumpDir() - Method in class org.neo4j.ogm.config.Configuration
- getDumpFilename() - Method in class org.neo4j.ogm.config.Configuration
- getEncryptionLevel() - Method in class org.neo4j.ogm.config.Configuration
- getEndNode() - Method in interface org.neo4j.ogm.model.Edge
- getEndNode() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- getExceptionTranslator() - Method in interface org.neo4j.ogm.driver.Driver
-
An
ExceptionTranslatortranslating driver specific exception into a Neo4j-OGM api exceptions. - getExpectedResultsCount() - Method in class org.neo4j.ogm.request.OptimisticLockingConfig
- getGraph() - Method in interface org.neo4j.ogm.model.GraphRowModel
- getGraph() - Method in class org.neo4j.ogm.response.model.DefaultGraphRowModel
- getHeight() - Method in class org.neo4j.ogm.types.spatial.GeographicPoint3d
- getId() - Method in interface org.neo4j.ogm.model.PropertyContainer
- getId() - Method in class org.neo4j.ogm.response.model.NodeModel
- getId() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- getIdProperty() - Method in class org.neo4j.ogm.request.OptimisticLockingConfig
- getIndexesAdded() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getIndexesAdded() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getIndexesRemoved() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getIndexesRemoved() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getKey() - Method in interface org.neo4j.ogm.model.Property
- getKey() - Method in class org.neo4j.ogm.response.model.PropertyModel
- getLabels() - Method in interface org.neo4j.ogm.model.Node
- getLabels() - Method in class org.neo4j.ogm.response.model.NodeModel
- getLabelsAdded() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getLabelsAdded() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getLabelsRemoved() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getLabelsRemoved() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getLatitude() - Method in class org.neo4j.ogm.types.spatial.GeographicPoint2d
- getLatitude() - Method in class org.neo4j.ogm.types.spatial.GeographicPoint3d
- getLongitude() - Method in class org.neo4j.ogm.types.spatial.GeographicPoint2d
- getLongitude() - Method in class org.neo4j.ogm.types.spatial.GeographicPoint3d
- getMappedToNativeTypeAdapter(Class<?>) - Method in interface org.neo4j.ogm.driver.TypeSystem
- getName() - Method in enum class org.neo4j.ogm.config.AutoIndexMode
- getNativeToMappedTypeAdapter(Class<?>) - Method in interface org.neo4j.ogm.driver.TypeSystem
- getNeo4jConfLocation() - Method in class org.neo4j.ogm.config.Configuration
- getNodes() - Method in interface org.neo4j.ogm.model.GraphModel
- getNodes() - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
- getNodesCreated() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getNodesCreated() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getNodesDeleted() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getNodesDeleted() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getOrder() - Method in interface org.neo4j.ogm.spi.CypherModificationProvider
-
Get the order value of this object.
- getParameters() - Method in interface org.neo4j.ogm.request.Statement
- getPassword() - Method in class org.neo4j.ogm.config.UsernamePasswordCredentials
- getPreviousDynamicLabels() - Method in interface org.neo4j.ogm.model.Node
- getPreviousDynamicLabels() - Method in class org.neo4j.ogm.response.model.NodeModel
- getPrimaryIdName() - Method in interface org.neo4j.ogm.model.Edge
-
Returns name of the primary id property (property annotated with @Id)
- getPrimaryIdName() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- getPrimaryIndex() - Method in interface org.neo4j.ogm.model.Node
- getPrimaryIndex() - Method in class org.neo4j.ogm.response.model.NodeModel
- getPropertiesSet() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getPropertiesSet() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getPropertyList() - Method in interface org.neo4j.ogm.model.Edge
- getPropertyList() - Method in interface org.neo4j.ogm.model.Node
- getPropertyList() - Method in class org.neo4j.ogm.response.model.NodeModel
- getPropertyList() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- getRelationship_deleted() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getRelationships() - Method in interface org.neo4j.ogm.model.GraphModel
- getRelationships() - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
- getRelationshipsCreated() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getRelationshipsCreated() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getRelationshipsDeleted() - Method in interface org.neo4j.ogm.model.QueryStatistics
- getRelationshipsDeleted() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- getRequiredModule() - Method in exception org.neo4j.ogm.driver.NativeTypesNotAvailableException
- getResourceUrl(String) - Method in class org.neo4j.ogm.config.Configuration
- getResultDataContents() - Method in interface org.neo4j.ogm.request.Statement
- getRow() - Method in interface org.neo4j.ogm.model.GraphRowModel
- getRow() - Method in interface org.neo4j.ogm.model.RestModel
- getRow() - Method in class org.neo4j.ogm.response.model.DefaultGraphRowModel
- getRow() - Method in class org.neo4j.ogm.response.model.DefaultRestModel
- getSrid() - Method in class org.neo4j.ogm.types.spatial.AbstractPoint
- getStartNode() - Method in interface org.neo4j.ogm.model.Edge
- getStartNode() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- getStatement() - Method in interface org.neo4j.ogm.request.Statement
- getStatements() - Method in interface org.neo4j.ogm.request.DefaultRequest
- getStatements() - Method in class org.neo4j.ogm.request.Statements
- getStatistics() - Method in interface org.neo4j.ogm.response.Response
-
Responses that contain statistics can hook into here to return.
- getTransactionFactorySupplier() - Method in interface org.neo4j.ogm.driver.Driver
- getTrustCertFile() - Method in class org.neo4j.ogm.config.Configuration
- getTrustStrategy() - Method in class org.neo4j.ogm.config.Configuration
- getType() - Method in interface org.neo4j.ogm.model.Edge
- getType() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- getTypes() - Method in class org.neo4j.ogm.request.OptimisticLockingConfig
- getTypeSystem() - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
- getTypeSystem() - Method in interface org.neo4j.ogm.driver.Driver
-
This returns the type system of the specific drivers.
- getTypeSystemName() - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
- getURI() - Method in class org.neo4j.ogm.config.Configuration
- getUseNativeTypes() - Method in class org.neo4j.ogm.config.Configuration
- getUsername() - Method in class org.neo4j.ogm.config.UsernamePasswordCredentials
- getUserSelection() - Method in interface org.neo4j.ogm.config.UserSelectionProvider
- getUserSelectionProvider() - Method in class org.neo4j.ogm.config.Configuration
- getUseStrictQuerying() - Method in class org.neo4j.ogm.config.Configuration
- getValue() - Method in class org.neo4j.ogm.config.DatabaseSelection
- getValue() - Method in class org.neo4j.ogm.config.UserSelection
- getValue() - Method in interface org.neo4j.ogm.model.Property
- getValue() - Method in class org.neo4j.ogm.response.model.PropertyModel
- getValues() - Method in interface org.neo4j.ogm.model.RowModel
- getValues() - Method in class org.neo4j.ogm.response.model.DefaultRowModel
- getVerifyConnection() - Method in class org.neo4j.ogm.config.Configuration
- getVersion() - Method in interface org.neo4j.ogm.model.Node
-
Return current version of the node, null if the node is new
- getVersion() - Method in interface org.neo4j.ogm.model.PropertyContainer
-
Return current version of the node, null if the relationship entity is new
- getVersion() - Method in class org.neo4j.ogm.response.model.NodeModel
- getVersion() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- getVersionProperty() - Method in class org.neo4j.ogm.request.OptimisticLockingConfig
- getX() - Method in class org.neo4j.ogm.types.spatial.CartesianPoint2d
- getX() - Method in class org.neo4j.ogm.types.spatial.CartesianPoint3d
- getX() - Method in class org.neo4j.ogm.types.spatial.Coordinate
- getY() - Method in class org.neo4j.ogm.types.spatial.CartesianPoint2d
- getY() - Method in class org.neo4j.ogm.types.spatial.CartesianPoint3d
- getY() - Method in class org.neo4j.ogm.types.spatial.Coordinate
- getZ() - Method in class org.neo4j.ogm.types.spatial.CartesianPoint3d
- getZ() - Method in class org.neo4j.ogm.types.spatial.Coordinate
- GraphModel - Interface in org.neo4j.ogm.model
- GraphModelAdapter - Class in org.neo4j.ogm.result.adapter
-
This adapter will transform an embedded response into a json response
- GraphModelAdapter() - Constructor for class org.neo4j.ogm.result.adapter.GraphModelAdapter
- GraphModelRequest - Interface in org.neo4j.ogm.request
- GraphRowListModel - Interface in org.neo4j.ogm.model
- GraphRowListModelRequest - Interface in org.neo4j.ogm.request
- GraphRowModel - Interface in org.neo4j.ogm.model
- GraphRowModelAdapter - Class in org.neo4j.ogm.result.adapter
-
This adapter will transform an embedded response into a json response
- GraphRowModelAdapter(GraphModelAdapter) - Constructor for class org.neo4j.ogm.result.adapter.GraphRowModelAdapter
H
- handlePossibleCollections(Object, Function<Object, Object>) - Static method in class org.neo4j.ogm.result.adapter.RestModelAdapter
-
Not public API, for internal use only.
- hasAdapterFor(Class<?>) - Method in class org.neo4j.ogm.driver.TypeAdapterLookupDelegate
- hashCode() - Method in class org.neo4j.ogm.compiler.SrcTargetKey
- hashCode() - Method in class org.neo4j.ogm.config.Configuration
- hashCode() - Method in class org.neo4j.ogm.config.DatabaseSelection
- hashCode() - Method in class org.neo4j.ogm.config.UserSelection
- hashCode() - Method in class org.neo4j.ogm.response.model.NodeModel
- hashCode() - Method in class org.neo4j.ogm.response.model.PropertyModel
- hashCode() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- hashCode() - Method in class org.neo4j.ogm.types.spatial.AbstractPoint
- hashCode() - Method in class org.neo4j.ogm.types.spatial.Coordinate
- hasVersionProperty() - Method in interface org.neo4j.ogm.model.Edge
-
Returns if the relationship entity has version property
- hasVersionProperty() - Method in interface org.neo4j.ogm.model.Node
-
Returns if the node has version property
- hasVersionProperty() - Method in class org.neo4j.ogm.response.model.NodeModel
- hasVersionProperty() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- homeDatabase() - Static method in class org.neo4j.ogm.config.DatabaseSelection
I
- impersonate(String) - Static method in class org.neo4j.ogm.config.UserSelection
- INSTANCE - Enum constant in enum class org.neo4j.ogm.driver.ParameterConversion.DefaultParameterConversion
- INSTANCE - Enum constant in enum class org.neo4j.ogm.driver.TypeSystem.NoNativeTypes
- isEmbeddedHA() - Method in class org.neo4j.ogm.config.Configuration
- isEnum(Class<?>) - Static method in class org.neo4j.ogm.support.ClassUtils
-
See https://github.com/neo4j/neo4j-ogm/issues/643.
- isEnum(Object) - Static method in class org.neo4j.ogm.support.ClassUtils
- isEnum(Type) - Static method in class org.neo4j.ogm.support.ClassUtils
- isGeneratedNode() - Method in class org.neo4j.ogm.response.model.NodeModel
- isIncludeStats() - Method in interface org.neo4j.ogm.request.Statement
- isNode(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- isNode(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- isNode(Object) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
- isPath(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- isPath(Object) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
- isReadOnly() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- isReadOnly() - Method in interface org.neo4j.ogm.transaction.Transaction
-
Obtains the read-only status of a transaction.
- isRelationship(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- isRelationship(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- isRelationship(Object) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
- iterableOf(Object) - Static method in class org.neo4j.ogm.support.CollectionUtils
-
Turns
thingToIterableinto an iterable. - iterator() - Method in class org.neo4j.ogm.response.model.QueryResultModel
L
- labels(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- labels(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- labelSignature() - Method in interface org.neo4j.ogm.model.Node
-
Returns "label signature" for this node - added and removed labels, sorted alphabetically
- labelSignature() - Method in class org.neo4j.ogm.response.model.NodeModel
M
- materializeIterableIf(Object) - Static method in class org.neo4j.ogm.support.CollectionUtils
- mergeBasePackagesWith(String...) - Method in class org.neo4j.ogm.config.Configuration
- model() - Method in interface org.neo4j.ogm.model.GraphRowListModel
- model() - Method in class org.neo4j.ogm.response.model.DefaultGraphRowListModel
N
- NativeTypesException - Exception in org.neo4j.ogm.driver
-
Exception indicating problems with the native type system.
- NativeTypesNotAvailableException - Exception in org.neo4j.ogm.driver
-
Exception indicating that the selected driver does not support native types.
- NativeTypesNotSupportedException - Exception in org.neo4j.ogm.driver
-
Exception indicating that the selected driver does not support native types.
- neo4jConfLocation(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
- Neo4jOgmVersion - Class in org.neo4j.ogm
-
Utility class to retrieve the version of the core module aka the product version.
- next() - Method in class org.neo4j.ogm.response.EmptyResponse
- next() - Method in interface org.neo4j.ogm.response.Response
- Node - Interface in org.neo4j.ogm.model
- nodeId(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- nodeId(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- NodeModel - Class in org.neo4j.ogm.response.model
- NodeModel(Long) - Constructor for class org.neo4j.ogm.response.model.NodeModel
- nodesInPath(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- NONE - Enum constant in enum class org.neo4j.ogm.config.AutoIndexMode
-
No indexing will be performed.
O
- objectMapper() - Static method in class org.neo4j.ogm.config.ObjectMapperFactory
- ObjectMapperFactory - Class in org.neo4j.ogm.config
-
Produces a singleton ObjectMapper
- OGM_CLASS_LOADER - Enum constant in enum class org.neo4j.ogm.config.Configuration.ClassLoaderPrecedence
-
Use the class loader into which OGM was loaded.
- onTransactionClosed(Transaction.Status, List<Object>) - Method in interface org.neo4j.ogm.transaction.TransactionManager.TransactionClosedListener
-
Indicate a commit event per entity
- OPEN - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Status
- openTransaction() - Method in interface org.neo4j.ogm.transaction.TransactionManager
-
Opens a new READ_WRITE transaction against a database instance.
- openTransaction(Transaction.Type, Iterable<String>) - Method in interface org.neo4j.ogm.transaction.TransactionManager
-
Opens a new transaction of the specified type against a database instance.
- optimisticLockingConfig() - Method in interface org.neo4j.ogm.request.Statement
-
Number of expected results returned by execution of this statement
- OptimisticLockingConfig - Class in org.neo4j.ogm.request
- OptimisticLockingConfig(int, String[], String, String) - Constructor for class org.neo4j.ogm.request.OptimisticLockingConfig
- OptimisticLockingException - Exception in org.neo4j.ogm.exception
-
Exception from OGM that signifies an optimistic locking failure
- OptimisticLockingException(String) - Constructor for exception org.neo4j.ogm.exception.OptimisticLockingException
-
Create exception with given message
- org.neo4j.ogm - package org.neo4j.ogm
- org.neo4j.ogm.compiler - package org.neo4j.ogm.compiler
- org.neo4j.ogm.config - package org.neo4j.ogm.config
- org.neo4j.ogm.driver - package org.neo4j.ogm.driver
- org.neo4j.ogm.drivers.api - module org.neo4j.ogm.drivers.api
- org.neo4j.ogm.exception - package org.neo4j.ogm.exception
- org.neo4j.ogm.model - package org.neo4j.ogm.model
- org.neo4j.ogm.request - package org.neo4j.ogm.request
- org.neo4j.ogm.response - package org.neo4j.ogm.response
- org.neo4j.ogm.response.model - package org.neo4j.ogm.response.model
- org.neo4j.ogm.result.adapter - package org.neo4j.ogm.result.adapter
- org.neo4j.ogm.spi - package org.neo4j.ogm.spi
- org.neo4j.ogm.support - package org.neo4j.ogm.support
- org.neo4j.ogm.transaction - package org.neo4j.ogm.transaction
- org.neo4j.ogm.types.adapter - package org.neo4j.ogm.types.adapter
- org.neo4j.ogm.types.spatial - package org.neo4j.ogm.types.spatial
P
- parameterConversion - Variable in class org.neo4j.ogm.driver.AbstractConfigurableDriver
- ParameterConversion - Interface in org.neo4j.ogm.driver
-
Abstraction over the parameter conversion.
- ParameterConversion.DefaultParameterConversion - Enum Class in org.neo4j.ogm.driver
-
The "old" way of converting things.
- PATTERN_COMPREHENSION_PATTERN - Static variable in interface org.neo4j.ogm.result.adapter.ResultAdapter
- PENDING - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Status
- PointBuilder - Class in org.neo4j.ogm.types.spatial
- properties() - Method in class org.neo4j.ogm.config.ClasspathConfigurationSource
- properties() - Method in interface org.neo4j.ogm.config.ConfigurationSource
-
Get configuration set for this source in a form of
Properties. - properties() - Method in class org.neo4j.ogm.config.FileConfigurationSource
- properties(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- properties(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- property(String) - Method in class org.neo4j.ogm.response.model.NodeModel
- Property<K,
V> - Interface in org.neo4j.ogm.model - PropertyContainer - Interface in org.neo4j.ogm.model
- PropertyModel<K,
V> - Class in org.neo4j.ogm.response.model - PropertyModel(K, V) - Constructor for class org.neo4j.ogm.response.model.PropertyModel
Q
- Query<T> - Interface in org.neo4j.ogm.model
- QueryResultModel - Class in org.neo4j.ogm.response.model
- QueryResultModel(Iterable<Map<String, Object>>, QueryStatistics) - Constructor for class org.neo4j.ogm.response.model.QueryResultModel
- queryResults() - Method in interface org.neo4j.ogm.model.Query
- queryResults() - Method in class org.neo4j.ogm.response.model.QueryResultModel
- queryStatistics() - Method in interface org.neo4j.ogm.model.Result
- queryStatistics() - Method in class org.neo4j.ogm.response.model.QueryResultModel
- QueryStatistics - Interface in org.neo4j.ogm.model
- QueryStatisticsModel - Class in org.neo4j.ogm.response.model
-
Holds read only statistics about query execution.
- QueryStatisticsModel() - Constructor for class org.neo4j.ogm.response.model.QueryStatisticsModel
R
- READ_ONLY - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Type
- READ_WRITE - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Type
- registerNew(Object) - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- relationshipId(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- relationshipId(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- RelationshipModel - Class in org.neo4j.ogm.response.model
- RelationshipModel() - Constructor for class org.neo4j.ogm.response.model.RelationshipModel
- relationshipType(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- relationshipType(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- relaxedQuerying() - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Turns strict querying off and uses only the single static label of a domain class, even if this class is part of an inheritance hierarchy exposing more than one static label.
- relsInPath(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- request(Transaction) - Method in interface org.neo4j.ogm.driver.Driver
- Request - Interface in org.neo4j.ogm.request
- requiresTransaction() - Method in interface org.neo4j.ogm.driver.Driver
-
Indicates if the driver requires an explicit transaction to run queries.
- resolve() - Static method in class org.neo4j.ogm.Neo4jOgmVersion
- Response<T> - Interface in org.neo4j.ogm.response
- RestModel - Interface in org.neo4j.ogm.model
- RestModelAdapter - Class in org.neo4j.ogm.result.adapter
-
Adapt embedded response to a NodeModels, RelationshipModels, and objects
- RestModelAdapter() - Constructor for class org.neo4j.ogm.result.adapter.RestModelAdapter
- RestModelRequest - Interface in org.neo4j.ogm.request
- Result - Interface in org.neo4j.ogm.model
- ResultAdapter<F,
T> - Interface in org.neo4j.ogm.result.adapter -
This adapter interface should be implemented by all drivers
- ResultProcessingException - Exception in org.neo4j.ogm.exception
- ResultProcessingException(String) - Constructor for exception org.neo4j.ogm.exception.ResultProcessingException
- ResultProcessingException(String, Exception) - Constructor for exception org.neo4j.ogm.exception.ResultProcessingException
- rollback() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- rollback() - Method in interface org.neo4j.ogm.transaction.Transaction
-
rollback a transaction that has pending writes
- ROLLBACK_PENDING - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Status
- rollback0() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
-
Native implementation of the rollback logic for a specific implementation.
- ROLLEDBACK - Enum constant in enum class org.neo4j.ogm.transaction.Transaction.Status
- RowModel - Interface in org.neo4j.ogm.model
- RowModelAdapter - Class in org.neo4j.ogm.result.adapter
-
This adapter will transform a Map<String,Object> typically representing an Embedded or Bolt response into a
RowModelresponse - RowModelAdapter() - Constructor for class org.neo4j.ogm.result.adapter.RowModelAdapter
- RowModelRequest - Interface in org.neo4j.ogm.request
S
- select(String) - Static method in class org.neo4j.ogm.config.DatabaseSelection
- setClassLoaderPrecedence(Configuration.ClassLoaderPrecedence) - Static method in class org.neo4j.ogm.config.Configuration
-
Set the class loader precedence for interacting with classes during the mapping process.
- setColumns(List<String>) - Method in class org.neo4j.ogm.result.adapter.GraphRowModelAdapter
- setColumns(List<String>) - Method in class org.neo4j.ogm.result.adapter.RowModelAdapter
- setConstraints_added(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setConstraints_removed(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setContains_updates(boolean) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setEndNode(Long) - Method in class org.neo4j.ogm.response.model.RelationshipModel
- setGeneratedNode(boolean) - Method in class org.neo4j.ogm.response.model.NodeModel
- setId(Long) - Method in class org.neo4j.ogm.response.model.RelationshipModel
- setIndexes_added(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setIndexes_removed(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setLabels(String[]) - Method in class org.neo4j.ogm.response.model.NodeModel
- setLabels_added(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setLabels_removed(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setNodes_created(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setNodes_deleted(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setPreviousDynamicCompositeProperties(Set<String>) - Method in interface org.neo4j.ogm.model.PropertyContainer
- setPreviousDynamicCompositeProperties(Set<String>) - Method in class org.neo4j.ogm.response.model.NodeModel
- setPreviousDynamicLabels(Set<String>) - Method in class org.neo4j.ogm.response.model.NodeModel
- setPrimaryIdName(String) - Method in class org.neo4j.ogm.response.model.RelationshipModel
- setPrimaryIndex(String) - Method in class org.neo4j.ogm.response.model.NodeModel
- setProperties(Map<String, Object>) - Method in class org.neo4j.ogm.response.model.NodeModel
- setProperties(Map<String, Object>) - Method in class org.neo4j.ogm.response.model.RelationshipModel
- setProperties_set(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setRelationship_deleted(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setRelationships_created(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setRelationships_deleted(int) - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
- setStartNode(Long) - Method in class org.neo4j.ogm.response.model.RelationshipModel
- setType(String) - Method in class org.neo4j.ogm.response.model.RelationshipModel
- setVersion(Property<String, Long>) - Method in class org.neo4j.ogm.response.model.NodeModel
- setVersion(Property<String, Long>) - Method in class org.neo4j.ogm.response.model.RelationshipModel
- SrcTargetKey - Class in org.neo4j.ogm.compiler
-
Key for lookup of transient relationship by source and target NOTE: source and target are always sorted so the lookup will ignore the direction
- SrcTargetKey(long, long) - Constructor for class org.neo4j.ogm.compiler.SrcTargetKey
- startNodeId(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
- startNodeId(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
- statement(String, Map<String, Object>) - Method in interface org.neo4j.ogm.request.StatementFactory
- statement(String, Map<String, Object>, OptimisticLockingConfig) - Method in interface org.neo4j.ogm.request.StatementFactory
- Statement - Interface in org.neo4j.ogm.request
- StatementFactory - Interface in org.neo4j.ogm.request
-
Constructs Statements of a particular type.
- Statements - Class in org.neo4j.ogm.request
- Statements(List<Statement>) - Constructor for class org.neo4j.ogm.request.Statements
- status() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- status() - Method in interface org.neo4j.ogm.transaction.Transaction
-
return the status of the current transaction
- strictQuerying() - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Turns on strict querying.
- supportsAsNativeType(Class<?>) - Method in interface org.neo4j.ogm.driver.TypeSystem
-
True if values of the given class are supported natively.
T
- TemporalAmountAdapter - Class in org.neo4j.ogm.types.adapter
-
This adapter maps a Driver or embedded based
TemporalAmountto a valid Java temporal amount. - TemporalAmountAdapter() - Constructor for class org.neo4j.ogm.types.adapter.TemporalAmountAdapter
- toList() - Method in interface org.neo4j.ogm.response.Response
-
Convert remaining items in this response to list This might be used to materialize whole response for checking number of results, allowing to close transaction etc.
- toRow(String) - Method in interface org.neo4j.ogm.model.Node
-
Turns this node object into a row.
- toString() - Method in class org.neo4j.ogm.response.model.PropertyModel
- toString() - Method in class org.neo4j.ogm.response.model.RelationshipModel
- toString() - Method in class org.neo4j.ogm.types.spatial.CartesianPoint2d
- toString() - Method in class org.neo4j.ogm.types.spatial.CartesianPoint3d
- toString() - Method in class org.neo4j.ogm.types.spatial.GeographicPoint2d
- toString() - Method in class org.neo4j.ogm.types.spatial.GeographicPoint3d
- Transaction - Interface in org.neo4j.ogm.transaction
- Transaction.Status - Enum Class in org.neo4j.ogm.transaction
- Transaction.Type - Enum Class in org.neo4j.ogm.transaction
- TransactionException - Exception in org.neo4j.ogm.exception
- TransactionException(String) - Constructor for exception org.neo4j.ogm.exception.TransactionException
- TransactionException(String, Throwable) - Constructor for exception org.neo4j.ogm.exception.TransactionException
- transactionManager - Variable in class org.neo4j.ogm.transaction.AbstractTransaction
- TransactionManager - Interface in org.neo4j.ogm.transaction
- TransactionManager.TransactionClosedListener - Interface in org.neo4j.ogm.transaction
-
A handler that can be called per entity during commit or rollback operations.
- translateExceptionIfPossible(Throwable) - Method in interface org.neo4j.ogm.driver.ExceptionTranslator
-
Translates exceptions thrown by any of the drivers into exceptions defined in the Neo4j-OGM api.
- trustCertFile(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
- trustStrategy(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
- type - Variable in class org.neo4j.ogm.transaction.AbstractTransaction
- type() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
- type() - Method in interface org.neo4j.ogm.transaction.Transaction
-
Returns type of the transaction - READ_ONLY / READ_WRITE The value corresponds to type returned by
Transaction.isReadOnly() - TypeAdapterLookupDelegate - Class in org.neo4j.ogm.driver
-
To be used by a driver to lookup type adapters, both native to mapped and mapped to native.
- TypeAdapterLookupDelegate(Map<Class<?>, Function>) - Constructor for class org.neo4j.ogm.driver.TypeAdapterLookupDelegate
- typeSystem - Variable in class org.neo4j.ogm.driver.AbstractConfigurableDriver
- TypeSystem - Interface in org.neo4j.ogm.driver
-
This interface describes a type system with a set of native type a driver can handle.
- TypeSystem.NoNativeTypes - Enum Class in org.neo4j.ogm.driver
-
An empty set of native types.
U
- unwrap(Class<T>) - Method in interface org.neo4j.ogm.driver.Driver
-
Unwraps this Neo4j-OGM specific driver into it's underlying physical driver of type
Tif the concrete driver's transport is compatible with the specified class. - UPDATE - Enum constant in enum class org.neo4j.ogm.config.AutoIndexMode
-
Creates all missing indexes and constraints.
- uri(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Set URI of the database.
- useNativeTypes() - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Turns on the support for native types on the transport level.
- UsernamePasswordCredentials - Class in org.neo4j.ogm.config
- UsernamePasswordCredentials(String, String) - Constructor for class org.neo4j.ogm.config.UsernamePasswordCredentials
- UserSelection - Class in org.neo4j.ogm.config
- userSelectionProvider - Variable in class org.neo4j.ogm.config.Configuration.Builder
- userSelectionProvider(UserSelectionProvider) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Configures the user selection provider to use.
- UserSelectionProvider - Interface in org.neo4j.ogm.config
V
- VALIDATE - Enum constant in enum class org.neo4j.ogm.config.AutoIndexMode
-
Ensures that all constraints and indexes exist on startup or will throw a Runtime exception.
- valueOf(String) - Static method in enum class org.neo4j.ogm.config.AutoIndexMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.ogm.config.Configuration.ClassLoaderPrecedence
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.ogm.driver.ParameterConversion.DefaultParameterConversion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.ogm.driver.TypeSystem.NoNativeTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.ogm.transaction.Transaction.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.ogm.transaction.Transaction.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.neo4j.ogm.config.AutoIndexMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.ogm.config.Configuration.ClassLoaderPrecedence
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.ogm.driver.ParameterConversion.DefaultParameterConversion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.ogm.driver.TypeSystem.NoNativeTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.ogm.transaction.Transaction.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.ogm.transaction.Transaction.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variables() - Method in interface org.neo4j.ogm.model.RowModel
- variables() - Method in class org.neo4j.ogm.response.model.DefaultRowModel
- verifyConnection(Boolean) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Whether OGM should verify connection to the database at creation of the Driver Useful for "fail-fast" type of configuration where the database is expected to be running during application start up and the connection to the database is expected to be very stable.
W
- with(K, V) - Static method in class org.neo4j.ogm.response.model.PropertyModel
-
Constructs a new
PropertyModelinferring the generic type arguments of the key and the value. - withBasePackages(String...) - Method in class org.neo4j.ogm.config.Configuration.Builder
-
Configures the builder with a list of base packages to scan.
- withCustomProperty(String, Object) - Method in class org.neo4j.ogm.config.Configuration.Builder
- withSrid(int) - Static method in class org.neo4j.ogm.types.spatial.PointBuilder
All Classes and Interfaces|All Packages|Serialized Form