|
Spring Data Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Neo4jPersistentEntity<T>
Interface for Neo4J specific PersistentEntity
.
Method Summary | |
---|---|
MappingPolicy |
getMappingPolicy()
|
Object |
getPersistentId(Object entity)
|
RelationshipProperties |
getRelationshipProperties()
|
boolean |
isNodeEntity()
|
boolean |
isRelationshipEntity()
|
void |
setPersistentState(Object entity,
org.neo4j.graphdb.PropertyContainer pc)
|
boolean |
useShortNames()
|
Methods inherited from interface org.springframework.data.mapping.PersistentEntity |
---|
doWithAssociations, doWithProperties, getIdProperty, getName, getPersistentProperty, getPreferredConstructor, getType, getTypeAlias, getTypeInformation |
Method Detail |
---|
boolean useShortNames()
boolean isNodeEntity()
boolean isRelationshipEntity()
void setPersistentState(Object entity, org.neo4j.graphdb.PropertyContainer pc)
Object getPersistentId(Object entity)
RelationshipProperties getRelationshipProperties()
MappingPolicy getMappingPolicy()
|
Spring Data Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |