|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
GraphDatabaseService
EntityManager.find(Class, Object)
operation.
GraphDatabaseService
graphDatabase.createRelationship(from,to,TYPE, PropertyMap.
- createRelationship(Node, Node, RelationshipType, Property...) -
Method in class org.springframework.data.graph.neo4j.rest.support.RestGraphDatabase
-
- createRelationship(Node, Node, RelationshipType, Property...) -
Method in class org.springframework.data.graph.neo4j.support.DelegatingGraphDatabase
-
- createRelationship(Node, Node, RelationshipType, Property...) -
Method in interface org.springframework.data.graph.neo4j.template.Neo4jOperations
- Transactionally creates the relationship, sets the properties (if any) and indexes the given fielss (if any)
Two shortcut means of providing the properties (very short with static imports)
template.createRelationship(from,to,TYPE, Property.
- createRelationship(Node, Node, RelationshipType, Property...) -
Method in class org.springframework.data.graph.neo4j.template.Neo4jTemplate
-
- createRelationshipTo(Node, RelationshipType) -
Method in class org.springframework.data.graph.neo4j.rest.support.RestNode
-
- createRepositoryFactory(GraphDatabaseContext) -
Method in class org.springframework.data.graph.neo4j.repository.GraphRepositoryFactoryBean
-
- createSavepoint() -
Method in class org.springframework.data.graph.neo4j.transaction.MultiTransactionStatus
-
- createSingleRelationship(STATE, TSTATE) -
Method in class org.springframework.data.graph.neo4j.fieldaccess.AbstractNodeRelationshipFieldAccessor
-
- createTraversalDescription() -
Method in interface org.springframework.data.graph.core.GraphDatabase
-
- createTraversalDescription() -
Method in class org.springframework.data.graph.neo4j.rest.support.RestGraphDatabase
-
- createTraversalDescription() -
Method in class org.springframework.data.graph.neo4j.support.DelegatingGraphDatabase
-
- CRUDRepository<T extends GraphBacked<?>> - Interface in org.springframework.data.graph.neo4j.repository
- CRUD interface for graph repositories, used as base repository for crud operations
- ctx -
Variable in class org.springframework.data.graph.neo4j.server.SpringPluginInitializer
-
NodeGraphRepository
instances.GraphDatabaseService
GraphDatabaseService
GraphDatabaseService
GraphDatabaseService
Node
or a Relationship
.GraphDatabaseService
, the used
TypeRepresentationStrategy
, entity instantiators for nodes and relationships as well as a spring conversion service.Neo4jNodeBacking
aspect.Node
.NodeEntity
fields that relate to other entities via
relationships.NodeEntity
fields that relate to other entities via
relationships.Neo4jRelationshipBacking
aspect, encapsulates a neo4j relationship as backing stateReflectionFactory
internal to sun reflect
package.TypeRepresentationStrategy
that uses a hierarchy of reference nodes to represent the java type of the entity in the
graph database.
|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |