|
Spring Data Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
Neo4jOperations.exec(GraphCallback<T> callback)
Executes the callback in a NON-transactional context. |
|
Spring Data Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |