Spring Data Graph

Uses of Class
org.springframework.data.graph.neo4j.support.GraphDatabaseContext

Packages that use GraphDatabaseContext
org.springframework.data.graph.neo4j.config   
org.springframework.data.graph.neo4j.fieldaccess   
org.springframework.data.graph.neo4j.repository   
org.springframework.data.graph.neo4j.support.node   
org.springframework.data.graph.neo4j.support.path   
org.springframework.data.graph.neo4j.support.relationship   
 

Uses of GraphDatabaseContext in org.springframework.data.graph.neo4j.config
 

Methods in org.springframework.data.graph.neo4j.config that return GraphDatabaseContext
 GraphDatabaseContext Neo4jConfiguration.graphDatabaseContext()
           
 

Constructors in org.springframework.data.graph.neo4j.config with parameters of type GraphDatabaseContext
ConfigurationCheck(GraphDatabaseContext graphDatabaseContext, PlatformTransactionManager transactionManager)
           
 

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

Fields in org.springframework.data.graph.neo4j.fieldaccess declared as GraphDatabaseContext
protected  GraphDatabaseContext DelegatingFieldAccessorFactory.graphDatabaseContext
           
protected  GraphDatabaseContext NodeRelationshipFieldAccessorFactory.graphDatabaseContext
           
protected  GraphDatabaseContext AbstractNodeRelationshipFieldAccessor.graphDatabaseContext
           
 

Methods in org.springframework.data.graph.neo4j.fieldaccess that return GraphDatabaseContext
 GraphDatabaseContext DelegatingFieldAccessorFactory.getGraphDatabaseContext()
           
 GraphDatabaseContext DetachedEntityState.getGraphDatabaseContext()
           
 

Constructors in org.springframework.data.graph.neo4j.fieldaccess with parameters of type GraphDatabaseContext
AbstractNodeRelationshipFieldAccessor(Class<? extends TARGET> clazz, GraphDatabaseContext graphDatabaseContext, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType type, Field field)
           
DelegatingFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
DetachedEntityState(EntityState<ENTITY,STATE> delegate, GraphDatabaseContext graphDatabaseContext)
           
IndexingPropertyFieldAccessorListenerFactory(GraphDatabaseContext graphDatabaseContext, PropertyFieldAccessorFactory propertyFieldAccessorFactory, ConvertingNodePropertyFieldAccessorFactory convertingNodePropertyFieldAccessorFactory)
           
NodeDelegatingFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
NodeRelationshipFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
NodeToNodesRelationshipFieldAccessor(Class<? extends TARGET> clazz, GraphDatabaseContext graphDatabaseContext, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType type, Field field)
           
OneToNRelationshipEntityFieldAccessorFactory.OneToNRelationshipEntityFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<? extends RelationshipBacked> elementClass, GraphDatabaseContext graphDatabaseContext, Field field)
           
OneToNRelationshipEntityFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
OneToNRelationshipFieldAccessorFactory.OneToNRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<? extends NodeBacked> elementClass, GraphDatabaseContext graphDatabaseContext, Field field)
           
OneToNRelationshipFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
ReadOnlyOneToNRelationshipFieldAccessorFactory.ReadOnlyOneToNRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<? extends NodeBacked> elementClass, GraphDatabaseContext graphDatabaseContext, Field field)
           
ReadOnlyOneToNRelationshipFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor(Field field, GraphDatabaseContext graphDatabaseContext)
           
RelationshipNodeFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
SingleRelationshipFieldAccessorFactory.SingleRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<? extends NodeBacked> clazz, GraphDatabaseContext graphDatabaseContext, Field field)
           
SingleRelationshipFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
 

Uses of GraphDatabaseContext in org.springframework.data.graph.neo4j.repository
 

Fields in org.springframework.data.graph.neo4j.repository declared as GraphDatabaseContext
protected  GraphDatabaseContext AbstractGraphRepository.graphDatabaseContext
           
 

Methods in org.springframework.data.graph.neo4j.repository with parameters of type GraphDatabaseContext
protected  org.springframework.data.repository.support.RepositoryFactorySupport GraphRepositoryFactoryBean.createRepositoryFactory(GraphDatabaseContext graphDatabaseContext)
           
protected  Object GraphRepositoryFactory.getTargetRepository(org.springframework.data.repository.support.RepositoryMetadata metadata, GraphDatabaseContext graphDatabaseContext)
           
 void GraphRepositoryFactoryBean.setGraphDatabaseContext(GraphDatabaseContext graphDatabaseContext)
           
 

Constructors in org.springframework.data.graph.neo4j.repository with parameters of type GraphDatabaseContext
AbstractGraphRepository(GraphDatabaseContext graphDatabaseContext, Class<T> clazz)
           
DirectGraphRepositoryFactory(GraphDatabaseContext graphDatabaseContext)
           
GraphMetamodelEntityInformation(Class domainClass, GraphDatabaseContext graphDatabaseContext)
           
GraphRepositoryFactory(GraphDatabaseContext graphDatabaseContext)
           
NodeGraphRepository(Class<T> clazz, GraphDatabaseContext graphDatabaseContext)
           
RelationshipGraphRepository(Class<T> clazz, GraphDatabaseContext graphDatabaseContext)
           
 

Uses of GraphDatabaseContext in org.springframework.data.graph.neo4j.support.node
 

Methods in org.springframework.data.graph.neo4j.support.node with parameters of type GraphDatabaseContext
static void Neo4jHelper.cleanDb(GraphDatabaseContext graphDatabaseContext)
           
 void NodeEntityStateFactory.setGraphDatabaseContext(GraphDatabaseContext graphDatabaseContext)
           
 

Constructors in org.springframework.data.graph.neo4j.support.node with parameters of type GraphDatabaseContext
NodeBackedNodeIterableWrapper(org.neo4j.graphdb.traversal.Traverser traverser, Class<T> targetType, GraphDatabaseContext graphDatabaseContext)
           
NodeEntityState(org.neo4j.graphdb.Node underlyingState, ENTITY entity, Class<? extends ENTITY> type, GraphDatabaseContext graphDatabaseContext, NodeDelegatingFieldAccessorFactory nodeDelegatingFieldAccessorFactory)
           
PartialNodeEntityState.PartialNodeDelegatingFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
PartialNodeEntityState(org.neo4j.graphdb.Node underlyingState, ENTITY entity, Class<? extends ENTITY> type, GraphDatabaseContext graphDatabaseContext, javax.persistence.PersistenceUnitUtil persistenceUnitUtil, PartialNodeEntityState.PartialNodeDelegatingFieldAccessorFactory delegatingFieldAccessorFactory)
           
 

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

Constructors in org.springframework.data.graph.neo4j.support.path with parameters of type GraphDatabaseContext
ConvertingEntityPath(GraphDatabaseContext graphDatabaseContext, org.neo4j.graphdb.Path delegate)
           
EntityMapper.WithoutResult(GraphDatabaseContext graphDatabaseContext)
           
EntityMapper(GraphDatabaseContext graphDatabaseContext)
           
EntityPathPathIterableWrapper(Iterable<org.neo4j.graphdb.Path> paths, GraphDatabaseContext graphDatabaseContext)
           
 

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

Methods in org.springframework.data.graph.neo4j.support.relationship with parameters of type GraphDatabaseContext
 void RelationshipEntityStateFactory.setGraphDatabaseContext(GraphDatabaseContext graphDatabaseContext)
           
 

Constructors in org.springframework.data.graph.neo4j.support.relationship with parameters of type GraphDatabaseContext
RelationshipEntityState.RelationshipStateDelegatingFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
           
RelationshipEntityState(org.neo4j.graphdb.Relationship underlyingState, ENTITY entity, Class<? extends ENTITY> type, GraphDatabaseContext graphDatabaseContext, RelationshipEntityState.RelationshipStateDelegatingFieldAccessorFactory delegatingFieldAccessorFactory)
           
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.