Spring Data Neo4j

org.springframework.data.neo4j.support
Interface Infrastructure

All Known Implementing Classes:
MappingInfrastructure

public interface Infrastructure

Since:
24.04.12
Author:
mh

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()
           
 

Method Detail

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()

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.