|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRUDRepository | |
---|---|
org.springframework.data.graph.neo4j.repository |
Uses of CRUDRepository in org.springframework.data.graph.neo4j.repository |
---|
Classes in org.springframework.data.graph.neo4j.repository with type parameters of type CRUDRepository | |
---|---|
class |
GraphRepositoryFactoryBean<S extends PropertyContainer,R extends CRUDRepository<T>,T extends GraphBacked<S>>
|
Subinterfaces of CRUDRepository in org.springframework.data.graph.neo4j.repository | |
---|---|
interface |
GraphRepository<T extends GraphBacked<?>>
|
Classes in org.springframework.data.graph.neo4j.repository that implement CRUDRepository | |
---|---|
class |
AbstractGraphRepository<S extends PropertyContainer,T extends GraphBacked<S>>
Repository like finder for Node and Relationship-Entities. |
class |
NodeGraphRepository<T extends NodeBacked>
|
class |
RelationshipGraphRepository<T extends RelationshipBacked>
|
|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |