Spring Data Graph

Uses of Interface
org.springframework.data.graph.core.RelationshipBacked

Packages that use RelationshipBacked
org.springframework.data.graph.core   
org.springframework.data.graph.neo4j.fieldaccess   
org.springframework.data.graph.neo4j.repository   
org.springframework.data.graph.neo4j.support   
org.springframework.data.graph.neo4j.support.path   
org.springframework.data.graph.neo4j.support.relationship   
org.springframework.data.graph.neo4j.support.typerepresentation   
 

Uses of RelationshipBacked in org.springframework.data.graph.core
 

Methods in org.springframework.data.graph.core with type parameters of type RelationshipBacked
<R extends RelationshipBacked>
R
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.
<T extends RelationshipBacked>
T
EntityPath.lastRelationshipEntity(Class<T>... types)
           
<R extends RelationshipBacked>
R
RelationshipBacked.projectTo(Class<R> targetType)
          Project this relationship entity as another relationship backed type.
<R extends RelationshipBacked,N extends NodeBacked>
R
NodeBacked.relateTo(N target, Class<R> relationshipClass, String relationshipType)
           Creates a relationship to the target node, returning a relationship entity representing the created relationship.
<T extends RelationshipBacked>
Iterable<T>
EntityPath.relationshipEntities(Class<T>... relationships)
           
 

Uses of RelationshipBacked in org.springframework.data.graph.neo4j.fieldaccess
 

Methods in org.springframework.data.graph.neo4j.fieldaccess that return types with arguments of type RelationshipBacked
 FieldAccessor<RelationshipBacked> RelationshipNodeFieldAccessorFactory.forField(Field f)
           
 

Methods in org.springframework.data.graph.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.graph.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.graph.neo4j.repository
 

Classes in org.springframework.data.graph.neo4j.repository with type parameters of type RelationshipBacked
 class RelationshipGraphRepository<T extends RelationshipBacked>
           
 

Uses of RelationshipBacked in org.springframework.data.graph.neo4j.support
 

Methods in org.springframework.data.graph.neo4j.support with parameters of type RelationshipBacked
 void GraphDatabaseContext.removeRelationshipEntity(RelationshipBacked entity)
           
 

Uses of RelationshipBacked in org.springframework.data.graph.neo4j.support.path
 

Methods in org.springframework.data.graph.neo4j.support.path with type parameters of type RelationshipBacked
<T extends RelationshipBacked>
T
ConvertingEntityPath.lastRelationshipEntity(Class<T>... types)
           
<T extends RelationshipBacked>
Iterable<T>
ConvertingEntityPath.relationshipEntities(Class<T>... relationships)
           
 

Uses of RelationshipBacked in org.springframework.data.graph.neo4j.support.relationship
 

Classes in org.springframework.data.graph.neo4j.support.relationship with type parameters of type RelationshipBacked
 class RelationshipEntityState<ENTITY extends RelationshipBacked>
           
 

Methods in org.springframework.data.graph.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.graph.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)
           
 

Uses of RelationshipBacked in org.springframework.data.graph.neo4j.support.typerepresentation
 

Methods in org.springframework.data.graph.neo4j.support.typerepresentation with type parameters of type RelationshipBacked
<U extends RelationshipBacked>
U
NoopRelationshipTypeRepresentationStrategy.createEntity(org.neo4j.graphdb.Relationship state)
           
<U extends RelationshipBacked>
U
IndexingRelationshipTypeRepresentationStrategy.createEntity(org.neo4j.graphdb.Relationship state)
           
<U extends RelationshipBacked>
U
NoopRelationshipTypeRepresentationStrategy.createEntity(org.neo4j.graphdb.Relationship state, Class<U> type)
           
<U extends RelationshipBacked>
U
IndexingRelationshipTypeRepresentationStrategy.createEntity(org.neo4j.graphdb.Relationship state, Class<U> type)
           
<U extends RelationshipBacked>
org.neo4j.helpers.collection.ClosableIterable<U>
NoopRelationshipTypeRepresentationStrategy.findAll(Class<U> clazz)
           
<U extends RelationshipBacked>
org.neo4j.helpers.collection.ClosableIterable<U>
IndexingRelationshipTypeRepresentationStrategy.findAll(Class<U> clazz)
           
<U extends RelationshipBacked>
U
NoopRelationshipTypeRepresentationStrategy.projectEntity(org.neo4j.graphdb.Relationship state, Class<U> type)
           
<U extends RelationshipBacked>
U
IndexingRelationshipTypeRepresentationStrategy.projectEntity(org.neo4j.graphdb.Relationship state, Class<U> type)
           
 

Methods in org.springframework.data.graph.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.graph.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.graph.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

Copyright © 2011. All Rights Reserved.