|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |