org.springframework.data.neo4j.mapping
Interface Neo4jPersistentEntity<T>
- All Superinterfaces:
- org.springframework.data.mapping.PersistentEntity<T,Neo4jPersistentProperty>
- All Known Implementing Classes:
- Neo4jPersistentEntityImpl
public interface Neo4jPersistentEntity<T>
- extends org.springframework.data.mapping.PersistentEntity<T,Neo4jPersistentProperty>
Interface for Neo4J specific PersistentEntity
.
- Author:
- Oliver Gierke
Methods inherited from interface org.springframework.data.mapping.PersistentEntity |
doWithAssociations, doWithProperties, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getType, getTypeAlias, getTypeInformation, isConstructorArgument |
useShortNames
boolean useShortNames()
isNodeEntity
boolean isNodeEntity()
isRelationshipEntity
boolean isRelationshipEntity()
setPersistentState
void setPersistentState(Object entity,
org.neo4j.graphdb.PropertyContainer pc)
getPersistentId
Object getPersistentId(Object entity)
getRelationshipProperties
RelationshipProperties getRelationshipProperties()
getMappingPolicy
MappingPolicy getMappingPolicy()
getEntityType
StoredEntityType getEntityType()
getUniqueProperty
Neo4jPersistentProperty getUniqueProperty()
isUnique
boolean isUnique()
Copyright © 2012 SpringSource. All Rights Reserved.