| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEntityState<STATE> |
class |
DetachedEntityState<STATE> |
| Modifier and Type | Field and Description |
|---|---|
protected EntityState<STATE> |
DetachedEntityState.delegate |
| Constructor and Description |
|---|
DetachedEntityState(EntityState<STATE> delegate,
Neo4jTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
EntityState<S> |
ManagedEntity.getEntityState() |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeEntityState |
| Modifier and Type | Method and Description |
|---|---|
EntityState<org.neo4j.graphdb.Node> |
NodeEntityStateFactory.getEntityState(Object entity,
boolean detachable,
Neo4jTemplate template) |
EntityState<S> |
EntityStateFactory.getEntityState(Object entity,
boolean detachable,
Neo4jTemplate template) |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationshipEntityState |
| Modifier and Type | Method and Description |
|---|---|
EntityState<org.neo4j.graphdb.Relationship> |
RelationshipEntityStateFactory.getEntityState(Object entity,
boolean detachable,
Neo4jTemplate template) |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.