Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Data Neo4j
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.springframework.data.neo4j.annotation
,
org.springframework.data.neo4j.aspects.config
,
org.springframework.data.neo4j.aspects.core
,
org.springframework.data.neo4j.config
,
org.springframework.data.neo4j.conversion
,
org.springframework.data.neo4j.core
,
org.springframework.data.neo4j.cross_store.config
,
org.springframework.data.neo4j.cross_store.fieldaccess
,
org.springframework.data.neo4j.cross_store.support.node
,
org.springframework.data.neo4j.fieldaccess
,
org.springframework.data.neo4j.mapping
,
org.springframework.data.neo4j.repository
,
org.springframework.data.neo4j.repository.query
,
org.springframework.data.neo4j.rest
,
org.springframework.data.neo4j.server
,
org.springframework.data.neo4j.support
,
org.springframework.data.neo4j.support.conversion
,
org.springframework.data.neo4j.support.index
,
org.springframework.data.neo4j.support.mapping
,
org.springframework.data.neo4j.support.node
,
org.springframework.data.neo4j.support.path
,
org.springframework.data.neo4j.support.query
,
org.springframework.data.neo4j.support.relationship
,
org.springframework.data.neo4j.support.typerepresentation
,
org.springframework.data.neo4j.template
,
org.springframework.data.neo4j.transaction
Class Hierarchy
java.lang.
Object
org.springframework.beans.factory.xml.
AbstractBeanDefinitionParser
(implements org.springframework.beans.factory.xml.
BeanDefinitionParser
)
org.springframework.data.neo4j.config.
DataGraphBeanDefinitionParser
java.util.
AbstractCollection
<E> (implements java.util.
Collection
<E>)
java.util.
AbstractSet
<E> (implements java.util.
Set
<E>)
org.springframework.data.neo4j.fieldaccess.
ManagedFieldAccessorSet
<T>
org.springframework.data.neo4j.support.mapping.
AbstractConstructorEntityInstantiator
<STATE> (implements org.springframework.data.neo4j.mapping.
EntityInstantiator
<STATE>)
org.springframework.data.neo4j.support.node.
NodeEntityInstantiator
org.springframework.data.neo4j.support.relationship.
RelationshipEntityInstantiator
org.springframework.data.repository.core.support.AbstractEntityInformation<T,ID> (implements org.springframework.data.repository.core.EntityInformation<T,ID>)
org.springframework.data.neo4j.repository.
GraphMetamodelEntityInformation
<S,T> (implements org.springframework.data.neo4j.repository.
GraphEntityInformation
<S,T>)
org.neo4j.kernel.AbstractGraphDatabase (implements org.neo4j.graphdb.GraphDatabaseService)
org.neo4j.rest.graphdb.RestGraphDatabase
org.springframework.data.neo4j.rest.
SpringRestGraphDatabase
(implements org.springframework.data.neo4j.core.
GraphDatabase
)
org.springframework.data.neo4j.repository.
AbstractGraphRepository
<S,T> (implements org.springframework.data.neo4j.repository.
GraphRepository
<T>, org.springframework.data.neo4j.repository.
NamedIndexRepository
<T>)
org.springframework.data.neo4j.repository.
NodeGraphRepository
<T> (implements org.springframework.data.neo4j.repository.
GraphRepository
<T>)
org.springframework.data.neo4j.repository.
RelationshipGraphRepository
<T> (implements org.springframework.data.neo4j.repository.
GraphRepository
<T>)
org.springframework.data.mapping.context.AbstractMappingContext<E,P> (implements org.springframework.context.
ApplicationEventPublisherAware
, org.springframework.beans.factory.
InitializingBean
, org.springframework.data.mapping.context.MappingContext<E,P>)
org.springframework.data.neo4j.support.mapping.
Neo4jMappingContext
org.springframework.data.neo4j.fieldaccess.
AbstractNodeRelationshipFieldAccessor
<STATE,TSTATE> (implements org.springframework.data.neo4j.fieldaccess.
FieldAccessor
)
org.springframework.data.neo4j.fieldaccess.
NodeToNodesRelationshipFieldAccessor
org.springframework.data.neo4j.fieldaccess.
OneToNRelationshipFieldAccessorFactory.OneToNRelationshipFieldAccessor
org.springframework.data.neo4j.fieldaccess.
ReadOnlyOneToNRelationshipFieldAccessorFactory.ReadOnlyOneToNRelationshipFieldAccessor
org.springframework.data.neo4j.fieldaccess.
SingleRelationshipFieldAccessorFactory.SingleRelationshipFieldAccessor
org.springframework.data.neo4j.fieldaccess.
OneToNRelationshipEntityFieldAccessorFactory.OneToNRelationshipEntityFieldAccessor
org.springframework.data.mapping.model.BasicPersistentEntity<T,P> (implements org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
org.springframework.data.neo4j.support.mapping.
Neo4jPersistentEntityImpl
<T> (implements org.springframework.data.neo4j.mapping.
Neo4jPersistentEntity
<T>, org.springframework.data.neo4j.mapping.
RelationshipProperties
)
org.springframework.data.neo4j.transaction.
ChainedTransactionManager
(implements org.springframework.transaction.
PlatformTransactionManager
)
org.springframework.data.neo4j.support.typerepresentation.
ClassValueTypeInformationMapper
(implements org.springframework.data.convert.TypeInformationMapper)
org.neo4j.helpers.collection.CombiningIterable<T> (implements java.lang.
Iterable
<T>)
org.springframework.data.neo4j.support.typerepresentation.
ClosableCombiningIterable
<T> (implements org.neo4j.helpers.collection.ClosableIterable<T>)
org.springframework.data.neo4j.config.
ConfigurationCheck
(implements org.springframework.context.
ApplicationListener
<E>)
org.springframework.data.neo4j.support.path.
ConvertingEntityPath
<S,E> (implements org.springframework.data.neo4j.core.
EntityPath
<S,E>)
org.springframework.data.neo4j.fieldaccess.
ConvertingNodePropertyFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.cross_store.support.node.
CrossStoreNodeEntityInstantiator
(implements org.springframework.data.neo4j.mapping.
EntityInstantiator
<STATE>)
org.springframework.data.neo4j.support.query.
CypherQueryEngine
(implements org.springframework.data.neo4j.support.query.
QueryEngine
<T>)
org.springframework.data.neo4j.support.query.
CypherQueryExecutor
(implements org.springframework.data.neo4j.support.query.
QueryOperations
<R>)
org.springframework.data.neo4j.conversion.
DefaultConverter
<T,R> (implements org.springframework.data.neo4j.conversion.
ResultConverter
<T,R>)
org.springframework.data.neo4j.support.query.
ConversionServiceQueryResultConverter
<R>
org.springframework.data.neo4j.support.conversion.
EntityResultConverter
<T,R>
org.springframework.data.neo4j.fieldaccess.
DefaultEntityState
<STATE> (implements org.springframework.data.neo4j.core.
EntityState
<STATE>)
org.springframework.data.neo4j.cross_store.support.node.
CrossStoreNodeEntityState
<ENTITY>
org.springframework.data.neo4j.support.node.
NodeEntityState
org.springframework.data.neo4j.support.relationship.
RelationshipEntityState
org.springframework.data.neo4j.support.path.
DefaultRelationshipBacked
org.springframework.core.io.
DefaultResourceLoader
(implements org.springframework.core.io.
ResourceLoader
)
org.springframework.context.support.
AbstractApplicationContext
(implements org.springframework.context.
ConfigurableApplicationContext
, org.springframework.beans.factory.
DisposableBean
)
org.springframework.context.support.
AbstractRefreshableApplicationContext
org.springframework.context.support.
AbstractRefreshableConfigApplicationContext
(implements org.springframework.beans.factory.
BeanNameAware
, org.springframework.beans.factory.
InitializingBean
)
org.springframework.context.support.
AbstractXmlApplicationContext
org.springframework.context.support.
ClassPathXmlApplicationContext
org.springframework.data.neo4j.server.
ProvidedClassPathXmlApplicationContext
org.springframework.data.neo4j.transaction.
DefaultSynchronizationManager
(implements org.springframework.data.neo4j.transaction.
SynchronizationManager
)
org.springframework.data.neo4j.fieldaccess.
DelegatingFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.cross_store.support.node.
CrossStoreNodeEntityState.CrossStoreNodeDelegatingFieldAccessorFactory
org.springframework.data.neo4j.fieldaccess.
NodeDelegatingFieldAccessorFactory
org.springframework.data.neo4j.fieldaccess.
RelationshipDelegatingFieldAccessorFactory
org.springframework.data.neo4j.support.
DelegatingGraphDatabase
(implements org.springframework.data.neo4j.core.
GraphDatabase
)
org.springframework.data.neo4j.repository.query.
DerivedCypherRepositoryQuery
(implements org.springframework.data.repository.query.RepositoryQuery)
org.springframework.data.neo4j.fieldaccess.
DetachedEntityState
<STATE> (implements org.springframework.data.neo4j.core.
EntityState
<STATE>)
org.springframework.data.neo4j.support.
DoReturn
<T>
org.springframework.data.neo4j.fieldaccess.
DynamicPropertiesContainer
(implements org.springframework.data.neo4j.fieldaccess.
DynamicProperties
)
org.springframework.data.neo4j.fieldaccess.
DynamicPropertiesFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.fieldaccess.
DynamicPropertiesFieldAccessorFactory.DynamicPropertiesFieldAccessor
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessor
)
org.springframework.data.neo4j.support.index.
EmptyIndexHits
<S> (implements org.neo4j.graphdb.index.IndexHits<T>)
org.springframework.data.neo4j.support.path.
EntityEvaluator
<S,E> (implements org.neo4j.graphdb.traversal.Evaluator)
org.springframework.data.neo4j.support.path.
EntityMapper
<S,E,T> (implements org.springframework.data.neo4j.support.path.
PathMapper
<T>)
org.springframework.data.neo4j.support.path.
EntityMapper.WithoutResult
<S,E>
org.springframework.data.neo4j.support.mapping.
EntityRemover
org.springframework.data.neo4j.support.mapping.
EntityStateHandler
org.springframework.data.neo4j.support.mapping.
EntityTools
<S>
org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactoryProviders
<T>
org.springframework.data.neo4j.support.
GenericTypeExtractor
org.springframework.data.neo4j.template.
GraphCallback.WithoutResult
(implements org.springframework.data.neo4j.template.
GraphCallback
<T>)
org.springframework.data.neo4j.support.
GraphDatabaseFactory
(implements org.springframework.beans.factory.
FactoryBean
<T>)
org.springframework.data.neo4j.support.query.
GremlinExecutor
org.springframework.data.neo4j.support.query.
GremlinQueryEngine
(implements org.springframework.data.neo4j.support.query.
QueryEngine
<T>)
org.springframework.data.neo4j.fieldaccess.
IdFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.fieldaccess.
IdFieldAccessorFactory.IdFieldAccessor
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessor
)
org.springframework.data.neo4j.annotation.
Indexed.Name
org.springframework.data.neo4j.mapping.
IndexInfo
org.springframework.data.neo4j.support.typerepresentation.
IndexingNodeTypeRepresentationStrategy
(implements org.springframework.data.neo4j.core.
NodeTypeRepresentationStrategy
)
org.springframework.data.neo4j.fieldaccess.
IndexingPropertyFieldAccessorListenerFactory
<S,T> (implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorListenerFactory
)
org.springframework.data.neo4j.fieldaccess.
IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener
<T> (implements org.springframework.data.neo4j.fieldaccess.
FieldAccessListener
)
org.springframework.data.neo4j.support.typerepresentation.
IndexingRelationshipTypeRepresentationStrategy
(implements org.springframework.data.neo4j.core.
RelationshipTypeRepresentationStrategy
)
org.springframework.data.neo4j.support.index.
IndexProvider
org.neo4j.helpers.collection.IterableWrapper<T,U> (implements java.lang.
Iterable
<T>)
org.springframework.data.neo4j.support.index.
ClosableIndexHits
<S> (implements org.neo4j.helpers.collection.ClosableIterable<T>)
org.springframework.data.neo4j.support.mapping.
EntityCreatingClosableIterable
<T> (implements org.neo4j.helpers.collection.ClosableIterable<T>)
org.springframework.data.neo4j.support.path.
EntityPathPathIterableWrapper
<S,E>
org.springframework.data.neo4j.fieldaccess.
GraphBackedEntityIterableWrapper
<STATE,ENTITY>
org.springframework.data.neo4j.transaction.
JotmFactoryBean
(implements org.springframework.beans.factory.
DisposableBean
, org.springframework.beans.factory.
FactoryBean
<T>, org.springframework.beans.factory.
InitializingBean
)
org.springframework.data.neo4j.cross_store.fieldaccess.
JpaIdFieldAccessListenerFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorListenerFactory
)
org.springframework.data.neo4j.cross_store.fieldaccess.
JpaIdFieldAccessListenerFactory.JpaIdFieldListener
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessListener
)
org.springframework.data.neo4j.support.
MappingInfrastructure
org.springframework.data.neo4j.transaction.
MultiTransactionStatus
(implements org.springframework.transaction.
TransactionStatus
)
org.springframework.beans.factory.xml.
NamespaceHandlerSupport
(implements org.springframework.beans.factory.xml.
NamespaceHandler
)
org.springframework.data.neo4j.config.
DataGraphNamespaceHandler
org.springframework.data.neo4j.config.
Neo4jConfiguration
org.springframework.data.neo4j.aspects.config.
Neo4jAspectConfiguration
org.springframework.data.neo4j.cross_store.config.
CrossStoreNeo4jConfiguration
org.springframework.data.neo4j.fieldaccess.
Neo4jConversionServiceFactoryBean
(implements org.springframework.beans.factory.
FactoryBean
<T>)
org.springframework.data.neo4j.fieldaccess.
Neo4jConversionServiceFactoryBean.DateToLongConverter
(implements org.springframework.core.convert.converter.
Converter
<S,T>)
org.springframework.data.neo4j.fieldaccess.
Neo4jConversionServiceFactoryBean.EnumToStringConverter
(implements org.springframework.core.convert.converter.
Converter
<S,T>)
org.springframework.data.neo4j.fieldaccess.
Neo4jConversionServiceFactoryBean.LongToDateConverter
(implements org.springframework.core.convert.converter.
Converter
<S,T>)
org.springframework.data.neo4j.fieldaccess.
Neo4jConversionServiceFactoryBean.StringToEnumConverterFactory
(implements org.springframework.core.convert.converter.
ConverterFactory
<S,R>)
org.springframework.data.neo4j.support.mapping.
Neo4jEntityConverterImpl
<T,S> (implements org.springframework.data.neo4j.mapping.
Neo4jEntityConverter
<T,S>)
org.springframework.data.neo4j.support.mapping.
Neo4jEntityFetchHandler
org.springframework.data.neo4j.support.mapping.
Neo4jEntityPersister
(implements org.springframework.data.neo4j.mapping.
EntityPersister
, org.springframework.data.neo4j.mapping.
Neo4jEntityConverter
<T,S>)
org.springframework.data.neo4j.support.mapping.
Neo4jEntityPersister.CachedConverter
<S> (implements org.springframework.data.neo4j.mapping.
Neo4jEntityConverter
<T,S>)
org.springframework.data.neo4j.support.mapping.
Neo4jEntityPersister.CachedInstantiator
<S> (implements org.springframework.data.neo4j.mapping.
EntityInstantiator
<STATE>)
org.springframework.data.neo4j.support.
Neo4jExceptionTranslator
(implements org.springframework.dao.support.
PersistenceExceptionTranslator
)
org.springframework.data.neo4j.support.node.
Neo4jHelper
org.springframework.data.neo4j.support.
Neo4jTemplate
(implements org.springframework.data.neo4j.mapping.
EntityPersister
, org.springframework.data.neo4j.template.
Neo4jOperations
)
org.springframework.data.neo4j.support.node.
NodeEntityStateFactory
(implements org.springframework.data.neo4j.support.node.
EntityStateFactory
<S>)
org.springframework.data.neo4j.cross_store.support.node.
CrossStoreNodeEntityStateFactory
org.springframework.data.neo4j.support.path.
NodePath
(implements org.neo4j.graphdb.Path)
org.springframework.data.neo4j.fieldaccess.
NodeRelationshipFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.fieldaccess.
OneToNRelationshipFieldAccessorFactory
org.springframework.data.neo4j.fieldaccess.
ReadOnlyOneToNRelationshipFieldAccessorFactory
org.springframework.data.neo4j.fieldaccess.
SingleRelationshipFieldAccessorFactory
org.springframework.data.neo4j.support.typerepresentation.
NoopNodeTypeRepresentationStrategy
(implements org.springframework.data.neo4j.core.
NodeTypeRepresentationStrategy
)
org.springframework.data.neo4j.support.typerepresentation.
NoopRelationshipTypeRepresentationStrategy
(implements org.springframework.data.neo4j.core.
RelationshipTypeRepresentationStrategy
)
org.springframework.data.neo4j.support.index.
NullReadableIndex
<S> (implements org.neo4j.graphdb.index.ReadableIndex<T>)
org.springframework.data.neo4j.config.
NullTransactionManager
(implements javax.transaction.
TransactionManager
)
org.springframework.data.neo4j.fieldaccess.
OneToNRelationshipEntityFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.support.
ParameterCheck
org.springframework.data.neo4j.support.path.
PathMapper.WithoutResult
(implements org.springframework.data.neo4j.support.path.
IterationController
, org.springframework.data.neo4j.support.path.
PathMapper
<T>)
org.springframework.data.neo4j.support.path.
PathMappingIterator
org.springframework.data.neo4j.fieldaccess.
PrefixedDynamicProperties
(implements org.springframework.data.neo4j.fieldaccess.
DynamicProperties
)
org.springframework.data.neo4j.fieldaccess.
ManagedPrefixedDynamicProperties
org.springframework.data.neo4j.fieldaccess.
PropertyFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.fieldaccess.
PropertyFieldAccessorFactory.PropertyFieldAccessor
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessor
)
org.springframework.data.neo4j.fieldaccess.
ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor
org.springframework.data.neo4j.fieldaccess.
QueryFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.fieldaccess.
QueryFieldAccessorFactory.QueryFieldAccessor
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessor
)
org.springframework.data.neo4j.conversion.
QueryMapResulConverter
<T> (implements org.springframework.data.neo4j.conversion.
ResultConverter
<T,R>)
org.springframework.data.repository.query.QueryMethod
org.springframework.data.neo4j.repository.
GraphRepositoryFactory.GraphQueryMethod
org.springframework.data.neo4j.conversion.
QueryResultBuilder
<T> (implements org.springframework.data.neo4j.conversion.
Result
<T>)
org.springframework.data.neo4j.support.relationship.
RelationshipEntityStateFactory
(implements org.springframework.data.neo4j.support.node.
EntityStateFactory
<S>)
org.springframework.data.neo4j.mapping.
RelationshipInfo
org.springframework.data.neo4j.fieldaccess.
RelationshipNodeFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.fieldaccess.
RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessor
)
org.springframework.data.neo4j.support.path.
RelationshipPath
(implements org.neo4j.graphdb.Path)
org.springframework.data.neo4j.mapping.
RelationshipResult
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.beans.factory.
FactoryBean
<T>, org.springframework.beans.factory.
InitializingBean
, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>)
org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.beans.factory.
BeanFactoryAware
)
org.springframework.data.neo4j.repository.
GraphRepositoryFactoryBean
<S,R,T>
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.neo4j.repository.
GraphRepositoryFactory
org.neo4j.helpers.Service
org.neo4j.kernel.impl.transaction.TransactionManagerProvider
org.springframework.data.neo4j.transaction.
SpringProvider
org.springframework.data.neo4j.support.mapping.
SourceStateTransmitter
<S>
org.springframework.data.neo4j.server.
SpringPluginInitializer
(implements org.neo4j.server.plugins.PluginLifecycle)
org.springframework.data.neo4j.rest.
SpringRestCypherQueryEngine
(implements org.springframework.data.neo4j.support.query.
QueryEngine
<T>)
org.springframework.data.neo4j.rest.
SpringRestGremlinQueryEngine
(implements org.springframework.data.neo4j.support.query.
QueryEngine
<T>)
org.springframework.data.neo4j.support.typerepresentation.
SubReferenceNodeTypeRepresentationStrategy
(implements org.springframework.data.neo4j.core.
NodeTypeRepresentationStrategy
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.springframework.data.mapping.model.MappingException
org.springframework.data.neo4j.mapping.
InvalidEntityTypeException
org.springframework.core.
NestedRuntimeException
org.springframework.dao.
DataAccessException
org.springframework.dao.
NonTransientDataAccessException
org.springframework.dao.
DataRetrievalFailureException
org.springframework.data.neo4j.support.index.
NoSuchIndexException
org.springframework.dao.
UncategorizedDataAccessException
org.springframework.data.neo4j.core.
UncategorizedGraphStoreException
org.springframework.data.neo4j.fieldaccess.
TransientFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.fieldaccess.
TransientFieldAccessorFactory.TransientFieldAccessor
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessor
)
org.springframework.data.neo4j.fieldaccess.
TraversalFieldAccessorFactory
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
)
org.springframework.data.neo4j.fieldaccess.
TraversalFieldAccessorFactory.TraversalFieldAccessor
(implements org.springframework.data.neo4j.fieldaccess.
FieldAccessor
)
org.springframework.data.neo4j.support.mapping.
TRSTypeAliasAccessor
<S> (implements org.springframework.data.convert.TypeAliasAccessor<S>)
org.springframework.data.neo4j.support.typerepresentation.
TypeRepresentationStrategies
(implements org.springframework.data.neo4j.core.
TypeRepresentationStrategy
<S>)
org.springframework.data.neo4j.support.typerepresentation.
TypeRepresentationStrategyFactory
org.springframework.data.neo4j.repository.query.
VariableContext
Interface Hierarchy
org.springframework.data.neo4j.fieldaccess.
DynamicProperties
org.springframework.data.neo4j.mapping.
EntityInstantiator
<STATE>
org.springframework.data.repository.core.EntityMetadata<T>
org.springframework.data.repository.core.EntityInformation<T,ID>
org.springframework.data.neo4j.repository.
GraphEntityInformation
<S,T>
org.springframework.data.neo4j.repository.
GraphEntityInformation
<S,T>
org.springframework.data.neo4j.mapping.
EntityPersister
org.springframework.data.convert.EntityReader<T,S>
org.springframework.data.convert.EntityConverter<E,P,T,S> (also extends org.springframework.data.convert.EntityWriter<T,S>)
org.springframework.data.neo4j.mapping.
Neo4jEntityConverter
<T,S> (also extends org.springframework.data.convert.EntityReader<T,S>, org.springframework.data.convert.EntityWriter<T,S>)
org.springframework.data.neo4j.mapping.
Neo4jNodeConverter
<T>
org.springframework.data.neo4j.mapping.
Neo4jNodeConverter
<T>
org.springframework.data.neo4j.mapping.
Neo4jEntityConverter
<T,S> (also extends org.springframework.data.convert.EntityConverter<E,P,T,S>, org.springframework.data.convert.EntityWriter<T,S>)
org.springframework.data.neo4j.mapping.
Neo4jNodeConverter
<T>
org.springframework.data.neo4j.mapping.
Neo4jNodeConverter
<T>
org.springframework.data.neo4j.core.
EntityState
<STATE>
org.springframework.data.neo4j.support.node.
EntityStateFactory
<S>
org.springframework.data.convert.EntityWriter<T,S>
org.springframework.data.convert.EntityConverter<E,P,T,S> (also extends org.springframework.data.convert.EntityReader<T,S>)
org.springframework.data.neo4j.mapping.
Neo4jEntityConverter
<T,S> (also extends org.springframework.data.convert.EntityReader<T,S>, org.springframework.data.convert.EntityWriter<T,S>)
org.springframework.data.neo4j.mapping.
Neo4jNodeConverter
<T>
org.springframework.data.neo4j.mapping.
Neo4jNodeConverter
<T>
org.springframework.data.neo4j.mapping.
Neo4jEntityConverter
<T,S> (also extends org.springframework.data.convert.EntityConverter<E,P,T,S>, org.springframework.data.convert.EntityReader<T,S>)
org.springframework.data.neo4j.mapping.
Neo4jNodeConverter
<T>
org.springframework.data.neo4j.mapping.
Neo4jNodeConverter
<T>
org.springframework.data.neo4j.fieldaccess.
FieldAccessListener
org.springframework.data.neo4j.fieldaccess.
FieldAccessor
org.springframework.data.neo4j.fieldaccess.
FieldAccessorFactory
org.springframework.data.neo4j.fieldaccess.
FieldAccessorListenerFactory
org.springframework.data.neo4j.core.
FieldTraversalDescriptionBuilder
org.springframework.data.neo4j.template.
GraphCallback
<T>
org.springframework.data.neo4j.core.
GraphDatabase
org.springframework.data.neo4j.conversion.
Handler
<R>
org.springframework.data.neo4j.repository.
IndexRepository
<T>
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
CRUDRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
java.lang.
Iterable
<T>
org.springframework.data.neo4j.conversion.
EndResult
<R>
org.springframework.data.neo4j.conversion.
Result
<T>
org.springframework.data.neo4j.core.
EntityPath
<S,E>
org.neo4j.graphdb.Path
org.springframework.data.neo4j.core.
EntityPath
<S,E>
org.springframework.data.neo4j.conversion.
Result
<T>
org.springframework.data.neo4j.support.path.
IterationController
org.springframework.data.neo4j.mapping.
ManagedEntity
<S,T>
org.springframework.data.neo4j.aspects.core.
GraphBacked
<STATE,ENTITY>
org.springframework.data.neo4j.aspects.core.
NodeBacked
org.springframework.data.neo4j.aspects.core.
RelationshipBacked
org.springframework.data.neo4j.aspects.core.
NodeBacked
org.springframework.data.neo4j.aspects.core.
RelationshipBacked
org.springframework.data.neo4j.repository.
NamedIndexRepository
<T>
org.springframework.data.neo4j.template.
Neo4jOperations
org.springframework.data.neo4j.support.path.
PathMapper
<T>
org.springframework.data.mapping.PersistentEntity<T,P>
org.springframework.data.neo4j.mapping.
Neo4jPersistentEntity
<T>
org.springframework.data.mapping.PersistentProperty<P>
org.springframework.data.neo4j.mapping.
Neo4jPersistentProperty
org.springframework.data.neo4j.support.query.
QueryEngine
<T>
org.springframework.data.neo4j.support.query.
QueryOperations
<R>
org.springframework.data.neo4j.mapping.
RelationshipProperties
org.springframework.data.repository.Repository<T,ID>
org.springframework.data.repository.CrudRepository<T,ID>
org.springframework.data.neo4j.repository.
CRUDRepository
<T>
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
IndexRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
CRUDRepository
<T>, org.springframework.data.neo4j.repository.
IndexRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
org.springframework.data.repository.PagingAndSortingRepository<T,ID>
org.springframework.data.neo4j.repository.
CRUDRepository
<T>
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
IndexRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
CRUDRepository
<T>, org.springframework.data.neo4j.repository.
IndexRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
org.springframework.data.neo4j.repository.
CRUDRepository
<T>
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
IndexRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
CRUDRepository
<T>, org.springframework.data.neo4j.repository.
IndexRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
org.springframework.data.repository.PagingAndSortingRepository<T,ID>
org.springframework.data.neo4j.repository.
CRUDRepository
<T>
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
IndexRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
CRUDRepository
<T>, org.springframework.data.neo4j.repository.
IndexRepository
<T>, org.springframework.data.neo4j.repository.
TraversalRepository
<T>)
org.springframework.data.neo4j.conversion.
ResultConverter
<T,R>
org.springframework.data.neo4j.transaction.
SynchronizationManager
org.springframework.data.neo4j.repository.
TraversalRepository
<T>
org.springframework.data.neo4j.repository.
GraphRepository
<T> (also extends org.springframework.data.neo4j.repository.
CRUDRepository
<T>, org.springframework.data.neo4j.repository.
IndexRepository
<T>)
org.springframework.data.neo4j.core.
TypeRepresentationStrategy
<S>
org.springframework.data.neo4j.core.
NodeTypeRepresentationStrategy
org.springframework.data.neo4j.core.
RelationshipTypeRepresentationStrategy
Annotation Type Hierarchy
org.springframework.data.neo4j.annotation.
StartNode
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
ResultColumn
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
RelationshipType
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
RelationshipEntity
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
RelatedToVia
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
RelatedTo
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
Query
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
NodeEntity
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
MapResult
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
Indexed
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
GraphTraversal
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
GraphProperty
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
GraphId
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
Fetch
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.annotation.
EndNode
(implements java.lang.annotation.
Annotation
)
org.springframework.data.neo4j.transaction.
Neo4jTransactional
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.springframework.data.neo4j.annotation.
QueryType
org.springframework.data.neo4j.annotation.
Indexed.Level
org.springframework.data.neo4j.mapping.
RelationshipResult.Type
org.springframework.data.neo4j.support.index.
IndexType
org.springframework.data.neo4j.support.path.
IterationController.IterationMode
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Data Neo4j
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
SpringSource
. All Rights Reserved.