|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RelationshipBacked in org.springframework.data.neo4j.config |
---|
Methods in org.springframework.data.neo4j.config that return types with arguments of type RelationshipBacked | |
---|---|
DelegatingFieldAccessorFactory<RelationshipBacked> |
Neo4jConfiguration.relationshipDelegatingFieldAccessorFactory()
|
Uses of RelationshipBacked in org.springframework.data.neo4j.core |
---|
Methods in org.springframework.data.neo4j.core with type parameters of type RelationshipBacked | ||
---|---|---|
|
NodeBacked.getRelationshipTo(NodeBacked target,
Class<R> relationshipClass,
String type)
Finds the relationship of the specified type, from this entity's underlying node to the target entity's underlying node. |
|
|
EntityPath.lastRelationshipEntity(Class<T>... types)
|
|
|
RelationshipBacked.projectTo(Class<R> targetType)
Project this relationship entity as another relationship backed type. |
|
|
NodeBacked.relateTo(N target,
Class<R> relationshipClass,
String relationshipType)
Creates a relationship to the target node, returning a relationship entity representing the created relationship. |
|
|
EntityPath.relationshipEntities(Class<T>... relationships)
|
Uses of RelationshipBacked in org.springframework.data.neo4j.fieldaccess |
---|
Methods in org.springframework.data.neo4j.fieldaccess that return types with arguments of type RelationshipBacked | |
---|---|
FieldAccessor<RelationshipBacked> |
RelationshipNodeFieldAccessorFactory.forField(Field f)
|
Methods in org.springframework.data.neo4j.fieldaccess with parameters of type RelationshipBacked | |
---|---|
Object |
RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor.getValue(RelationshipBacked relationshipBacked)
|
boolean |
RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor.isWriteable(RelationshipBacked relationshipBacked)
|
Object |
RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor.setValue(RelationshipBacked relationshipBacked,
Object newVal)
|
Constructor parameters in org.springframework.data.neo4j.fieldaccess with type arguments of type RelationshipBacked | |
---|---|
OneToNRelationshipEntityFieldAccessorFactory.OneToNRelationshipEntityFieldAccessor(org.neo4j.graphdb.RelationshipType type,
org.neo4j.graphdb.Direction direction,
Class<? extends RelationshipBacked> elementClass,
GraphDatabaseContext graphDatabaseContext,
Field field)
|
Uses of RelationshipBacked in org.springframework.data.neo4j.repository |
---|
Classes in org.springframework.data.neo4j.repository with type parameters of type RelationshipBacked | |
---|---|
class |
RelationshipGraphRepository<T extends RelationshipBacked>
|
Uses of RelationshipBacked in org.springframework.data.neo4j.support |
---|
Methods in org.springframework.data.neo4j.support with parameters of type RelationshipBacked | |
---|---|
void |
GraphDatabaseContext.removeRelationshipEntity(RelationshipBacked entity)
|
Uses of RelationshipBacked in org.springframework.data.neo4j.support.path |
---|
Methods in org.springframework.data.neo4j.support.path with type parameters of type RelationshipBacked | ||
---|---|---|
|
ConvertingEntityPath.lastRelationshipEntity(Class<T>... types)
|
|
|
ConvertingEntityPath.relationshipEntities(Class<T>... relationships)
|
Uses of RelationshipBacked in org.springframework.data.neo4j.support.relationship |
---|
Classes in org.springframework.data.neo4j.support.relationship with type parameters of type RelationshipBacked | |
---|---|
class |
RelationshipEntityState<ENTITY extends RelationshipBacked>
|
Methods in org.springframework.data.neo4j.support.relationship that return types with arguments of type RelationshipBacked | |
---|---|
EntityState<RelationshipBacked,org.neo4j.graphdb.Relationship> |
RelationshipEntityStateFactory.getEntityState(RelationshipBacked entity)
|
Methods in org.springframework.data.neo4j.support.relationship with parameters of type RelationshipBacked | |
---|---|
EntityState<RelationshipBacked,org.neo4j.graphdb.Relationship> |
RelationshipEntityStateFactory.getEntityState(RelationshipBacked entity)
|
protected void |
RelationshipEntityInstantiator.setState(RelationshipBacked entity,
org.neo4j.graphdb.Relationship relationship)
|
Method parameters in org.springframework.data.neo4j.support.relationship with type arguments of type RelationshipBacked | |
---|---|
void |
RelationshipEntityStateFactory.setRelationshipDelegatingFieldAccessorFactory(DelegatingFieldAccessorFactory<RelationshipBacked> delegatingFieldAccessorFactory)
|
Constructor parameters in org.springframework.data.neo4j.support.relationship with type arguments of type RelationshipBacked | |
---|---|
RelationshipEntityState(org.neo4j.graphdb.Relationship underlyingState,
ENTITY entity,
Class<? extends ENTITY> type,
GraphDatabaseContext graphDatabaseContext,
DelegatingFieldAccessorFactory<RelationshipBacked> delegatingFieldAccessorFactory)
|
Uses of RelationshipBacked in org.springframework.data.neo4j.support.typerepresentation |
---|
Methods in org.springframework.data.neo4j.support.typerepresentation with type parameters of type RelationshipBacked | ||
---|---|---|
|
NoopRelationshipTypeRepresentationStrategy.createEntity(org.neo4j.graphdb.Relationship state)
|
|
|
IndexingRelationshipTypeRepresentationStrategy.createEntity(org.neo4j.graphdb.Relationship state)
|
|
|
NoopRelationshipTypeRepresentationStrategy.createEntity(org.neo4j.graphdb.Relationship state,
Class<U> type)
|
|
|
IndexingRelationshipTypeRepresentationStrategy.createEntity(org.neo4j.graphdb.Relationship state,
Class<U> type)
|
|
|
NoopRelationshipTypeRepresentationStrategy.findAll(Class<U> clazz)
|
|
|
IndexingRelationshipTypeRepresentationStrategy.findAll(Class<U> clazz)
|
|
|
NoopRelationshipTypeRepresentationStrategy.projectEntity(org.neo4j.graphdb.Relationship state,
Class<U> type)
|
|
|
IndexingRelationshipTypeRepresentationStrategy.projectEntity(org.neo4j.graphdb.Relationship state,
Class<U> type)
|
Methods in org.springframework.data.neo4j.support.typerepresentation that return types with arguments of type RelationshipBacked | |
---|---|
Class<? extends RelationshipBacked> |
NoopRelationshipTypeRepresentationStrategy.getJavaType(org.neo4j.graphdb.Relationship state)
|
Class<? extends RelationshipBacked> |
IndexingRelationshipTypeRepresentationStrategy.getJavaType(org.neo4j.graphdb.Relationship relationship)
|
Method parameters in org.springframework.data.neo4j.support.typerepresentation with type arguments of type RelationshipBacked | |
---|---|
long |
NoopRelationshipTypeRepresentationStrategy.count(Class<? extends RelationshipBacked> entityClass)
|
long |
IndexingRelationshipTypeRepresentationStrategy.count(Class<? extends RelationshipBacked> entityClass)
|
void |
NoopRelationshipTypeRepresentationStrategy.postEntityCreation(org.neo4j.graphdb.Relationship state,
Class<? extends RelationshipBacked> type)
|
void |
IndexingRelationshipTypeRepresentationStrategy.postEntityCreation(org.neo4j.graphdb.Relationship state,
Class<? extends RelationshipBacked> type)
|
Constructor parameters in org.springframework.data.neo4j.support.typerepresentation with type arguments of type RelationshipBacked | |
---|---|
IndexingRelationshipTypeRepresentationStrategy(org.neo4j.graphdb.GraphDatabaseService graphDb,
org.springframework.data.persistence.EntityInstantiator<RelationshipBacked,org.neo4j.graphdb.Relationship> relationshipEntityInstantiator)
|
|
TypeRepresentationStrategyFactory(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
org.springframework.data.persistence.EntityInstantiator<NodeBacked,org.neo4j.graphdb.Node> graphEntityInstantiator,
org.springframework.data.persistence.EntityInstantiator<RelationshipBacked,org.neo4j.graphdb.Relationship> relationshipEntityInstantiator)
|
|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |