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.repository   
org.springframework.data.neo4j.repository.query   
org.springframework.data.neo4j.support   
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
 void CrossStoreNodeEntityStateFactory.setTemplate(Neo4jTemplate template)
           
 

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

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

Fields in org.springframework.data.neo4j.fieldaccess declared as Neo4jTemplate
protected  Neo4jTemplate PropertyFieldAccessorFactory.PropertyFieldAccessor.template
           
protected  Neo4jTemplate NodeRelationshipFieldAccessorFactory.template
           
protected  Neo4jTemplate DelegatingFieldAccessorFactory.template
           
protected  Neo4jTemplate AbstractNodeRelationshipFieldAccessor.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)
           
static ManagedPrefixedDynamicProperties ManagedPrefixedDynamicProperties.create(String prefix, Neo4jPersistentProperty property, Object entity, Neo4jTemplate template, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
 

Constructors in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jTemplate
AbstractNodeRelationshipFieldAccessor(Class<?> clazz, Neo4jTemplate template, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType type, Neo4jPersistentProperty property)
           
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)
           
NodeRelationshipFieldAccessorFactory(Neo4jTemplate template)
           
NodeToNodesRelationshipFieldAccessor(Class<?> clazz, Neo4jTemplate template, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType type, Neo4jPersistentProperty property)
           
OneToNRelationshipEntityFieldAccessorFactory.OneToNRelationshipEntityFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> elementClass, Neo4jTemplate template, Neo4jPersistentProperty property)
           
OneToNRelationshipEntityFieldAccessorFactory(Neo4jTemplate template)
           
OneToNRelationshipFieldAccessorFactory.OneToNRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> elementClass, Neo4jTemplate template, Neo4jPersistentProperty property)
           
OneToNRelationshipFieldAccessorFactory(Neo4jTemplate template)
           
PropertyFieldAccessorFactory.PropertyFieldAccessor(Neo4jTemplate template, Neo4jPersistentProperty property)
           
PropertyFieldAccessorFactory(Neo4jTemplate template)
           
QueryFieldAccessorFactory.QueryFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
QueryFieldAccessorFactory(Neo4jTemplate template)
           
ReadOnlyOneToNRelationshipFieldAccessorFactory.ReadOnlyOneToNRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> elementClass, Neo4jTemplate template, Neo4jPersistentProperty field)
           
ReadOnlyOneToNRelationshipFieldAccessorFactory(Neo4jTemplate template)
           
RelationshipDelegatingFieldAccessorFactory(Neo4jTemplate template)
           
RelationshipNodeFieldAccessorFactory.RelationshipNodeFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
RelationshipNodeFieldAccessorFactory(Neo4jTemplate template)
           
SingleRelationshipFieldAccessorFactory.SingleRelationshipFieldAccessor(org.neo4j.graphdb.RelationshipType type, org.neo4j.graphdb.Direction direction, Class<?> clazz, Neo4jTemplate template, Neo4jPersistentProperty property)
           
SingleRelationshipFieldAccessorFactory(Neo4jTemplate template)
           
TraversalFieldAccessorFactory.TraversalFieldAccessor(Neo4jPersistentProperty property, Neo4jTemplate template)
           
TraversalFieldAccessorFactory(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 that return Neo4jTemplate
 Neo4jTemplate Neo4jTemplate.postConstruct()
           
 

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

Fields in org.springframework.data.neo4j.support.node declared as Neo4jTemplate
protected  Neo4jTemplate NodeEntityStateFactory.template
           
 

Methods in org.springframework.data.neo4j.support.node that return Neo4jTemplate
 Neo4jTemplate NodeEntityStateFactory.getTemplate()
           
 Neo4jTemplate EntityStateFactory.getTemplate()
           
 

Methods in org.springframework.data.neo4j.support.node with parameters of type Neo4jTemplate
static void Neo4jHelper.cleanDb(Neo4jTemplate template)
           
 void NodeEntityStateFactory.setTemplate(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
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 that return Neo4jTemplate
 Neo4jTemplate RelationshipEntityStateFactory.getTemplate()
           
 

Methods in org.springframework.data.neo4j.support.relationship with parameters of type Neo4jTemplate
 void RelationshipEntityStateFactory.setTemplate(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 © 2011 SpringSource. All Rights Reserved.