| Modifier and Type | Method and Description |
|---|---|
Neo4jMappingContext |
Neo4jConfiguration.neo4jMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipInfo |
RelationshipInfo.fromField(String name,
RelatedTo annotation,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx) |
static RelationshipInfo |
RelationshipInfo.fromField(String name,
RelatedToVia annotation,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx) |
static RelationshipInfo |
RelationshipInfo.fromField(String name,
TypeInformation<?> typeInformation,
Neo4jMappingContext ctx) |
| Constructor and Description |
|---|
RelationshipInfo(String type,
org.neo4j.graphdb.Direction direction,
TypeInformation<?> typeInformation,
TypeInformation<?> concreteActualType,
Neo4jMappingContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphRepositoryFactoryBean.setNeo4jMappingContext(Neo4jMappingContext neo4jMappingContext) |
| Constructor and Description |
|---|
GraphRepositoryFactory(Neo4jTemplate template,
Neo4jMappingContext mappingContext)
|
| Constructor and Description |
|---|
DerivedCypherRepositoryQuery(Neo4jMappingContext mappingContext,
GraphQueryMethod queryMethod,
Neo4jTemplate template)
Creates a new
DerivedCypherRepositoryQuery from the given MappingContext,
GraphQueryMethod and Neo4jTemplate. |
GraphQueryMethod(Method method,
RepositoryMetadata metadata,
NamedQueries namedQueries,
Neo4jMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jMappingContext |
Infrastructure.getMappingContext() |
Neo4jMappingContext |
MappingInfrastructure.getMappingContext() |
Neo4jMappingContext |
MappingInfrastructureFactoryBean.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingInfrastructureFactoryBean.setMappingContext(Neo4jMappingContext mappingContext) |
| Constructor and Description |
|---|
MappingInfrastructure(GraphDatabase graphDatabase,
org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
IndexProvider indexProvider,
ResultConverter resultConverter,
PlatformTransactionManager transactionManager,
TypeRepresentationStrategies typeRepresentationStrategies,
EntityRemover entityRemover,
Neo4jEntityPersister entityPersister,
EntityStateHandler entityStateHandler,
CypherQueryExecutor cypherQueryExecutor,
Neo4jMappingContext mappingContext,
TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy,
TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy,
javax.validation.Validator validator,
ConversionService conversionService,
SchemaIndexProvider schemaIndexProvider,
TypeSafetyPolicy typeSafetyPolicy) |
| Constructor and Description |
|---|
EntityStateHandler(Neo4jMappingContext mappingContext,
GraphDatabase graphDatabase,
ConversionService conversionService) |
EntityTools(TypeRepresentationStrategy<S> typeRepresentationStrategy,
EntityStateFactory<S> entityStateFactory,
EntityInstantiator<S> entityInstantiator,
Neo4jMappingContext ctx) |
HierarchicalTypeInformationMapper(Neo4jMappingContext ctx) |
Neo4jEntityConverterImpl(Neo4jMappingContext mappingContext,
ConversionService conversionService,
EntityStateHandler entityStateHandler,
Neo4jEntityFetchHandler entityFetchHandler,
EntityTools<S> entityTools) |
Neo4jEntityPersister(ConversionService conversionService,
EntityTools<org.neo4j.graphdb.Node> nodeEntityTools,
EntityTools<org.neo4j.graphdb.Relationship> relationshipEntityTools,
Neo4jMappingContext mappingContext,
EntityStateHandler entityStateHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected Neo4jMappingContext |
NodeEntityStateFactory.mappingContext |
| Constructor and Description |
|---|
NodeEntityStateFactory(Neo4jMappingContext mappingContext,
FieldAccessorFactoryFactory nodeDelegatingFieldAccessorFactory) |
| Constructor and Description |
|---|
RelationshipEntityStateFactory(Neo4jMappingContext mappingContext,
FieldAccessorFactoryFactory relationshipDelegatingFieldAccessorFactory) |
| Constructor and Description |
|---|
TypeRepresentationStrategies(Neo4jMappingContext mappingContext,
TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy,
TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy) |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.