Spring Data Neo4j

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

java.lang.Object
  extended by org.springframework.data.neo4j.support.mapping.HierarchicalTypeInformationMapper
All Implemented Interfaces:
TypeInformationMapper

public class HierarchicalTypeInformationMapper
extends Object
implements TypeInformationMapper

Since:
20.02.12
Author:
mh

Constructor Summary
HierarchicalTypeInformationMapper(Neo4jMappingContext ctx)
           
 
Method Summary
 Object createAliasFor(TypeInformation<?> type)
           
 TypeInformation<?> resolveTypeFrom(Object alias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchicalTypeInformationMapper

public HierarchicalTypeInformationMapper(Neo4jMappingContext ctx)
Method Detail

resolveTypeFrom

public TypeInformation<?> resolveTypeFrom(Object alias)
Specified by:
resolveTypeFrom in interface TypeInformationMapper

createAliasFor

public Object createAliasFor(TypeInformation<?> type)
Specified by:
createAliasFor in interface TypeInformationMapper

Spring Data Neo4j

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.