|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
RelationshipType
.GraphDatabaseService
that is used to embed Neo4j
in an application.GraphDatabaseService
with a store located in
storeDir
, which will be created if it doesn't already exist.
GraphDatabaseService
with a set of configuration parameters.
EmbeddedGraphDatabase
.GraphDatabaseService
with a store located in
storeDir
.
GraphDatabaseService
with a set of configuration parameters.
java.lang.Object
.
Transaction.finish()
is called.
Transaction.success()
or Transaction.failure()
has been previously invoked.
PropertyContainer.getPropertyKeys()
in combination
with PropertyContainer.getProperty(String)
.
types
that are attached to this node, regardless of direction.
OUTGOING
or
INCOMING
relationships from this node.
null
.
java.lang.Object
.
true
if this property container has a property
accessible through the given key, false
otherwise.
true
if there are any relationships attached to this
node, false
otherwise.
true
if there are any relationships of any of the
types in types
attached to this node (regardless of
direction), false
otherwise.
true
if there are any relationships in the given
direction attached to this node, false
otherwise.
true
if there are any relationships of the given
relationship type and direction attached to this node, false
otherwise.
true
if the current position is the start node,
false
otherwise.
type
.
Iterator
representing the traversal of the graph.
Map
.
Map
.
true
if the current position is anywhere except on
the start node, false
if it is on the start node.
nodes
and
relationships
.Direction.INCOMING
if this equals
Direction.OUTGOING
, Direction.OUTGOING
if this equals Direction.INCOMING
or
Direction.BOTH
if this equals Direction.BOTH
.
value
.
Transaction.finish()
unless Transaction.failure()
has or will be invoked before then.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |