public class GraphMetamodelEntityInformation<S extends org.neo4j.graphdb.PropertyContainer,T> extends AbstractEntityInformation<T,Long> implements GraphEntityInformation<S,T>
| Constructor and Description |
|---|
GraphMetamodelEntityInformation(Class domainClass,
Neo4jTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId(T entity) |
Class<Long> |
getIdType() |
boolean |
isNew(T entity) |
boolean |
isNodeEntity() |
boolean |
isPartialEntity() |
boolean |
isRelationshipEntity() |
getJavaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaTypepublic GraphMetamodelEntityInformation(Class domainClass, Neo4jTemplate template)
public boolean isNodeEntity()
isNodeEntity in interface GraphEntityInformation<S extends org.neo4j.graphdb.PropertyContainer,T>public boolean isPartialEntity()
isPartialEntity in interface GraphEntityInformation<S extends org.neo4j.graphdb.PropertyContainer,T>public boolean isRelationshipEntity()
isRelationshipEntity in interface GraphEntityInformation<S extends org.neo4j.graphdb.PropertyContainer,T>public boolean isNew(T entity)
isNew in interface EntityInformation<T,Long>isNew in class AbstractEntityInformation<T,Long>Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.