|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GraphBacked in org.springframework.data.graph.core |
---|
Classes in org.springframework.data.graph.core with type parameters of type GraphBacked | |
---|---|
interface |
EntityState<ENTITY extends GraphBacked<STATE>,STATE>
Interface for classes encapsulating and delegating read and write field access of an GraphBacked entity to a number of field accessors. |
interface |
TypeRepresentationStrategy<S extends PropertyContainer,T extends GraphBacked<S>>
Strategy to handle representation of java types in the graph. |
Subinterfaces of GraphBacked in org.springframework.data.graph.core | |
---|---|
interface |
NodeBacked
Interface introduced to objects annotated with @NodeEntity by the Neo4jNodeBacking aspect. |
interface |
RelationshipBacked
concrete interface introduced onto Relationship entities by the Neo4jRelationshipBacking
aspect, encapsulates a neo4j relationship as backing state |
Methods in org.springframework.data.graph.core with type parameters of type GraphBacked | ||
---|---|---|
|
EntityPath.allPathEntities(Class<T>... relationships)
|
Uses of GraphBacked in org.springframework.data.graph.neo4j.fieldaccess |
---|
Fields in org.springframework.data.graph.neo4j.fieldaccess declared as GraphBacked | |
---|---|
protected ENTITY |
DefaultEntityState.entity
|
Methods in org.springframework.data.graph.neo4j.fieldaccess that return types with arguments of type GraphBacked | |
---|---|
FieldAccessor<GraphBacked<org.neo4j.graphdb.PropertyContainer>> |
ConvertingNodePropertyFieldAccessorFactory.forField(Field field)
|
FieldAccessor<GraphBacked<org.neo4j.graphdb.PropertyContainer>> |
TransientFieldAccessorFactory.forField(Field field)
|
FieldAccessor<GraphBacked<org.neo4j.graphdb.PropertyContainer>> |
PropertyFieldAccessorFactory.forField(Field field)
|
Methods in org.springframework.data.graph.neo4j.fieldaccess with parameters of type GraphBacked | |
---|---|
Object |
ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor.doGetValue(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked)
|
protected Object |
PropertyFieldAccessorFactory.PropertyFieldAccessor.doGetValue(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked)
|
Object |
TransientFieldAccessorFactory.TransientFieldAccessor.getValue(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked)
|
Object |
PropertyFieldAccessorFactory.PropertyFieldAccessor.getValue(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked)
|
boolean |
TransientFieldAccessorFactory.TransientFieldAccessor.isWriteable(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked)
|
boolean |
PropertyFieldAccessorFactory.PropertyFieldAccessor.isWriteable(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked)
|
Object |
ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor.setValue(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked,
Object newVal)
|
Object |
TransientFieldAccessorFactory.TransientFieldAccessor.setValue(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked,
Object newVal)
|
Object |
PropertyFieldAccessorFactory.PropertyFieldAccessor.setValue(GraphBacked<org.neo4j.graphdb.PropertyContainer> graphBacked,
Object newVal)
|
void |
IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener.valueChanged(GraphBacked<T> graphBacked,
Object oldVal,
Object newVal)
|
Uses of GraphBacked in org.springframework.data.graph.neo4j.repository |
---|
Classes in org.springframework.data.graph.neo4j.repository with type parameters of type GraphBacked | |
---|---|
class |
AbstractGraphRepository<S extends PropertyContainer,T extends GraphBacked<S>>
Repository like finder for Node and Relationship-Entities. |
interface |
CRUDRepository<T extends GraphBacked<?>>
CRUD interface for graph repositories, used as base repository for crud operations |
interface |
GraphEntityInformation<S extends PropertyContainer,T extends GraphBacked<S>>
|
class |
GraphMetamodelEntityInformation<S extends PropertyContainer,T extends GraphBacked<S>>
|
interface |
GraphRepository<T extends GraphBacked<?>>
|
class |
GraphRepositoryFactoryBean<S extends PropertyContainer,R extends CRUDRepository<T>,T extends GraphBacked<S>>
|
interface |
IndexRepository<T extends GraphBacked<?>>
|
interface |
NamedIndexRepository<T extends GraphBacked<?>>
|
interface |
TraversalRepository<T extends GraphBacked<?>>
|
Methods in org.springframework.data.graph.neo4j.repository with type parameters of type GraphBacked | ||
---|---|---|
|
DirectGraphRepositoryFactory.createGraphRepository(Class<T> clazz)
|
Uses of GraphBacked in org.springframework.data.graph.neo4j.support |
---|
Methods in org.springframework.data.graph.neo4j.support with type parameters of type GraphBacked | ||
---|---|---|
|
GraphDatabaseContext.count(Class<T> entityClass)
|
|
|
GraphDatabaseContext.createEntityFromState(S state,
Class<T> type)
|
|
|
GraphDatabaseContext.createEntityFromStoredType(S state)
|
|
|
GraphDatabaseContext.findAll(Class<T> entityClass)
|
|
|
GraphDatabaseContext.getIndex(Class<T> type)
|
|
|
GraphDatabaseContext.getIndex(Class<T> type,
String indexName)
|
|
|
GraphDatabaseContext.getIndex(Class<T> type,
String indexName,
boolean fullText)
|
|
|
GraphDatabaseContext.postEntityCreation(S node,
Class<T> entityClass)
|
|
|
GraphDatabaseContext.projectTo(GraphBacked<S> entity,
Class<T> targetType)
|
Methods in org.springframework.data.graph.neo4j.support with parameters of type GraphBacked | ||
---|---|---|
|
GraphDatabaseContext.projectTo(GraphBacked<S> entity,
Class<T> targetType)
|
Uses of GraphBacked in org.springframework.data.graph.neo4j.support.path |
---|
Methods in org.springframework.data.graph.neo4j.support.path with type parameters of type GraphBacked | ||
---|---|---|
|
ConvertingEntityPath.allPathEntities(Class<T>... relationships)
|
|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |