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
org.springframework.core.convert.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
org.springframework.transaction.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.