Spring Data Neo4j

org.springframework.data.neo4j.support.mapping
Class StoredEntityType

java.lang.Object
  extended by org.springframework.data.neo4j.support.mapping.StoredEntityType

public class StoredEntityType
extends Object

Since:
14.02.12
Author:
mh

Method Summary
protected  Object createAlias()
           
 Object getAlias()
           
 Neo4jPersistentEntity<?> getEntity()
           
 Collection<StoredEntityType> getSuperTypes()
           
 Class<?> getType()
           
 boolean isNodeEntity()
           
 boolean isRelationshipEntity()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

createAlias

protected Object createAlias()

getAlias

public Object getAlias()

getEntity

public Neo4jPersistentEntity<?> getEntity()

getSuperTypes

public Collection<StoredEntityType> getSuperTypes()

getType

public Class<?> getType()

isNodeEntity

public boolean isNodeEntity()

isRelationshipEntity

public boolean isRelationshipEntity()

toString

public String toString()
Overrides:
toString in class Object

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.