Spring Data Neo4j

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

java.lang.Object
  extended by org.springframework.data.neo4j.support.mapping.EntityAlias
Direct Known Subclasses:
ClassNameAlias

public class EntityAlias
extends Object

Since:
21.02.12
Author:
mh

Constructor Summary
EntityAlias()
           
 
Method Summary
protected  Object createAlias(Neo4jPersistentEntity entity)
           
protected  Object createDefaultAlias(Neo4jPersistentEntity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityAlias

public EntityAlias()
Method Detail

createAlias

protected Object createAlias(Neo4jPersistentEntity entity)

createDefaultAlias

protected Object createDefaultAlias(Neo4jPersistentEntity entity)

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.