org.springframework.data.neo4j.support
Interface Infrastructure
- All Known Implementing Classes:
- MappingInfrastructure
public interface Infrastructure
- Since:
- 24.04.12
- Author:
- mh
getEntityStateHandler
EntityStateHandler getEntityStateHandler()
getConversionService
ConversionService getConversionService()
getValidator
javax.validation.Validator getValidator()
getGraphDatabaseService
org.neo4j.graphdb.GraphDatabaseService getGraphDatabaseService()
getGraphDatabase
GraphDatabase getGraphDatabase()
getResultConverter
ResultConverter getResultConverter()
getEntityRemover
EntityRemover getEntityRemover()
getIndexProvider
IndexProvider getIndexProvider()
getEntityPersister
Neo4jEntityPersister getEntityPersister()
getTransactionManager
PlatformTransactionManager getTransactionManager()
getTypeRepresentationStrategies
TypeRepresentationStrategies getTypeRepresentationStrategies()
getMappingContext
Neo4jMappingContext getMappingContext()
getNodeTypeRepresentationStrategy
TypeRepresentationStrategy<org.neo4j.graphdb.Node> getNodeTypeRepresentationStrategy()
getRelationshipTypeRepresentationStrategy
TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> getRelationshipTypeRepresentationStrategy()
Copyright © 2012 SpringSource. All Rights Reserved.