Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.mapping.SourceStateTransmitter

Packages that use SourceStateTransmitter
org.springframework.data.neo4j.config   
org.springframework.data.neo4j.support.mapping   
 

Uses of SourceStateTransmitter in org.springframework.data.neo4j.config
 

Methods in org.springframework.data.neo4j.config that return SourceStateTransmitter
 SourceStateTransmitter<org.neo4j.graphdb.Node> Neo4jConfiguration.nodeStateTransmitter()
           
 

Uses of SourceStateTransmitter in org.springframework.data.neo4j.support.mapping
 

Methods in org.springframework.data.neo4j.support.mapping that return SourceStateTransmitter
 SourceStateTransmitter<S> EntityTools.getSourceStateTransmitter()
           
 

Constructors in org.springframework.data.neo4j.support.mapping with parameters of type SourceStateTransmitter
Neo4jEntityFetchHandler(EntityStateHandler entityStateHandler, ConversionService conversionService, SourceStateTransmitter<org.neo4j.graphdb.Node> nodeStateTransmitter, SourceStateTransmitter<org.neo4j.graphdb.Relationship> relationshipStateTransmitter)
           
Neo4jEntityFetchHandler(EntityStateHandler entityStateHandler, ConversionService conversionService, SourceStateTransmitter<org.neo4j.graphdb.Node> nodeStateTransmitter, SourceStateTransmitter<org.neo4j.graphdb.Relationship> relationshipStateTransmitter)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.