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 com.antgroup.tugraph.ogm.driver
The AbstractConfigurableDriver is used by all drivers to register themselves.
AbstractConfigurableDriver() - Constructor for class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
 
AbstractConfigurableDriver(Supplier<Map<String, Object>>) - Constructor for class com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.types.spatial
Not part of public API, subject to change without notice.
AbstractTransaction - Class in com.antgroup.tugraph.ogm.transaction
 
AbstractTransaction(TransactionManager) - Constructor for class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
adapt(Map<String, Object>) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
Parses a row from the result object and transforms it into a GraphModel
adapt(Map<String, Object>) - Method in class com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
adapt(F) - Method in interface com.antgroup.tugraph.ogm.result.adapter.ResultAdapter
 
adapt(Map<String, Object>) - Method in class com.antgroup.tugraph.ogm.result.adapter.RowModelAdapter
Reads the next row from the result object and transforms it into a RowModel object
add(GraphRowModel) - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphRowListModel
 
addAll(List<DefaultGraphRowModel>) - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphRowListModel
 
addCurrentDynamicCompositeProperties(Set<String>) - Method in interface com.antgroup.tugraph.ogm.model.PropertyContainer
 
addNode(NodeModel) - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphModel
 
addNodes(NodeModel[]) - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphModel
 
addRelationship(RelationshipModel) - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphModel
 
addRelationships(RelationshipModel[]) - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphModel
 
apply(TemporalAmount) - Method in class com.antgroup.tugraph.ogm.types.adapter.TemporalAmountAdapter
 
asParameter() - Method in interface com.antgroup.tugraph.ogm.model.Property
 
asParameter() - Method in class com.antgroup.tugraph.ogm.response.model.PropertyModel
 
autoIndex(String) - Method in class com.antgroup.tugraph.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 in com.antgroup.tugraph.ogm.config
Denotes the types of auto indexing that can be done by the OGM at startup.

B

BaseAdapter - Class in com.antgroup.tugraph.ogm.result.adapter
 
BaseAdapter() - Constructor for class com.antgroup.tugraph.ogm.result.adapter.BaseAdapter
 
basedOn(Map<String, Object>) - Static method in class com.antgroup.tugraph.ogm.response.model.DefaultRestModel
Creates a new RestModel based on the given row.
bookmark(String) - Method in interface com.antgroup.tugraph.ogm.transaction.TransactionManager
 
build() - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
build(Coordinate) - Method in class com.antgroup.tugraph.ogm.types.spatial.PointBuilder
 
Builder() - Constructor for class com.antgroup.tugraph.ogm.config.Configuration.Builder
Creates new Configuration builder Use for Java configuration.
Builder(ConfigurationSource) - Constructor for class com.antgroup.tugraph.ogm.config.Configuration.Builder
Creates new Configuration builder

C

canCommit() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
canCommit() - Method in interface com.antgroup.tugraph.ogm.transaction.Transaction
If this transaction can be committed
canCommit() - Method in interface com.antgroup.tugraph.ogm.transaction.TransactionManager
 
canRollback() - Method in interface com.antgroup.tugraph.ogm.transaction.TransactionManager
 
CartesianPoint2d - Class in com.antgroup.tugraph.ogm.types.spatial
 
CartesianPoint2d(double, double) - Constructor for class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint2d
 
CartesianPoint3d - Class in com.antgroup.tugraph.ogm.types.spatial
 
CartesianPoint3d(double, double, double) - Constructor for class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint3d
 
CLASS_LOADER_PRECEDENCE - Static variable in class com.antgroup.tugraph.ogm.config.Configuration
 
ClasspathConfigurationSource - Class in com.antgroup.tugraph.ogm.config
ConfigurationSource reading configuration from classpath files.
ClasspathConfigurationSource(String) - Constructor for class com.antgroup.tugraph.ogm.config.ClasspathConfigurationSource
 
ClassUtils - Class in com.antgroup.tugraph.ogm.support
 
close() - Method in interface com.antgroup.tugraph.ogm.driver.Driver
 
close() - Method in class com.antgroup.tugraph.ogm.response.EmptyResponse
 
close() - Method in interface com.antgroup.tugraph.ogm.response.Response
 
close() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
close() - Method in interface com.antgroup.tugraph.ogm.transaction.Transaction
close this transaction.
CollectionUtils - Class in com.antgroup.tugraph.ogm.support
Utilities around collections.
columns() - Method in class com.antgroup.tugraph.ogm.response.EmptyResponse
 
columns() - Method in interface com.antgroup.tugraph.ogm.response.Response
 
com.antgroup.tugraph.ogm.compiler - package com.antgroup.tugraph.ogm.compiler
 
com.antgroup.tugraph.ogm.config - package com.antgroup.tugraph.ogm.config
 
com.antgroup.tugraph.ogm.driver - package com.antgroup.tugraph.ogm.driver
 
com.antgroup.tugraph.ogm.exception - package com.antgroup.tugraph.ogm.exception
 
com.antgroup.tugraph.ogm.model - package com.antgroup.tugraph.ogm.model
 
com.antgroup.tugraph.ogm.request - package com.antgroup.tugraph.ogm.request
 
com.antgroup.tugraph.ogm.response - package com.antgroup.tugraph.ogm.response
 
com.antgroup.tugraph.ogm.response.model - package com.antgroup.tugraph.ogm.response.model
 
com.antgroup.tugraph.ogm.result.adapter - package com.antgroup.tugraph.ogm.result.adapter
 
com.antgroup.tugraph.ogm.spi - package com.antgroup.tugraph.ogm.spi
 
com.antgroup.tugraph.ogm.support - package com.antgroup.tugraph.ogm.support
 
com.antgroup.tugraph.ogm.transaction - package com.antgroup.tugraph.ogm.transaction
 
com.antgroup.tugraph.ogm.types.adapter - package com.antgroup.tugraph.ogm.types.adapter
 
com.antgroup.tugraph.ogm.types.spatial - package com.antgroup.tugraph.ogm.types.spatial
 
commit() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
commit() - Method in interface com.antgroup.tugraph.ogm.transaction.Transaction
commit a transaction that has pending writes
commit(Transaction) - Method in interface com.antgroup.tugraph.ogm.transaction.TransactionManager
Commits the specified transaction.
Configuration - Class in com.antgroup.tugraph.ogm.config
A generic configuration class that can be set up programmatically or via a properties file.
configuration - Variable in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
 
Configuration.Builder - Class in com.antgroup.tugraph.ogm.config
Builder for Configuration class
Configuration.ClassLoaderPrecedence - Enum in com.antgroup.tugraph.ogm.config
Configuration to change the precedence from the current threads context
ConfigurationSource - Interface in com.antgroup.tugraph.ogm.config
Provides access to a configuration store and exposes configuration values in bulk Properties format.
configure(Configuration) - Method in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
Stores the configuration locally and loads the native type system for this driver if applicable.
configure(Configuration) - Method in interface com.antgroup.tugraph.ogm.driver.Driver
 
ConnectionException - Exception in com.antgroup.tugraph.ogm.exception
Exception thrown if a connection could not be obtained to the Neo4j database
ConnectionException(String, Throwable) - Constructor for exception com.antgroup.tugraph.ogm.exception.ConnectionException
 
connectionLivenessCheckTimeout(Integer) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
connectionPoolSize(Integer) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
Number of connections to the database.
containsUpdates() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
containsUpdates() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
convertArrayPropertiesToCollection(Map<String, Object>) - Method in class com.antgroup.tugraph.ogm.result.adapter.BaseAdapter
 
convertParameters(Map<String, Object>) - Method in interface com.antgroup.tugraph.ogm.driver.ParameterConversion
 
convertParameters(Map<String, Object>) - Method in enum com.antgroup.tugraph.ogm.driver.ParameterConversion.DefaultParameterConversion
 
coordinate - Variable in class com.antgroup.tugraph.ogm.types.spatial.AbstractPoint
 
Coordinate - Class in com.antgroup.tugraph.ogm.types.spatial
 
Coordinate(double, double) - Constructor for class com.antgroup.tugraph.ogm.types.spatial.Coordinate
 
Coordinate(double, double, Double) - Constructor for class com.antgroup.tugraph.ogm.types.spatial.Coordinate
 
copy(Configuration.Builder) - Static method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
createPropertyRemovalFragment(String) - Method in interface com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.config.Configuration.Builder
Credentials to use to access the database
Credentials<T> - Interface in com.antgroup.tugraph.ogm.config
 
credentials() - Method in interface com.antgroup.tugraph.ogm.config.Credentials
 
credentials() - Method in class com.antgroup.tugraph.ogm.config.UsernamePasswordCredentials
 
customPropertiesSupplier - Variable in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
Used for configuring the cypher modification providers.
CypherException - Exception in com.antgroup.tugraph.ogm.exception
An exception raised when executing a Cypher query
CypherException(String, String) - Constructor for exception com.antgroup.tugraph.ogm.exception.CypherException
 
CypherException(String, String, Throwable) - Constructor for exception com.antgroup.tugraph.ogm.exception.CypherException
 
CypherModificationProvider - Interface in com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.config.Configuration.Builder
Configures the database to use.
DefaultGraphModel - Class in com.antgroup.tugraph.ogm.response.model
The results of a query, modelled as graph data.
DefaultGraphModel() - Constructor for class com.antgroup.tugraph.ogm.response.model.DefaultGraphModel
 
DefaultGraphRowListModel - Class in com.antgroup.tugraph.ogm.response.model
 
DefaultGraphRowListModel() - Constructor for class com.antgroup.tugraph.ogm.response.model.DefaultGraphRowListModel
 
DefaultGraphRowModel - Class in com.antgroup.tugraph.ogm.response.model
Represents a single row in a query response which returns both graph and row data.
DefaultGraphRowModel(DefaultGraphModel, Object[]) - Constructor for class com.antgroup.tugraph.ogm.response.model.DefaultGraphRowModel
 
DefaultRequest - Interface in com.antgroup.tugraph.ogm.request
 
DefaultRestModel - Class in com.antgroup.tugraph.ogm.response.model
The results of a query, modelled as rest response data.
DefaultRowModel - Class in com.antgroup.tugraph.ogm.response.model
The results of a query, modelled as row data.
DefaultRowModel(Object[], String[]) - Constructor for class com.antgroup.tugraph.ogm.response.model.DefaultRowModel
 
deleteDirectory(Path) - Static method in class com.antgroup.tugraph.ogm.support.FileUtils
Recursively deletes a directory tree.
describesGeneratedNode(String) - Static method in interface com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.driver
 
driverClassName - Variable in exception com.antgroup.tugraph.ogm.driver.NativeTypesException
The name of the driver that caused the exception.

E

Edge - Interface in com.antgroup.tugraph.ogm.model
 
EmptyResponse<T> - Class in com.antgroup.tugraph.ogm.response
 
EmptyResponse() - Constructor for class com.antgroup.tugraph.ogm.response.EmptyResponse
 
encryptionLevel(String) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
Required encryption level for the connection to the database.
endNodeId(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
endNodeId(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
equals(Object) - Method in class com.antgroup.tugraph.ogm.compiler.SrcTargetKey
 
equals(Object) - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
equals(Object) - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
equals(Object) - Method in class com.antgroup.tugraph.ogm.response.model.PropertyModel
 
equals(Object) - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
equals(Object) - Method in class com.antgroup.tugraph.ogm.types.spatial.AbstractPoint
 
equals(Object) - Method in class com.antgroup.tugraph.ogm.types.spatial.Coordinate
 
ExceptionTranslator - Interface in com.antgroup.tugraph.ogm.driver
This is a helper class modelled roughly after org.springframework.dao.support.PersistenceExceptionTranslator.
execute(GraphModelRequest) - Method in interface com.antgroup.tugraph.ogm.request.Request
 
execute(RowModelRequest) - Method in interface com.antgroup.tugraph.ogm.request.Request
 
execute(DefaultRequest) - Method in interface com.antgroup.tugraph.ogm.request.Request
 
execute(GraphRowListModelRequest) - Method in interface com.antgroup.tugraph.ogm.request.Request
 
execute(RestModelRequest) - Method in interface com.antgroup.tugraph.ogm.request.Request
 
extend(Transaction.Type) - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
Extends the current transaction.
extensions() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 

F

FileConfigurationSource - Class in com.antgroup.tugraph.ogm.config
ConfigurationSource reading configuration from files on filesystem
FileConfigurationSource(String) - Constructor for class com.antgroup.tugraph.ogm.config.FileConfigurationSource
FileUtils - Class in com.antgroup.tugraph.ogm.support
 
findNode(Long) - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphModel
 
fromString(String) - Static method in enum com.antgroup.tugraph.ogm.config.AutoIndexMode
Parses an option name into the Enumeration type it represents.

G

generatedIndexesOutputDir(String) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
generatedIndexesOutputFilename(String) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
GeographicPoint2d - Class in com.antgroup.tugraph.ogm.types.spatial
 
GeographicPoint2d(double, double) - Constructor for class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint2d
 
GeographicPoint3d - Class in com.antgroup.tugraph.ogm.types.spatial
 
GeographicPoint3d(double, double, double) - Constructor for class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint3d
 
getAdapterFor(Class<?>) - Method in class com.antgroup.tugraph.ogm.driver.TypeAdapterLookupDelegate
Retrieves an adapter for the specified class.
getAutoIndex() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getBasePackages() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getCode() - Method in exception com.antgroup.tugraph.ogm.exception.CypherException
The Neo4j error status code
getConfiguration() - Method in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
 
getConfiguration() - Method in interface com.antgroup.tugraph.ogm.driver.Driver
 
getConnectionLivenessCheckTimeout() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getConnectionPoolSize() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getConstraintsAdded() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getConstraintsAdded() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getConstraintsRemoved() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getConstraintsRemoved() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getCredentials() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getCurrentTransaction() - Method in interface com.antgroup.tugraph.ogm.transaction.TransactionManager
Returns the current transaction for this thread, or null if none exists
getCustomProperties() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getCypherModification() - Method in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
 
getCypherModification() - Method in interface com.antgroup.tugraph.ogm.driver.Driver
 
getCypherModification(Map<String, Object>) - Method in interface com.antgroup.tugraph.ogm.spi.CypherModificationProvider
Called by OGM to retrieve the actual Cypher modification.
getDatabase() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getDefaultClassLoader() - Static method in class com.antgroup.tugraph.ogm.config.Configuration
 
getDescription() - Method in exception com.antgroup.tugraph.ogm.exception.CypherException
The error description
getDriverClassName() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getDriverClassName() - Method in exception com.antgroup.tugraph.ogm.driver.NativeTypesException
 
getDumpDir() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getDumpFilename() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getEncryptionLevel() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getEndNode() - Method in interface com.antgroup.tugraph.ogm.model.Edge
 
getEndNode() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
getExceptionTranslator() - Method in interface com.antgroup.tugraph.ogm.driver.Driver
An ExceptionTranslator translating driver specific exception into a Neo4j-OGM api exceptions.
getExpectedResultsCount() - Method in class com.antgroup.tugraph.ogm.request.OptimisticLockingConfig
 
getGraph() - Method in interface com.antgroup.tugraph.ogm.model.GraphRowModel
 
getGraph() - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphRowModel
 
getHeight() - Method in class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint3d
 
getId() - Method in interface com.antgroup.tugraph.ogm.model.PropertyContainer
 
getId() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
getId() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
getIndexesAdded() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getIndexesAdded() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getIndexesRemoved() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getIndexesRemoved() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getKey() - Method in interface com.antgroup.tugraph.ogm.model.Property
 
getKey() - Method in class com.antgroup.tugraph.ogm.response.model.PropertyModel
 
getLabels() - Method in interface com.antgroup.tugraph.ogm.model.Node
 
getLabels() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
getLabelsAdded() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getLabelsAdded() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getLabelsRemoved() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getLabelsRemoved() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getLatitude() - Method in class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint2d
 
getLatitude() - Method in class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint3d
 
getLongitude() - Method in class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint2d
 
getLongitude() - Method in class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint3d
 
getMappedToNativeTypeAdapter(Class<?>) - Method in interface com.antgroup.tugraph.ogm.driver.TypeSystem
 
getName() - Method in enum com.antgroup.tugraph.ogm.config.AutoIndexMode
 
getNativeToMappedTypeAdapter(Class<?>) - Method in interface com.antgroup.tugraph.ogm.driver.TypeSystem
 
getNeo4jConfLocation() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getNodes() - Method in interface com.antgroup.tugraph.ogm.model.GraphModel
 
getNodes() - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphModel
 
getNodesCreated() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getNodesCreated() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getNodesDeleted() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getNodesDeleted() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getOrder() - Method in interface com.antgroup.tugraph.ogm.spi.CypherModificationProvider
Get the order value of this object.
getParameters() - Method in interface com.antgroup.tugraph.ogm.request.Statement
 
getPassword() - Method in class com.antgroup.tugraph.ogm.config.UsernamePasswordCredentials
 
getPreviousDynamicLabels() - Method in interface com.antgroup.tugraph.ogm.model.Node
 
getPreviousDynamicLabels() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
getPrimaryIdName() - Method in interface com.antgroup.tugraph.ogm.model.Edge
Returns name of the primary id property (property annotated with @Id)
getPrimaryIdName() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
getPrimaryIndex() - Method in interface com.antgroup.tugraph.ogm.model.Node
 
getPrimaryIndex() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
getPropertiesSet() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getPropertiesSet() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getPropertyList() - Method in interface com.antgroup.tugraph.ogm.model.Edge
 
getPropertyList() - Method in interface com.antgroup.tugraph.ogm.model.Node
 
getPropertyList() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
getPropertyList() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
getRelationship_deleted() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getRelationships() - Method in interface com.antgroup.tugraph.ogm.model.GraphModel
 
getRelationships() - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphModel
 
getRelationshipsCreated() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getRelationshipsCreated() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getRelationshipsDeleted() - Method in interface com.antgroup.tugraph.ogm.model.QueryStatistics
 
getRelationshipsDeleted() - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
getRequiredModule() - Method in exception com.antgroup.tugraph.ogm.driver.NativeTypesNotAvailableException
 
getResourceUrl(String) - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getResultDataContents() - Method in interface com.antgroup.tugraph.ogm.request.Statement
 
getRow() - Method in interface com.antgroup.tugraph.ogm.model.GraphRowModel
 
getRow() - Method in interface com.antgroup.tugraph.ogm.model.RestModel
 
getRow() - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphRowModel
 
getRow() - Method in class com.antgroup.tugraph.ogm.response.model.DefaultRestModel
 
getSrid() - Method in class com.antgroup.tugraph.ogm.types.spatial.AbstractPoint
 
getStartNode() - Method in interface com.antgroup.tugraph.ogm.model.Edge
 
getStartNode() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
getStatement() - Method in interface com.antgroup.tugraph.ogm.request.Statement
 
getStatements() - Method in interface com.antgroup.tugraph.ogm.request.DefaultRequest
 
getStatements() - Method in class com.antgroup.tugraph.ogm.request.Statements
 
getStatistics() - Method in interface com.antgroup.tugraph.ogm.response.Response
Responses that contain statistics can hook into here to return.
getTransactionFactorySupplier() - Method in interface com.antgroup.tugraph.ogm.driver.Driver
 
getTrustCertFile() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getTrustStrategy() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getType() - Method in interface com.antgroup.tugraph.ogm.model.Edge
 
getType() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
getTypes() - Method in class com.antgroup.tugraph.ogm.request.OptimisticLockingConfig
 
getTypeSystem() - Method in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
 
getTypeSystem() - Method in interface com.antgroup.tugraph.ogm.driver.Driver
This returns the type system of the specific drivers.
getTypeSystemName() - Method in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
 
getURI() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getURIS() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getUseNativeTypes() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getUsername() - Method in class com.antgroup.tugraph.ogm.config.UsernamePasswordCredentials
 
getUseStrictQuerying() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getValue() - Method in interface com.antgroup.tugraph.ogm.model.Property
 
getValue() - Method in class com.antgroup.tugraph.ogm.response.model.PropertyModel
 
getValues() - Method in interface com.antgroup.tugraph.ogm.model.RowModel
 
getValues() - Method in class com.antgroup.tugraph.ogm.response.model.DefaultRowModel
 
getVerifyConnection() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
getVersion() - Method in interface com.antgroup.tugraph.ogm.model.Node
Return current version of the node, null if the node is new
getVersion() - Method in interface com.antgroup.tugraph.ogm.model.PropertyContainer
Return current version of the node, null if the relationship entity is new
getVersion() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
getVersion() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
getVersionProperty() - Method in class com.antgroup.tugraph.ogm.request.OptimisticLockingConfig
 
getX() - Method in class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint2d
 
getX() - Method in class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint3d
 
getX() - Method in class com.antgroup.tugraph.ogm.types.spatial.Coordinate
 
getY() - Method in class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint2d
 
getY() - Method in class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint3d
 
getY() - Method in class com.antgroup.tugraph.ogm.types.spatial.Coordinate
 
getZ() - Method in class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint3d
 
getZ() - Method in class com.antgroup.tugraph.ogm.types.spatial.Coordinate
 
GraphModel - Interface in com.antgroup.tugraph.ogm.model
 
GraphModelAdapter - Class in com.antgroup.tugraph.ogm.result.adapter
This adapter will transform an embedded response into a json response
GraphModelAdapter() - Constructor for class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
GraphModelRequest - Interface in com.antgroup.tugraph.ogm.request
 
GraphRowListModel - Interface in com.antgroup.tugraph.ogm.model
 
GraphRowListModelRequest - Interface in com.antgroup.tugraph.ogm.request
 
GraphRowModel - Interface in com.antgroup.tugraph.ogm.model
 
GraphRowModelAdapter - Class in com.antgroup.tugraph.ogm.result.adapter
This adapter will transform an embedded response into a json response
GraphRowModelAdapter(GraphModelAdapter) - Constructor for class com.antgroup.tugraph.ogm.result.adapter.GraphRowModelAdapter
 

H

handlePossibleCollections(Object, Function<Object, Object>) - Static method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
Not public API, for internal use only.
hasAdapterFor(Class<?>) - Method in class com.antgroup.tugraph.ogm.driver.TypeAdapterLookupDelegate
 
hashCode() - Method in class com.antgroup.tugraph.ogm.compiler.SrcTargetKey
 
hashCode() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
hashCode() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
hashCode() - Method in class com.antgroup.tugraph.ogm.response.model.PropertyModel
 
hashCode() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
hashCode() - Method in class com.antgroup.tugraph.ogm.types.spatial.AbstractPoint
 
hashCode() - Method in class com.antgroup.tugraph.ogm.types.spatial.Coordinate
 
hasVersionProperty() - Method in interface com.antgroup.tugraph.ogm.model.Edge
Returns if the relationship entity has version property
hasVersionProperty() - Method in interface com.antgroup.tugraph.ogm.model.Node
Returns if the node has version property
hasVersionProperty() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
hasVersionProperty() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 

I

isEmbeddedHA() - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
isEnum(Class<?>) - Static method in class com.antgroup.tugraph.ogm.support.ClassUtils
See https://github.com/neo4j/neo4j-ogm/issues/643.
isEnum(Type) - Static method in class com.antgroup.tugraph.ogm.support.ClassUtils
 
isEnum(Object) - Static method in class com.antgroup.tugraph.ogm.support.ClassUtils
 
isGeneratedNode() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
isIncludeStats() - Method in interface com.antgroup.tugraph.ogm.request.Statement
 
isNode(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
isNode(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
isNode(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RowModelAdapter
 
isPath(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
isPath(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RowModelAdapter
 
isReadOnly() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
isReadOnly() - Method in interface com.antgroup.tugraph.ogm.transaction.Transaction
Obtains the read-only status of a transaction.
isRelationship(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
isRelationship(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
isRelationship(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RowModelAdapter
 
iterableOf(Object) - Static method in class com.antgroup.tugraph.ogm.support.CollectionUtils
Turns thingToIterable into an iterable.
iterator() - Method in class com.antgroup.tugraph.ogm.response.model.QueryResultModel
 

L

labels(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
labels(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
labelSignature() - Method in interface com.antgroup.tugraph.ogm.model.Node
Returns "label signature" for this node - added and removed labels, sorted alphabetically
labelSignature() - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 

M

materializeIterableIf(Object) - Static method in class com.antgroup.tugraph.ogm.support.CollectionUtils
 
mergeBasePackagesWith(String...) - Method in class com.antgroup.tugraph.ogm.config.Configuration
 
model() - Method in interface com.antgroup.tugraph.ogm.model.GraphRowListModel
 
model() - Method in class com.antgroup.tugraph.ogm.response.model.DefaultGraphRowListModel
 

N

NativeTypesException - Exception in com.antgroup.tugraph.ogm.driver
Exception indicating problems with the native type system.
NativeTypesNotAvailableException - Exception in com.antgroup.tugraph.ogm.driver
Exception indicating that the selected driver does not support native types.
NativeTypesNotSupportedException - Exception in com.antgroup.tugraph.ogm.driver
Exception indicating that the selected driver does not support native types.
neo4jConfLocation(String) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
next() - Method in class com.antgroup.tugraph.ogm.response.EmptyResponse
 
next() - Method in interface com.antgroup.tugraph.ogm.response.Response
 
Node - Interface in com.antgroup.tugraph.ogm.model
 
nodeId(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
nodeId(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
NodeModel - Class in com.antgroup.tugraph.ogm.response.model
 
NodeModel(Long) - Constructor for class com.antgroup.tugraph.ogm.response.model.NodeModel
 
nodesInPath(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 

O

objectMapper() - Static method in class com.antgroup.tugraph.ogm.config.ObjectMapperFactory
 
ObjectMapperFactory - Class in com.antgroup.tugraph.ogm.config
Produces a singleton ObjectMapper
openTransaction() - Method in interface com.antgroup.tugraph.ogm.transaction.TransactionManager
Opens a new READ_WRITE transaction against a database instance.
openTransaction(Transaction.Type, Iterable<String>) - Method in interface com.antgroup.tugraph.ogm.transaction.TransactionManager
Opens a new transaction of the specified type against a database instance.
OptimisticLockingConfig - Class in com.antgroup.tugraph.ogm.request
 
OptimisticLockingConfig(int, String[], String) - Constructor for class com.antgroup.tugraph.ogm.request.OptimisticLockingConfig
 
optimisticLockingConfig() - Method in interface com.antgroup.tugraph.ogm.request.Statement
Number of expected results returned by execution of this statement
OptimisticLockingException - Exception in com.antgroup.tugraph.ogm.exception
Exception from OGM that signifies an optimistic locking failure
OptimisticLockingException(String) - Constructor for exception com.antgroup.tugraph.ogm.exception.OptimisticLockingException
Create exception with given message

P

parameterConversion - Variable in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
 
ParameterConversion - Interface in com.antgroup.tugraph.ogm.driver
Abstraction over the parameter conversion.
ParameterConversion.DefaultParameterConversion - Enum in com.antgroup.tugraph.ogm.driver
The "old" way of converting things.
PATTERN_COMPREHENSION_PATTERN - Static variable in interface com.antgroup.tugraph.ogm.result.adapter.ResultAdapter
 
PointBuilder - Class in com.antgroup.tugraph.ogm.types.spatial
 
properties() - Method in class com.antgroup.tugraph.ogm.config.ClasspathConfigurationSource
 
properties() - Method in interface com.antgroup.tugraph.ogm.config.ConfigurationSource
Get configuration set for this source in a form of Properties.
properties() - Method in class com.antgroup.tugraph.ogm.config.FileConfigurationSource
 
properties(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
properties(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
Property<K,V> - Interface in com.antgroup.tugraph.ogm.model
 
property(String) - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
PropertyContainer - Interface in com.antgroup.tugraph.ogm.model
Common interface for Node and Edge to allow common query generation
PropertyModel<K,V> - Class in com.antgroup.tugraph.ogm.response.model
 
PropertyModel(K, V) - Constructor for class com.antgroup.tugraph.ogm.response.model.PropertyModel
 

Q

Query<T> - Interface in com.antgroup.tugraph.ogm.model
 
QueryResultModel - Class in com.antgroup.tugraph.ogm.response.model
 
QueryResultModel(Iterable<Map<String, Object>>, QueryStatistics) - Constructor for class com.antgroup.tugraph.ogm.response.model.QueryResultModel
 
queryResults() - Method in interface com.antgroup.tugraph.ogm.model.Query
 
queryResults() - Method in class com.antgroup.tugraph.ogm.response.model.QueryResultModel
 
QueryStatistics - Interface in com.antgroup.tugraph.ogm.model
 
queryStatistics() - Method in interface com.antgroup.tugraph.ogm.model.Result
 
queryStatistics() - Method in class com.antgroup.tugraph.ogm.response.model.QueryResultModel
 
QueryStatisticsModel - Class in com.antgroup.tugraph.ogm.response.model
Holds read only statistics about query execution.
QueryStatisticsModel() - Constructor for class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 

R

registeredNew() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
registerNew(Object) - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
relationshipId(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
relationshipId(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
RelationshipModel - Class in com.antgroup.tugraph.ogm.response.model
 
RelationshipModel() - Constructor for class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
relationshipType(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
relationshipType(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
relaxedQuerying() - Method in class com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
request(Transaction) - Method in interface com.antgroup.tugraph.ogm.driver.Driver
 
Request - Interface in com.antgroup.tugraph.ogm.request
 
requiresTransaction() - Method in interface com.antgroup.tugraph.ogm.driver.Driver
Indicates if the driver requires an explicit transaction to run queries.
Response<T> - Interface in com.antgroup.tugraph.ogm.response
 
RestModel - Interface in com.antgroup.tugraph.ogm.model
 
RestModelAdapter - Class in com.antgroup.tugraph.ogm.result.adapter
Adapt embedded response to a NodeModels, RelationshipModels, and objects
RestModelAdapter() - Constructor for class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
RestModelRequest - Interface in com.antgroup.tugraph.ogm.request
 
Result - Interface in com.antgroup.tugraph.ogm.model
 
ResultAdapter<F,T> - Interface in com.antgroup.tugraph.ogm.result.adapter
This adapter interface should be implemented by all drivers
ResultProcessingException - Exception in com.antgroup.tugraph.ogm.exception
 
ResultProcessingException(String, Exception) - Constructor for exception com.antgroup.tugraph.ogm.exception.ResultProcessingException
 
ResultProcessingException(String) - Constructor for exception com.antgroup.tugraph.ogm.exception.ResultProcessingException
 
rollback() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
rollback() - Method in interface com.antgroup.tugraph.ogm.transaction.Transaction
rollback a transaction that has pending writes
rollback(Transaction) - Method in interface com.antgroup.tugraph.ogm.transaction.TransactionManager
Rolls back the specified transaction.
RowModel - Interface in com.antgroup.tugraph.ogm.model
 
RowModelAdapter - Class in com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.result.adapter.RowModelAdapter
 
RowModelRequest - Interface in com.antgroup.tugraph.ogm.request
 

S

setColumns(List<String>) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphRowModelAdapter
 
setColumns(List<String>) - Method in class com.antgroup.tugraph.ogm.result.adapter.RowModelAdapter
 
setConstraints_added(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setConstraints_removed(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setContains_updates(boolean) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setEndNode(Long) - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
setGeneratedNode(boolean) - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
setId(Long) - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
setIndexes_added(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setIndexes_removed(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setLabels(String[]) - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
setLabels_added(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setLabels_removed(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setNodes_created(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setNodes_deleted(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setPreviousDynamicCompositeProperties(Set<String>) - Method in interface com.antgroup.tugraph.ogm.model.PropertyContainer
 
setPreviousDynamicLabels(Set<String>) - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
setPrimaryIdName(String) - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
setPrimaryIndex(String) - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
setProperties(Map<String, Object>) - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
setProperties(Map<String, Object>) - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
setProperties_set(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setRelationship_deleted(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setRelationships_created(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setRelationships_deleted(int) - Method in class com.antgroup.tugraph.ogm.response.model.QueryStatisticsModel
 
setStartNode(Long) - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
setType(String) - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
setVersion(Property<String, Long>) - Method in class com.antgroup.tugraph.ogm.response.model.NodeModel
 
setVersion(Property<String, Long>) - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
SrcTargetKey - Class in com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.compiler.SrcTargetKey
 
startNodeId(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.GraphModelAdapter
 
startNodeId(Object) - Method in class com.antgroup.tugraph.ogm.result.adapter.RestModelAdapter
 
Statement - Interface in com.antgroup.tugraph.ogm.request
 
statement(String, Map<String, Object>) - Method in interface com.antgroup.tugraph.ogm.request.StatementFactory
 
statement(String, Map<String, Object>, OptimisticLockingConfig) - Method in interface com.antgroup.tugraph.ogm.request.StatementFactory
 
StatementFactory - Interface in com.antgroup.tugraph.ogm.request
Constructs Statements of a particular type.
Statements - Class in com.antgroup.tugraph.ogm.request
 
Statements(List<Statement>) - Constructor for class com.antgroup.tugraph.ogm.request.Statements
 
status() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
status() - Method in interface com.antgroup.tugraph.ogm.transaction.Transaction
return the status of the current transaction
strictQuerying() - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
Turns on strict querying.
supportsAsNativeType(Class<?>) - Method in interface com.antgroup.tugraph.ogm.driver.TypeSystem
True if values of the given class are supported natively.

T

TemporalAmountAdapter - Class in com.antgroup.tugraph.ogm.types.adapter
This adapter maps a Driver or embedded based TemporalAmount to a valid Java temporal amount.
TemporalAmountAdapter() - Constructor for class com.antgroup.tugraph.ogm.types.adapter.TemporalAmountAdapter
 
toList() - Method in interface com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.model.Node
Turns this node object into a row.
toString() - Method in class com.antgroup.tugraph.ogm.response.model.PropertyModel
 
toString() - Method in class com.antgroup.tugraph.ogm.response.model.RelationshipModel
 
toString() - Method in class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint2d
 
toString() - Method in class com.antgroup.tugraph.ogm.types.spatial.CartesianPoint3d
 
toString() - Method in class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint2d
 
toString() - Method in class com.antgroup.tugraph.ogm.types.spatial.GeographicPoint3d
 
Transaction - Interface in com.antgroup.tugraph.ogm.transaction
 
Transaction.Status - Enum in com.antgroup.tugraph.ogm.transaction
 
Transaction.Type - Enum in com.antgroup.tugraph.ogm.transaction
 
TransactionException - Exception in com.antgroup.tugraph.ogm.exception
 
TransactionException(String) - Constructor for exception com.antgroup.tugraph.ogm.exception.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception com.antgroup.tugraph.ogm.exception.TransactionException
 
transactionManager - Variable in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
TransactionManager - Interface in com.antgroup.tugraph.ogm.transaction
 
translateExceptionIfPossible(Throwable) - Method in interface com.antgroup.tugraph.ogm.driver.ExceptionTranslator
Translates exceptions thrown by any of the drivers into exceptions defined in the Neo4j-OGM api.
trustCertFile(String) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
trustStrategy(String) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
type - Variable in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
type() - Method in class com.antgroup.tugraph.ogm.transaction.AbstractTransaction
 
type() - Method in interface com.antgroup.tugraph.ogm.transaction.Transaction
Returns type of the transaction - READ_ONLY / READ_WRITE The value corresponds to type returned by Transaction.isReadOnly()
TypeAdapterLookupDelegate - Class in com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.driver.TypeAdapterLookupDelegate
 
typeSystem - Variable in class com.antgroup.tugraph.ogm.driver.AbstractConfigurableDriver
 
TypeSystem - Interface in com.antgroup.tugraph.ogm.driver
This interface describes a type system with a set of native type a driver can handle.
TypeSystem.NoNativeTypes - Enum in com.antgroup.tugraph.ogm.driver
An empty set of native types.

U

unwrap(Class<T>) - Method in interface com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.config.Configuration.Builder
Set URI of the database.
uris(String[]) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
Set additional URIS to connect to causal cluster.
useNativeTypes() - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
Turns on the support for native types on the transport level.
UsernamePasswordCredentials - Class in com.antgroup.tugraph.ogm.config
 
UsernamePasswordCredentials(String, String) - Constructor for class com.antgroup.tugraph.ogm.config.UsernamePasswordCredentials
 

V

valueOf(String) - Static method in enum com.antgroup.tugraph.ogm.config.AutoIndexMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.antgroup.tugraph.ogm.config.Configuration.ClassLoaderPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.antgroup.tugraph.ogm.driver.ParameterConversion.DefaultParameterConversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.antgroup.tugraph.ogm.driver.TypeSystem.NoNativeTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.antgroup.tugraph.ogm.transaction.Transaction.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.antgroup.tugraph.ogm.transaction.Transaction.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.antgroup.tugraph.ogm.config.AutoIndexMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.antgroup.tugraph.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 com.antgroup.tugraph.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 com.antgroup.tugraph.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 com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.transaction.Transaction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
variables() - Method in interface com.antgroup.tugraph.ogm.model.RowModel
 
variables() - Method in class com.antgroup.tugraph.ogm.response.model.DefaultRowModel
 
verifyConnection(Boolean) - Method in class com.antgroup.tugraph.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 com.antgroup.tugraph.ogm.response.model.PropertyModel
Constructs a new PropertyModel inferring the generic type arguments of the key and the value.
withBasePackages(String...) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
Configures the builder with a list of base packages to scan.
withCustomProperty(String, Object) - Method in class com.antgroup.tugraph.ogm.config.Configuration.Builder
 
withSrid(int) - Static method in class com.antgroup.tugraph.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 © 2023 Ant Group. All rights reserved.