- canCommit() - Method in interface org.neo4j.ogm.transaction.TransactionManager
-
- canRollback() - Method in interface org.neo4j.ogm.transaction.TransactionManager
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.EndNode
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.GraphId
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.Labels
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.NodeEntity
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.Property
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.Relationship
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.RelationshipEntity
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.StartNode
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.Transient
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.Convert
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.DateLong
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.DateString
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.EnumString
-
- CLASS - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.NumberString
-
- classLoader(Class) - Method in interface org.neo4j.ogm.classloader.Strategy
-
- ClassLoaderResolver - Class in org.neo4j.ogm.classloader
-
Resolves the most appropriate class loader, based on the supplied Strategy implementation
- ClassLoaderResolver() - Constructor for class org.neo4j.ogm.classloader.ClassLoaderResolver
-
- clear() - Method in class org.neo4j.ogm.config.Configuration
-
- close() - Method in class org.neo4j.ogm.config.Configuration
-
- 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.
- CompileContext - Interface in org.neo4j.ogm.compiler
-
Maintains contextual information throughout the process of compiling Cypher statements to persist a graph of objects.
- Compiler - Interface in org.neo4j.ogm.compiler
-
Defines a simple API for building up Cypher queries programmatically.
- COMPILER - Static variable in class org.neo4j.ogm.config.CompilerConfiguration
-
- compiler() - Static method in class org.neo4j.ogm.service.Components
-
Returns a new instance of the compiler
- CompilerConfiguration - Class in org.neo4j.ogm.config
-
- CompilerConfiguration(Configuration) - Constructor for class org.neo4j.ogm.config.CompilerConfiguration
-
- compilerConfiguration() - Method in class org.neo4j.ogm.config.Configuration
-
- Component - Enum in org.neo4j.ogm.service
-
- Components - Class in org.neo4j.ogm.service
-
This class is responsible for ensuring that the various pluggable components
required by the OGM can be loaded.
- CompositeAttributeConverter<T> - Interface in org.neo4j.ogm.typeconversion
-
- Configuration - Class in org.neo4j.ogm.config
-
A generic configuration class that can be set up programmatically
or via a properties file.
- Configuration() - Constructor for class org.neo4j.ogm.config.Configuration
-
- Configuration(String) - Constructor for class org.neo4j.ogm.config.Configuration
-
- configure(DriverConfiguration) - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
-
- configure(DriverConfiguration) - Method in interface org.neo4j.ogm.driver.Driver
-
- configure(Configuration) - Static method in class org.neo4j.ogm.service.Components
-
Configure the OGM from a pre-built Configuration class
- configure(String) - Static method in class org.neo4j.ogm.service.Components
-
Configure the OGM from the specified config file
- CONNECTION_LIVELINESS_CHECK_TIMEOUT - Static variable in class org.neo4j.ogm.config.DriverConfiguration
-
- CONNECTION_POOL_SIZE - Static variable in class org.neo4j.ogm.config.DriverConfiguration
-
- 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
-
- containsNodeWithId(Long) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
-
- containsRelationshipWithId(Long) - Method in class org.neo4j.ogm.response.model.DefaultGraphModel
-
- containsUpdates() - Method in interface org.neo4j.ogm.model.QueryStatistics
-
- containsUpdates() - Method in class org.neo4j.ogm.response.model.QueryStatisticsModel
-
- context() - Method in interface org.neo4j.ogm.compiler.Compiler
-
Returns this compiler's context
- Convert - Annotation Type in org.neo4j.ogm.annotation.typeconversion
-
Annotation to be applied to fields and accessor methods of entity properties to specify the AttributeConverter to use for
writing or reading its value in the graph database.
- Convert.Unset - Class in org.neo4j.ogm.annotation.typeconversion
-
Placeholder to allow the annotation to be applied without specifying an explicit converter implementation.
- Convert.Unset() - Constructor for class org.neo4j.ogm.annotation.typeconversion.Convert.Unset
-
- convertArrayPropertiesToIterable(Map<String, Object>) - Method in class org.neo4j.ogm.result.adapter.BaseAdapter
-
- CONVERTER - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.Convert
-
- convertToIterable(Object) - Static method in class org.neo4j.ogm.result.adapter.AdapterUtils
-
- createNodesStatements() - Method in interface org.neo4j.ogm.compiler.Compiler
-
Retrieves the Cypher statements that create nodes built up through this
Compiler.
- createRelationshipsStatements() - Method in interface org.neo4j.ogm.compiler.Compiler
-
Retrieves the Cypher statements that create relationships built up through this
Compiler.
- credentials() - Method in class org.neo4j.ogm.authentication.AuthTokenCredentials
-
- Credentials<T> - Interface in org.neo4j.ogm.authentication
-
- credentials() - Method in interface org.neo4j.ogm.authentication.Credentials
-
- credentials() - Method in class org.neo4j.ogm.authentication.UsernamePasswordCredentials
-
- CREDENTIALS - Static variable in class org.neo4j.ogm.config.DriverConfiguration
-
- CredentialsService - Class in org.neo4j.ogm.authentication
-
A simple class that should ultimately support multiple strategies for loading
authorisation credentials to access Neo4j 2.2 and later
- CredentialsService() - Constructor for class org.neo4j.ogm.authentication.CredentialsService
-
- CypherException - Exception in org.neo4j.ogm.exception
-
An exception raised when executing a Cypher query
- CypherException(String, Throwable, String, String) - Constructor for exception org.neo4j.ogm.exception.CypherException
-
- CypherException(String, String, String) - Constructor for exception org.neo4j.ogm.exception.CypherException
-
- CypherStatementBuilder - Interface in org.neo4j.ogm.compiler
-
- get(String) - Method in class org.neo4j.ogm.config.Configuration
-
- get(String...) - Method in class org.neo4j.ogm.config.Configuration
-
- getAllStatements() - Method in interface org.neo4j.ogm.compiler.Compiler
-
Retrieves the Cypher statements that have been built up through this
Compiler.
- getAutoIndex() - Method in class org.neo4j.ogm.config.AutoIndexConfiguration
-
- getCause() - Method in exception org.neo4j.ogm.json.JSONException
-
- getCode() - Method in exception org.neo4j.ogm.exception.CypherException
-
The Neo4j error status code
- getCompiler() - Method in interface org.neo4j.ogm.compiler.CompileContext
-
- getCompilerClassName() - Method in class org.neo4j.ogm.config.CompilerConfiguration
-
- getConfiguration() - Method in class org.neo4j.ogm.driver.AbstractConfigurableDriver
-
- getConfiguration() - Method in interface org.neo4j.ogm.driver.Driver
-
- getConfiguration() - Static method in class org.neo4j.ogm.service.Components
-
There is a single configuration object, which should never be null, associated with the Components class
You can update this configuration in-situ, or you can replace the configuration with another.
- getConnectionLivenessCheckTimeout() - Method in class org.neo4j.ogm.config.DriverConfiguration
-
- getConnectionPoolSize() - Method in class org.neo4j.ogm.config.DriverConfiguration
-
- 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.DriverConfiguration
-
Returns the driver connection credentials, if they have been provided.
- getCurrentTransaction() - Method in interface org.neo4j.ogm.transaction.TransactionManager
-
Returns the current transaction for this thread, or null if none exists
- getData() - Method in class org.neo4j.ogm.result.ResultGraphRowListModel
-
- getDeletedRelationships() - Method in interface org.neo4j.ogm.compiler.CompileContext
-
- getDescription() - Method in exception org.neo4j.ogm.exception.CypherException
-
The error description
- getDriverClassName() - Method in class org.neo4j.ogm.config.DriverConfiguration
-
- getDumpDir() - Method in class org.neo4j.ogm.config.AutoIndexConfiguration
-
- getDumpFilename() - Method in class org.neo4j.ogm.config.AutoIndexConfiguration
-
- getEncryptionLevel() - Method in class org.neo4j.ogm.config.DriverConfiguration
-
- getEndNode() - Method in interface org.neo4j.ogm.model.Edge
-
- getEndNode() - Method in class org.neo4j.ogm.response.model.RelationshipModel
-
- getEndNodeId() - Method in interface org.neo4j.ogm.context.Mappable
-
- getEndNodeType() - Method in interface org.neo4j.ogm.context.Mappable
-
- getGraph() - Method in interface org.neo4j.ogm.model.GraphRowModel
-
- getGraph() - Method in class org.neo4j.ogm.response.model.DefaultGraphRowModel
-
- getId(Long) - Method in interface org.neo4j.ogm.compiler.CompileContext
-
- getId() - Method in interface org.neo4j.ogm.model.Edge
-
- getId() - Method in interface org.neo4j.ogm.model.Node
-
- 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
-
- getJSONArray(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get the JSONObject value associated with a key.
- 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
-
- getName() - Method in enum org.neo4j.ogm.autoindex.AutoIndexMode
-
- getNames(JSONObject) - Static method in class org.neo4j.ogm.json.JSONObject
-
Get an array of field names from a JSONObject.
- getNames(Object) - Static method in class org.neo4j.ogm.json.JSONObject
-
Get an array of field names from an Object.
- getNeo4jHaPropertiesFile() - Method in class org.neo4j.ogm.config.DriverConfiguration
-
- getNewObject(Long) - Method in interface org.neo4j.ogm.compiler.CompileContext
-
- 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
-
- getParameters() - Method in interface org.neo4j.ogm.request.Statement
-
- getPassword() - Method in class org.neo4j.ogm.authentication.UsernamePasswordCredentials
-
- 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
-
- getRelationshipType() - Method in interface org.neo4j.ogm.context.Mappable
-
- getRemovedLabels() - Method in interface org.neo4j.ogm.model.Node
-
- getRemovedLabels() - Method in class org.neo4j.ogm.response.model.NodeModel
-
- 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
-
- getStartNode() - Method in interface org.neo4j.ogm.model.Edge
-
- getStartNode() - Method in class org.neo4j.ogm.response.model.RelationshipModel
-
- getStartNodeId() - Method in interface org.neo4j.ogm.context.Mappable
-
- getStartNodeType() - Method in interface org.neo4j.ogm.context.Mappable
-
- 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
-
- getStats() - Method in interface org.neo4j.ogm.model.RestModel
-
- getStats() - Method in class org.neo4j.ogm.response.model.DefaultRestModel
-
- getString(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the string associated with an index.
- getString(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get the string associated with a key.
- getTransientRelationships(SrcTargetKey) - Method in interface org.neo4j.ogm.compiler.CompileContext
-
- getTrustCertFile() - Method in class org.neo4j.ogm.config.DriverConfiguration
-
- getTrustStrategy() - Method in class org.neo4j.ogm.config.DriverConfiguration
-
- getType() - Method in interface org.neo4j.ogm.model.Edge
-
- getType() - Method in class org.neo4j.ogm.response.model.RelationshipModel
-
- getURI() - Method in class org.neo4j.ogm.config.DriverConfiguration
-
- getUsername() - Method in class org.neo4j.ogm.authentication.UsernamePasswordCredentials
-
- 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
-
- getVisitedObject(Long) - Method in interface org.neo4j.ogm.compiler.CompileContext
-
- GRAPH_TYPE - Static variable in annotation type org.neo4j.ogm.annotation.typeconversion.Convert
-
- GraphId - Annotation Type in org.neo4j.ogm.annotation
-
Identifies the field in the domain entity which is to be
mapped to the id property of its backing node in the graph.
- 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
-
- JSONArray - Class in org.neo4j.ogm.json
-
A JSONArray is an ordered sequence of values.
- JSONArray() - Constructor for class org.neo4j.ogm.json.JSONArray
-
Construct an empty JSONArray.
- JSONArray(JSONTokener) - Constructor for class org.neo4j.ogm.json.JSONArray
-
Construct a JSONArray from a JSONTokener.
- JSONArray(String) - Constructor for class org.neo4j.ogm.json.JSONArray
-
Construct a JSONArray from a source JSON text.
- JSONArray(Collection) - Constructor for class org.neo4j.ogm.json.JSONArray
-
Construct a JSONArray from a Collection.
- JSONArray(Collection, boolean) - Constructor for class org.neo4j.ogm.json.JSONArray
-
Construct a JSONArray from a collection of beans.
- JSONArray(Object) - Constructor for class org.neo4j.ogm.json.JSONArray
-
Construct a JSONArray from an array
- JSONArray(Object, boolean) - Constructor for class org.neo4j.ogm.json.JSONArray
-
Construct a JSONArray from an array with a bean.
- JSONException - Exception in org.neo4j.ogm.json
-
The JSONException is thrown by the JSON.org classes then things are amiss.
- JSONException(String) - Constructor for exception org.neo4j.ogm.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(Throwable) - Constructor for exception org.neo4j.ogm.json.JSONException
-
- jsonFactory() - Static method in class org.neo4j.ogm.json.ObjectMapperFactory
-
- JSONObject - Class in org.neo4j.ogm.json
-
A JSONObject is an unordered collection of name/value pairs.
- JSONObject() - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct an empty JSONObject.
- JSONObject(JSONObject, String[]) - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct a JSONObject from a subset of another JSONObject.
- JSONObject(JSONTokener) - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct a JSONObject from a JSONTokener.
- JSONObject(Map) - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(Map, boolean) - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(Object) - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct a JSONObject from an Object using bean getters.
- JSONObject(Object, boolean) - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct a JSONObject from an Object using bean getters.
- JSONObject(Object, String[]) - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct a JSONObject from an Object, using reflection to find the
public members.
- JSONObject(String) - Constructor for class org.neo4j.ogm.json.JSONObject
-
Construct a JSONObject from a source JSON text string.
- JSONString - Interface in org.neo4j.ogm.json
-
The JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object).
- objectMapper() - Static method in class org.neo4j.ogm.json.ObjectMapperFactory
-
- ObjectMapperFactory - Class in org.neo4j.ogm.json
-
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) - Method in interface org.neo4j.ogm.transaction.TransactionManager
-
Opens a new transaction of the specified type against a database instance.
- optBoolean(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get an optional boolean associated with a key.
- optDouble(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get an optional double associated with a key,
or NaN if there is no such key or if its value is not a number.
- optInt(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get an optional int value associated with a key,
or zero if there is no such key or if the value is not a number.
- optJSONArray(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the optional JSONArray associated with an index.
- optJSONArray(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get an optional JSONArray associated with a key.
- optJSONObject(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the optional JSONObject associated with an index.
- optJSONObject(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get an optional JSONObject associated with a key.
- optLong(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get an optional long value associated with a key,
or zero if there is no such key or if the value is not a number.
- optString(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Get the optional string value associated with an index.
- optString(String) - Method in class org.neo4j.ogm.json.JSONObject
-
Get an optional string associated with a key.
- org.neo4j.ogm.annotation - package org.neo4j.ogm.annotation
-
- org.neo4j.ogm.annotation.typeconversion - package org.neo4j.ogm.annotation.typeconversion
-
- org.neo4j.ogm.authentication - package org.neo4j.ogm.authentication
-
- org.neo4j.ogm.autoindex - package org.neo4j.ogm.autoindex
-
- org.neo4j.ogm.classloader - package org.neo4j.ogm.classloader
-
- org.neo4j.ogm.compiler - package org.neo4j.ogm.compiler
-
- org.neo4j.ogm.config - package org.neo4j.ogm.config
-
- org.neo4j.ogm.context - package org.neo4j.ogm.context
-
- org.neo4j.ogm.driver - package org.neo4j.ogm.driver
-
- org.neo4j.ogm.exception - package org.neo4j.ogm.exception
-
- org.neo4j.ogm.json - package org.neo4j.ogm.json
-
- 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 - package org.neo4j.ogm.result
-
- org.neo4j.ogm.result.adapter - package org.neo4j.ogm.result.adapter
-
- org.neo4j.ogm.service - package org.neo4j.ogm.service
-
- org.neo4j.ogm.transaction - package org.neo4j.ogm.transaction
-
- org.neo4j.ogm.typeconversion - package org.neo4j.ogm.typeconversion
-
- OUTGOING - Static variable in annotation type org.neo4j.ogm.annotation.Relationship
-
- PASSWORD - Static variable in class org.neo4j.ogm.config.DriverConfiguration
-
- properties(Object) - Method in class org.neo4j.ogm.result.adapter.GraphModelAdapter
-
- properties(Object) - Method in class org.neo4j.ogm.result.adapter.RestModelAdapter
-
- Property - Annotation Type in org.neo4j.ogm.annotation
-
Establishes the mapping between a domain entity attribute
and a node or relationship property in the graph.
- Property<K,V> - Interface in org.neo4j.ogm.model
-
- property(String) - Method in class org.neo4j.ogm.response.model.NodeModel
-
- PropertyModel<K,V> - Class in org.neo4j.ogm.response.model
-
- PropertyModel() - Constructor for class org.neo4j.ogm.response.model.PropertyModel
-
- PropertyModel(K, V) - Constructor for class org.neo4j.ogm.response.model.PropertyModel
-
- put(boolean) - Method in class org.neo4j.ogm.json.JSONArray
-
Append a boolean value.
- put(Collection) - Method in class org.neo4j.ogm.json.JSONArray
-
Put a value in the JSONArray, where the value will be a
JSONArray which is produced from a Collection.
- put(double) - Method in class org.neo4j.ogm.json.JSONArray
-
Append a double value.
- put(int) - Method in class org.neo4j.ogm.json.JSONArray
-
Append an int value.
- put(long) - Method in class org.neo4j.ogm.json.JSONArray
-
Append an long value.
- put(Map) - Method in class org.neo4j.ogm.json.JSONArray
-
Put a value in the JSONArray, where the value will be a
JSONObject which is produced from a Map.
- put(Object) - Method in class org.neo4j.ogm.json.JSONArray
-
Append an object value.
- put(int, boolean) - Method in class org.neo4j.ogm.json.JSONArray
-
Put or replace a boolean value in the JSONArray.
- put(int, Collection) - Method in class org.neo4j.ogm.json.JSONArray
-
Put a value in the JSONArray, where the value will be a
JSONArray which is produced from a Collection.
- put(int, double) - Method in class org.neo4j.ogm.json.JSONArray
-
Put or replace a double value.
- put(int, int) - Method in class org.neo4j.ogm.json.JSONArray
-
Put or replace an int value.
- put(int, long) - Method in class org.neo4j.ogm.json.JSONArray
-
Put or replace a long value.
- put(int, Map) - Method in class org.neo4j.ogm.json.JSONArray
-
Put a value in the JSONArray, where the value will be a
JSONObject which is produced from a Map.
- put(String, Collection) - Method in class org.neo4j.ogm.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
- put(String, boolean) - Method in class org.neo4j.ogm.json.JSONObject
-
Put a key/boolean pair in the JSONObject.
- put(String, double) - Method in class org.neo4j.ogm.json.JSONObject
-
Put a key/double pair in the JSONObject.
- put(String, int) - Method in class org.neo4j.ogm.json.JSONObject
-
Put a key/int pair in the JSONObject.
- put(String, long) - Method in class org.neo4j.ogm.json.JSONObject
-
Put a key/long pair in the JSONObject.
- put(String, Map) - Method in class org.neo4j.ogm.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- put(String, Object) - Method in class org.neo4j.ogm.json.JSONObject
-
Put a key/value pair in the JSONObject.