|
Spring Data Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
GraphDatabaseService
EntityManager.find(Class, Object)
operation.
DynamicProperties.setPropertiesFrom(Map)
GraphDatabaseService
Pageable
or Sort
instances.
RepositoryQuery
implementation that derives a Cypher query from the GraphQueryMethod
's method name.DerivedCypherRepositoryQuery
from the given MappingContext
,
GraphQueryMethod
and Neo4jTemplate
.
DynamicProperties
property on a @NodeEntity stores all its properties dynamically
on the underlying node itself.DynamicPropertiesFieldAccessorFactory.DynamicPropertiesFieldAccessor
s for @NodeEntity properties of type
DynamicProperties
.null
if none is provided.
RelationshipInfo
for the given property if it is a relationship or null otherwise.
Node
or a Relationship
.GraphRepositoryFactory
from the given Neo4jTemplate
and
MappingContext
.
MappingContext
implementation.PersistentEntity
.Neo4jPersistentEntity
.Neo4jPersistentEntityImpl
instance.
PersistentProperty
s.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.org.springframework.data.neo4j.support.relationship.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 Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |