Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

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(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(F) - Method in interface org.neo4j.ogm.result.adapter.ResultAdapter
 
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
 
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
 
autoIndex(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
Auto index config, for possible values see AutoIndexMode
AutoIndexMode - Enum 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 RestModel based 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
canCommit() - Method in interface org.neo4j.ogm.transaction.TransactionManager
 
canRollback() - Method in interface org.neo4j.ogm.transaction.TransactionManager
 
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
 
CLASS_LOADER_PRECEDENCE - Static variable in class org.neo4j.ogm.config.Configuration
 
ClasspathConfigurationSource - Class in org.neo4j.ogm.config
ConfigurationSource reading 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.
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(Transaction) - Method in interface org.neo4j.ogm.transaction.TransactionManager
Commits the specified transaction.
Configuration - Class in org.neo4j.ogm.config
A generic configuration class that can be set up programmatically or via a properties file.
configuration - Variable in class org.neo4j.ogm.driver.AbstractConfigurableDriver
 
Configuration.Builder - Class in org.neo4j.ogm.config
Builder for Configuration class
Configuration.ClassLoaderPrecedence - Enum 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 Properties format.
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
 
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
 
convertArrayPropertiesToIterable(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 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.
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
 
credentials() - Method in interface org.neo4j.ogm.config.Credentials
 
credentials() - Method in class org.neo4j.ogm.config.UsernamePasswordCredentials
 
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 arbitrary Function.

D

database(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
Configures the database to use.
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.
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.

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.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(GraphModelRequest) - Method in interface org.neo4j.ogm.request.Request
 
execute(RowModelRequest) - Method in interface org.neo4j.ogm.request.Request
 
execute(DefaultRequest) - 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
 
extend(Transaction.Type) - Method in class org.neo4j.ogm.transaction.AbstractTransaction
Extends the current transaction.
extensions() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 

F

FileConfigurationSource - Class in org.neo4j.ogm.config
ConfigurationSource reading configuration from files on filesystem
FileConfigurationSource(String) - Constructor for class org.neo4j.ogm.config.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 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
 
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
 
getDefaultClassLoader() - Static method in class org.neo4j.ogm.config.Configuration
 
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 ExceptionTranslator translating 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
 
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 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
 
getURIS() - 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
 
getUseStrictQuerying() - Method in class org.neo4j.ogm.config.Configuration
 
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

handleAdaptedValue(Collection<Object>, Object) - Static method in class org.neo4j.ogm.result.adapter.RestModelAdapter
Not public API, for internal use only.
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.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
 

I

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
 
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
 
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

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
 
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
 

O

objectMapper() - Static method in class org.neo4j.ogm.config.ObjectMapperFactory
 
ObjectMapperFactory - Class in org.neo4j.ogm.config
Produces a singleton ObjectMapper
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 - Class in org.neo4j.ogm.request
 
OptimisticLockingConfig(int, String[], String) - Constructor for class org.neo4j.ogm.request.OptimisticLockingConfig
 
optimisticLockingConfig() - Method in interface org.neo4j.ogm.request.Statement
Number of expected results returned by execution of this statement
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.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.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 in org.neo4j.ogm.driver
The "old" way of converting things.
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<K,V> - Interface in org.neo4j.ogm.model
 
property(String) - Method in class org.neo4j.ogm.response.model.NodeModel
 
PropertyContainer - Interface in org.neo4j.ogm.model
Common interface for Node and Edge to allow common query generation
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 - Interface in org.neo4j.ogm.model
 
queryStatistics() - Method in interface org.neo4j.ogm.model.Result
 
queryStatistics() - Method in class org.neo4j.ogm.response.model.QueryResultModel
 
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

registeredNew() - Method in class org.neo4j.ogm.transaction.AbstractTransaction
 
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.
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, Exception) - Constructor for exception org.neo4j.ogm.exception.ResultProcessingException
 
ResultProcessingException(String) - 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(Transaction) - Method in interface org.neo4j.ogm.transaction.TransactionManager
Rolls back the specified transaction.
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 RowModel response
RowModelAdapter() - Constructor for class org.neo4j.ogm.result.adapter.RowModelAdapter
 
RowModelRequest - Interface in org.neo4j.ogm.request
 

S

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
 
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 - Interface in org.neo4j.ogm.request
 
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
 
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 TemporalAmount to 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 in org.neo4j.ogm.transaction
 
Transaction.Type - Enum 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
 
translateExceptionIfPossible(Throwable) - Method in interface org.neo4j.ogm.driver.ExceptionTranslator
Deprecated.
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 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 T if the concrete driver's transport is compatible with the specified class.
uri(String) - Method in class org.neo4j.ogm.config.Configuration.Builder
Set URI of the database.
uris(String[]) - Method in class org.neo4j.ogm.config.Configuration.Builder
Set additional URIS to connect to causal cluster.
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
 

V

valueOf(String) - Static method in enum org.neo4j.ogm.config.AutoIndexMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.ogm.config.Configuration.ClassLoaderPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.ogm.driver.ParameterConversion.DefaultParameterConversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.ogm.driver.TypeSystem.NoNativeTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.ogm.transaction.Transaction.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.ogm.transaction.Transaction.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.ogm.config.AutoIndexMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.ogm.config.Configuration.ClassLoaderPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.ogm.driver.ParameterConversion.DefaultParameterConversion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.ogm.driver.TypeSystem.NoNativeTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.ogm.transaction.Transaction.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.ogm.transaction.Transaction.Type
Returns an array containing the constants of this enum type, 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 PropertyModel inferring 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
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.