Spring Data Graph

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

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

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

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

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


Spring Data Graph

Copyright © 2011. All Rights Reserved.