Spring Data Neo4j

org.springframework.data.neo4j.support.mapping
Class EntityTools<S extends org.neo4j.graphdb.PropertyContainer>

java.lang.Object
  extended by org.springframework.data.neo4j.support.mapping.EntityTools<S>

public class EntityTools<S extends org.neo4j.graphdb.PropertyContainer>
extends Object

Since:
13.10.11
Author:
mh

Constructor Summary
EntityTools(TypeRepresentationStrategy<S> typeRepresentationStrategy, EntityStateFactory<S> entityStateFactory, EntityInstantiator<S> entityInstantiator, Neo4jMappingContext ctx)
           
 
Method Summary
 EntityInstantiator<S> getEntityInstantiator()
           
 EntityStateFactory<S> getEntityStateFactory()
           
 SourceStateTransmitter<S> getSourceStateTransmitter()
           
 org.springframework.data.convert.TypeMapper<S> getTypeMapper()
           
 TypeRepresentationStrategy<S> getTypeRepresentationStrategy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityTools

public EntityTools(TypeRepresentationStrategy<S> typeRepresentationStrategy,
                   EntityStateFactory<S> entityStateFactory,
                   EntityInstantiator<S> entityInstantiator,
                   Neo4jMappingContext ctx)
Method Detail

getTypeRepresentationStrategy

public TypeRepresentationStrategy<S> getTypeRepresentationStrategy()

getEntityStateFactory

public EntityStateFactory<S> getEntityStateFactory()

getEntityInstantiator

public EntityInstantiator<S> getEntityInstantiator()

getSourceStateTransmitter

public SourceStateTransmitter<S> getSourceStateTransmitter()

getTypeMapper

public org.springframework.data.convert.TypeMapper<S> getTypeMapper()

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.