public class NodeEntityStateFactory extends Object implements EntityStateFactory<org.neo4j.graphdb.Node>
| Modifier and Type | Field and Description |
|---|---|
protected Neo4jMappingContext |
mappingContext |
protected FieldAccessorFactoryFactory |
nodeDelegatingFieldAccessorFactory |
| Constructor and Description |
|---|
NodeEntityStateFactory(Neo4jMappingContext mappingContext,
FieldAccessorFactoryFactory nodeDelegatingFieldAccessorFactory) |
| Modifier and Type | Method and Description |
|---|---|
EntityState<org.neo4j.graphdb.Node> |
getEntityState(Object entity,
boolean detachable,
Neo4jTemplate template) |
protected Neo4jPersistentEntity<Object> |
getPersistentEntity(Class<?> entityType) |
protected final FieldAccessorFactoryFactory nodeDelegatingFieldAccessorFactory
protected final Neo4jMappingContext mappingContext
public NodeEntityStateFactory(Neo4jMappingContext mappingContext, FieldAccessorFactoryFactory nodeDelegatingFieldAccessorFactory)
public EntityState<org.neo4j.graphdb.Node> getEntityState(Object entity, boolean detachable, Neo4jTemplate template)
getEntityState in interface EntityStateFactory<org.neo4j.graphdb.Node>protected Neo4jPersistentEntity<Object> getPersistentEntity(Class<?> entityType)
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.