Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.Neo4jTemplate

Packages that use Neo4jTemplate
org.springframework.data.neo4j.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.support   
org.springframework.data.neo4j.support.conversion   
org.springframework.data.neo4j.support.mapping   
org.springframework.data.neo4j.support.node   
org.springframework.data.neo4j.support.path   
org.springframework.data.neo4j.support.relationship   
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.config
 

Methods in org.springframework.data.neo4j.config that return Neo4jTemplate
 Neo4jTemplate Neo4jConfiguration.neo4jTemplate()
           
 

Constructors in org.springframework.data.neo4j.config with parameters of type Neo4jTemplate
ConfigurationCheck(Neo4jTemplate template, PlatformTransactionManager transactionManager)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.cross_store.fieldaccess
 

Constructors in org.springframework.data.neo4j.cross_store.fieldaccess with parameters of type Neo4jTemplate
JpaIdFieldAccessListenerFactory.JpaIdFieldListener(Neo4jPersistentProperty property, Neo4jTemplate template)
           
JpaIdFieldAccessListenerFactory(Neo4jTemplate template)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.cross_store.support.node
 

Methods in org.springframework.data.neo4j.cross_store.support.node with parameters of type Neo4jTemplate
 DelegatingFieldAccessorFactory CrossStoreNodeDelegatingFieldAccessorFactory.Factory.create(Neo4jTemplate template)
           
 EntityState<org.neo4j.graphdb.Node> CrossStoreNodeEntityStateFactory.getEntityState(Object entity, boolean detachable, Neo4jTemplate template)
           
 

Constructors in org.springframework.data.neo4j.cross_store.support.node with parameters of type Neo4jTemplate
CrossStoreNodeDelegatingFieldAccessorFactory(Neo4jTemplate template)
           
CrossStoreNodeEntityState(org.neo4j.graphdb.Node underlyingState, NodeBacked entity, Class<? extends NodeBacked> type, Neo4jTemplate template, javax.persistence.PersistenceUnitUtil persistenceUnitUtil, DelegatingFieldAccessorFactory delegatingFieldAccessorFactory, Neo4jPersistentEntity persistentEntity)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.fieldaccess
 

Fields in org.springframework.data.neo4j.fieldaccess declared as Neo4jTemplate
protected  Neo4jTemplate RelatedToSingleFieldAccessorFactory.template
           
protected  Neo4jTemplate RelatedToFieldAccessor.template
           
protected  Neo4jTemplate RelatedToCollectionFieldAccessorFactory.template
           
protected  Neo4jTemplate ReadOnlyRelatedToCollectionFieldAccessorFactory.template
           
protected  Neo4jTemplate PropertyFieldAccessorFactory.PropertyFieldAccessor.template
           
protected  Neo4jTemplate DelegatingFieldAccessorFactory.template
           
 

Methods in org.springframework.data.neo4j.fieldaccess that return Neo4jTemplate
 Neo4jTemplate DetachedEntityState.getTemplate()
           
 Neo4jTemplate DelegatingFieldAccessorFactory.getTemplate()
           
 

Methods in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jTemplate
static
<S extends org.neo4j.graphdb.PropertyContainer,E>
GraphBackedEntityIterableWrapper<S,E>
GraphBackedEntityIterableWrapper.create(Iterable<S> iterable, Class<E> targetType, Neo4jTemplate template)
           
 DelegatingFieldAccessorFactory RelationshipDelegatingFieldAccessorFactory.Factory.create(Neo4jTemplate template)
           
 DelegatingFieldAccessorFactory NodeDelegatingFieldAccessorFactory.Factory.create(Neo4jTemplate template)
           
abstract  DelegatingFieldAccessorFactory FieldAccessorFactoryFactory.create(Neo4jTemplate template)
           
static
<T> ManagedFieldAccessorSet<T>
ManagedFieldAccessorSet.create(Object entity, Set<T> result, MappingPolicy mappingPolicy, Neo4jPersistentProperty property, Neo4jTemplate template, FieldAccessor fieldAccessor)
           
static ManagedPrefixedDynamicProperties ManagedPrefixedDynamicProperties.create(String prefix, Neo4jPersistentProperty property, Object entity, Neo4jTemplate template, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
 DelegatingFieldAccessorFactory FieldAccessorFactoryFactory.provideFactoryFor(Neo4jTemplate template)
           
 

Constructors in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jTemplate
ConvertingNodePropertyFieldAccessorFactory.ConvertingNodePropertyFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
ConvertingNodePropertyFieldAccessorFactory(Neo4jTemplate template)
           
DelegatingFieldAccessorFactory(Neo4jTemplate template)
           
DetachedEntityState(EntityState<STATE> delegate, Neo4jTemplate template)
           
DynamicPropertiesFieldAccessorFactory.DynamicPropertiesFieldAccessor(Neo4jTemplate template, String propertyName, Neo4jPersistentProperty field)
           
DynamicPropertiesFieldAccessorFactory(Neo4jTemplate template)
           
GraphBackedEntityIterableWrapper(Iterable<STATE> iterable, Class<ENTITY> targetType, Neo4jTemplate template)
           
IdFieldAccessorFactory.IdFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
IdFieldAccessorFactory(Neo4jTemplate template)
           
IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener(Neo4jPersistentProperty property, Neo4jTemplate template)
           
IndexingPropertyFieldAccessorListenerFactory(Neo4jTemplate template, PropertyFieldAccessorFactory propertyFieldAccessorFactory, ConvertingNodePropertyFieldAccessorFactory convertingNodePropertyFieldAccessorFactory)
           
ManagedFieldAccessorSet(Object entity, Object newVal, Neo4jPersistentProperty property, Neo4jTemplate ctx, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
ManagedPrefixedDynamicProperties(String prefix, int initialCapacity, Neo4jPersistentProperty property, Object entity, Neo4jTemplate template, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
ManagedPrefixedDynamicProperties(String prefix, Neo4jPersistentProperty property, Object entity, Neo4jTemplate template, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
NodeDelegatingFieldAccessorFactory(Neo4jTemplate template)
           
PropertyFieldAccessorFactory.PropertyFieldAccessor(Neo4jTemplate template, Neo4jPersistentProperty property)
           
PropertyFieldAccessorFactory(Neo4jTemplate template)
           
QueryFieldAccessorFactory.QueryFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
QueryFieldAccessorFactory(Neo4jTemplate template)
           
ReadOnlyRelatedToCollectionFieldAccessorFactory.ReadOnlyRelatedToCollectionFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> elementClass, Neo4jTemplate template, Neo4jPersistentProperty field)
           
ReadOnlyRelatedToCollectionFieldAccessorFactory(Neo4jTemplate template)
           
RelatedToCollectionFieldAccessorFactory.RelatedToCollectionFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> elementClass, Neo4jTemplate template, Neo4jPersistentProperty property)
           
RelatedToCollectionFieldAccessorFactory(Neo4jTemplate template)
           
RelatedToFieldAccessor(Class<?> relatedType, Neo4jTemplate template, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType type, Neo4jPersistentProperty property)
           
RelatedToSingleFieldAccessorFactory.RelatedToSingleFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> clazz, Neo4jTemplate template, Neo4jPersistentProperty property)
           
RelatedToSingleFieldAccessorFactory(Neo4jTemplate template)
           
RelatedToViaCollectionFieldAccessorFactory.RelatedToViaCollectionFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> relatedType, Neo4jTemplate template, Neo4jPersistentProperty property)
           
RelatedToViaCollectionFieldAccessorFactory(Neo4jTemplate template)
           
RelatedToViaSingleFieldAccessorFactory.RelatedToViaSingleFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> relatedType, Neo4jTemplate template, Neo4jPersistentProperty property)
           
RelatedToViaSingleFieldAccessorFactory(Neo4jTemplate template)
           
RelationshipDelegatingFieldAccessorFactory(Neo4jTemplate template)
           
RelationshipHelper(Neo4jTemplate template, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType type)
           
RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
RelationshipNodeFieldAccessorFactory(Neo4jTemplate template)
           
TraversalFieldAccessorFactory.TraversalFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
TraversalFieldAccessorFactory(Neo4jTemplate template)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.mapping
 

Methods in org.springframework.data.neo4j.mapping with parameters of type Neo4jTemplate
<S extends org.neo4j.graphdb.PropertyContainer,T>
T
EntityPersister.createEntityFromState(S state, Class<T> type, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<S extends org.neo4j.graphdb.PropertyContainer,T>
T
EntityPersister.createEntityFromStoredType(S state, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<S extends org.neo4j.graphdb.PropertyContainer,T>
T
EntityPersister.createEntityFromStoredType(S state, Neo4jTemplate template)
           
<R extends T>
R
Neo4jEntityConverter.loadEntity(R entity, S source, MappingPolicy mappingPolicy, Neo4jPersistentEntityImpl<R> persistentEntity, Neo4jTemplate template)
           
<T> T
EntityPersister.projectTo(Object entity, Class<T> targetType, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<T> T
EntityPersister.projectTo(Object entity, Class<T> targetType, Neo4jTemplate template)
           
<R extends T>
R
Neo4jEntityConverter.read(Class<R> type, S source, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
 void Neo4jEntityConverter.write(T source, S sink, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.repository
 

Fields in org.springframework.data.neo4j.repository declared as Neo4jTemplate
protected  Neo4jTemplate AbstractGraphRepository.template
           
 

Methods in org.springframework.data.neo4j.repository with parameters of type Neo4jTemplate
protected  org.springframework.data.repository.core.support.RepositoryFactorySupport GraphRepositoryFactoryBean.createRepositoryFactory(Neo4jTemplate template)
           
protected  Object GraphRepositoryFactory.getTargetRepository(org.springframework.data.repository.core.RepositoryMetadata metadata, Neo4jTemplate template)
           
 void GraphRepositoryFactoryBean.setNeo4jTemplate(Neo4jTemplate template)
           
 

Constructors in org.springframework.data.neo4j.repository with parameters of type Neo4jTemplate
AbstractGraphRepository(Neo4jTemplate template, Class<T> clazz)
           
GraphMetamodelEntityInformation(Class domainClass, Neo4jTemplate template)
           
GraphRepositoryFactory(Neo4jTemplate template, Neo4jMappingContext mappingContext)
          Creates a new GraphRepositoryFactory from the given Neo4jTemplate and MappingContext.
NodeGraphRepositoryImpl(Class<T> clazz, Neo4jTemplate template)
           
RelationshipGraphRepository(Class<T> clazz, Neo4jTemplate template)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.repository.query
 

Methods in org.springframework.data.neo4j.repository.query with parameters of type Neo4jTemplate
 org.springframework.data.repository.query.RepositoryQuery GraphQueryMethod.createQuery(Neo4jTemplate template)
           
 

Constructors in org.springframework.data.neo4j.repository.query with parameters of type Neo4jTemplate
DerivedCypherRepositoryQuery(Neo4jMappingContext mappingContext, GraphQueryMethod queryMethod, Neo4jTemplate template)
          Creates a new DerivedCypherRepositoryQuery from the given MappingContext, GraphQueryMethod and Neo4jTemplate.
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.support
 

Methods in org.springframework.data.neo4j.support with parameters of type Neo4jTemplate
 T Neo4jTemplateAware.with(Neo4jTemplate template)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.support.conversion
 

Methods in org.springframework.data.neo4j.support.conversion with parameters of type Neo4jTemplate
 EntityResultConverter<T,R> EntityResultConverter.with(Neo4jTemplate template)
           
 

Constructors in org.springframework.data.neo4j.support.conversion with parameters of type Neo4jTemplate
EntityResultConverter(ConversionService conversionService, Neo4jTemplate template)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.support.mapping
 

Methods in org.springframework.data.neo4j.support.mapping with parameters of type Neo4jTemplate
<R> R
SourceStateTransmitter.copyPropertiesFrom(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper, S source, Neo4jPersistentEntity<R> persistentEntity, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<R> void
SourceStateTransmitter.copyPropertiesTo(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,R> wrapper, S target, Neo4jPersistentEntity<R> persistentEntity, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<S extends org.neo4j.graphdb.PropertyContainer,T>
T
Neo4jEntityPersister.createEntityFromState(S state, Class<T> type, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<S extends org.neo4j.graphdb.PropertyContainer,T>
T
Neo4jEntityPersister.createEntityFromStoredType(S state, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<S extends org.neo4j.graphdb.PropertyContainer,T>
T
Neo4jEntityPersister.createEntityFromStoredType(S state, Neo4jTemplate template)
           
 Object Neo4jEntityFetchHandler.fetch(Object value, Neo4jPersistentEntity<Object> persistentEntity, Neo4jPersistentProperty property, MappingPolicy policy, Neo4jTemplate template)
           
 void Neo4jEntityFetchHandler.fetchValue(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<Object>,Object> wrapper, org.neo4j.graphdb.PropertyContainer source, Neo4jPersistentEntity<Object> persistentEntity, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<R> R
Neo4jEntityPersister.loadEntity(R entity, org.neo4j.graphdb.Node source, MappingPolicy mappingPolicy, Neo4jPersistentEntityImpl<R> persistentEntity, Neo4jTemplate template)
           
<R> R
Neo4jEntityPersister.CachedConverter.loadEntity(R entity, S source, MappingPolicy mappingPolicy, Neo4jPersistentEntityImpl<R> persistentEntity, Neo4jTemplate template)
           
<R extends T>
R
Neo4jEntityConverterImpl.loadEntity(R entity, S source, MappingPolicy mappingPolicy, Neo4jPersistentEntityImpl<R> persistentEntity, Neo4jTemplate template)
           
 Object Neo4jEntityPersister.persist(Object entity, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<T> T
Neo4jEntityPersister.projectTo(Object entity, Class<T> targetType, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<T> T
Neo4jEntityPersister.projectTo(Object entity, Class<T> targetType, Neo4jTemplate template)
           
<R> R
Neo4jEntityPersister.read(Class<R> type, org.neo4j.graphdb.Node source, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<R> R
Neo4jEntityPersister.CachedConverter.read(Class<R> type, S state, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
<R extends T>
R
Neo4jEntityConverterImpl.read(Class<R> requestedType, S source, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
 void Neo4jEntityPersister.write(Object source, org.neo4j.graphdb.Node sink, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
 void Neo4jEntityPersister.CachedConverter.write(Object source, S sink, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
 void Neo4jEntityConverterImpl.write(T source, S sink, MappingPolicy mappingPolicy, Neo4jTemplate template)
           
 

Constructors in org.springframework.data.neo4j.support.mapping with parameters of type Neo4jTemplate
EntityCreatingClosableIterable(org.neo4j.helpers.collection.ClosableIterable<org.neo4j.graphdb.PropertyContainer> iterable, Class<T> entityClass, Neo4jEntityPersister entityPersister, Neo4jTemplate template)
           
IndexCreationMappingEventListener(Neo4jTemplate template)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.support.node
 

Methods in org.springframework.data.neo4j.support.node with parameters of type Neo4jTemplate
static void Neo4jHelper.cleanDb(Neo4jTemplate template)
           
 EntityState<org.neo4j.graphdb.Node> NodeEntityStateFactory.getEntityState(Object entity, boolean detachable, Neo4jTemplate template)
           
 EntityState<S> EntityStateFactory.getEntityState(Object entity, boolean detachable, Neo4jTemplate template)
           
 

Constructors in org.springframework.data.neo4j.support.node with parameters of type Neo4jTemplate
NodeEntityState(org.neo4j.graphdb.Node underlyingState, Object entity, Class<? extends Object> type, Neo4jTemplate template, DelegatingFieldAccessorFactory nodeDelegatingFieldAccessorFactory, Neo4jPersistentEntity<Object> persistentEntity)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.support.path
 

Constructors in org.springframework.data.neo4j.support.path with parameters of type Neo4jTemplate
ConvertingEntityPath(org.neo4j.graphdb.Path delegate, Neo4jTemplate template)
           
EntityEvaluator(Neo4jTemplate template)
           
EntityMapper.WithoutResult(Neo4jTemplate template)
           
EntityMapper(Neo4jTemplate template)
           
EntityPathPathIterableWrapper(Iterable<org.neo4j.graphdb.Path> paths, Neo4jTemplate template)
           
 

Uses of Neo4jTemplate in org.springframework.data.neo4j.support.relationship
 

Methods in org.springframework.data.neo4j.support.relationship with parameters of type Neo4jTemplate
 EntityState<org.neo4j.graphdb.Relationship> RelationshipEntityStateFactory.getEntityState(Object entity, boolean detachable, Neo4jTemplate template)
           
 

Constructors in org.springframework.data.neo4j.support.relationship with parameters of type Neo4jTemplate
RelationshipEntityState(org.neo4j.graphdb.Relationship underlyingState, Object entity, Class<? extends Object> type, Neo4jTemplate template, DelegatingFieldAccessorFactory delegatingFieldAccessorFactory, Neo4jPersistentEntity<Object> persistentEntity)
           
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.