Spring Data Neo4j

org.springframework.data.neo4j.support
Class MappingInfrastructure

java.lang.Object
  extended by org.springframework.data.neo4j.support.MappingInfrastructure
All Implemented Interfaces:
Infrastructure

public class MappingInfrastructure
extends Object
implements Infrastructure

Since:
17.10.11
Author:
mh

Constructor Summary
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)
           
 
Method Summary
 ConversionService getConversionService()
           
 Neo4jEntityPersister getEntityPersister()
           
 EntityRemover getEntityRemover()
           
 EntityStateHandler getEntityStateHandler()
           
 GraphDatabase getGraphDatabase()
           
 org.neo4j.graphdb.GraphDatabaseService getGraphDatabaseService()
           
 IndexProvider getIndexProvider()
           
 Neo4jMappingContext getMappingContext()
           
 TypeRepresentationStrategy<org.neo4j.graphdb.Node> getNodeTypeRepresentationStrategy()
           
 TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> getRelationshipTypeRepresentationStrategy()
           
 ResultConverter getResultConverter()
           
 PlatformTransactionManager getTransactionManager()
           
 TypeRepresentationStrategies getTypeRepresentationStrategies()
           
 javax.validation.Validator getValidator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingInfrastructure

public 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)
Method Detail

getEntityStateHandler

public EntityStateHandler getEntityStateHandler()
Specified by:
getEntityStateHandler in interface Infrastructure

getConversionService

public ConversionService getConversionService()
Specified by:
getConversionService in interface Infrastructure

getValidator

public javax.validation.Validator getValidator()
Specified by:
getValidator in interface Infrastructure

getGraphDatabaseService

public org.neo4j.graphdb.GraphDatabaseService getGraphDatabaseService()
Specified by:
getGraphDatabaseService in interface Infrastructure

getGraphDatabase

public GraphDatabase getGraphDatabase()
Specified by:
getGraphDatabase in interface Infrastructure

getResultConverter

public ResultConverter getResultConverter()
Specified by:
getResultConverter in interface Infrastructure

getEntityRemover

public EntityRemover getEntityRemover()
Specified by:
getEntityRemover in interface Infrastructure

getIndexProvider

public IndexProvider getIndexProvider()
Specified by:
getIndexProvider in interface Infrastructure

getEntityPersister

public Neo4jEntityPersister getEntityPersister()
Specified by:
getEntityPersister in interface Infrastructure

getTransactionManager

public PlatformTransactionManager getTransactionManager()
Specified by:
getTransactionManager in interface Infrastructure

getTypeRepresentationStrategies

public TypeRepresentationStrategies getTypeRepresentationStrategies()
Specified by:
getTypeRepresentationStrategies in interface Infrastructure

getMappingContext

public Neo4jMappingContext getMappingContext()
Specified by:
getMappingContext in interface Infrastructure

getNodeTypeRepresentationStrategy

public TypeRepresentationStrategy<org.neo4j.graphdb.Node> getNodeTypeRepresentationStrategy()
Specified by:
getNodeTypeRepresentationStrategy in interface Infrastructure

getRelationshipTypeRepresentationStrategy

public TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> getRelationshipTypeRepresentationStrategy()
Specified by:
getRelationshipTypeRepresentationStrategy in interface Infrastructure

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.