Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.template.GraphCallback

Packages that use GraphCallback
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.template   
 

Uses of GraphCallback in org.springframework.data.neo4j.support
 

Methods in org.springframework.data.neo4j.support with parameters of type GraphCallback
<T> T
Neo4jTemplate.exec(GraphCallback<T> callback)
           
 

Uses of GraphCallback in org.springframework.data.neo4j.template
 

Classes in org.springframework.data.neo4j.template that implement GraphCallback
static class GraphCallback.WithoutResult
           
 

Methods in org.springframework.data.neo4j.template with parameters of type GraphCallback
<T> T
Neo4jOperations.exec(GraphCallback<T> callback)
          Executes the callback in a NON-transactional context.
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.