Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.mapping.Neo4jPersistentEntity

Packages that use Neo4jPersistentEntity
org.springframework.data.neo4j.core   
org.springframework.data.neo4j.cross_store.support.node   
org.springframework.data.neo4j.fieldaccess   
org.springframework.data.neo4j.mapping   
org.springframework.data.neo4j.repository.query   
org.springframework.data.neo4j.support.mapping   
org.springframework.data.neo4j.support.node   
org.springframework.data.neo4j.support.relationship   
 

Uses of Neo4jPersistentEntity in org.springframework.data.neo4j.core
 

Methods in org.springframework.data.neo4j.core that return Neo4jPersistentEntity
 Neo4jPersistentEntity<?> EntityState.getPersistentEntity()
           
 

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

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

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

Fields in org.springframework.data.neo4j.fieldaccess declared as Neo4jPersistentEntity
protected  Neo4jPersistentEntity<?> DefaultEntityState.persistentEntity
           
 

Methods in org.springframework.data.neo4j.fieldaccess that return Neo4jPersistentEntity
 Neo4jPersistentEntity<?> DefaultEntityState.getPersistentEntity()
           
 Neo4jPersistentEntity<?> DetachedEntityState.getPersistentEntity()
           
 

Methods in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jPersistentEntity
<T> FieldAccessorFactoryProviders<T>
DelegatingFieldAccessorFactory.accessorFactoriesFor(Neo4jPersistentEntity<?> type)
           
 

Constructors in org.springframework.data.neo4j.fieldaccess with parameters of type Neo4jPersistentEntity
DefaultEntityState(STATE underlyingState, Object entity, Class<?> type, DelegatingFieldAccessorFactory delegatingFieldAccessorFactory, Neo4jPersistentEntity<?> persistentEntity)
           
 

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

Methods in org.springframework.data.neo4j.mapping that return Neo4jPersistentEntity
 Neo4jPersistentEntity<?> Neo4jPersistentProperty.getOwner()
           
 Neo4jPersistentEntity RelationshipInfo.getTargetEntity()
           
 

Methods in org.springframework.data.neo4j.mapping that return types with arguments of type Neo4jPersistentEntity
 org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> Neo4jEntityConverter.getMappingContext()
           
 

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

Methods in org.springframework.data.neo4j.repository.query with parameters of type Neo4jPersistentEntity
 String VariableContext.getVariableFor(Neo4jPersistentEntity<?> entity)
           
 

Constructors in org.springframework.data.neo4j.repository.query with parameters of type Neo4jPersistentEntity
CypherQuery(Neo4jPersistentEntity<?> entity, Neo4jTemplate template)
           
TypeRestrictingWhereClause(PartInfo partInfo, Neo4jPersistentEntity entity, Neo4jTemplate template)
           
 

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

Classes in org.springframework.data.neo4j.support.mapping that implement Neo4jPersistentEntity
 class Neo4jPersistentEntityImpl<T>
          Implementation of Neo4jPersistentEntity.
 

Methods in org.springframework.data.neo4j.support.mapping that return Neo4jPersistentEntity
 Neo4jPersistentEntity<?> StoredEntityType.getEntity()
           
 Neo4jPersistentEntity<?> Neo4jMappingContext.getPersistentEntity(Object alias)
           
 

Methods in org.springframework.data.neo4j.support.mapping that return types with arguments of type Neo4jPersistentEntity
 org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> Neo4jEntityConverterImpl.getMappingContext()
           
 org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> Neo4jEntityPersister.getMappingContext()
           
 org.springframework.data.mapping.context.MappingContext<? extends Neo4jPersistentEntity<?>,Neo4jPersistentProperty> Neo4jEntityPersister.CachedConverter.getMappingContext()
           
 

Methods in org.springframework.data.neo4j.support.mapping with parameters of type Neo4jPersistentEntity
<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)
           
protected  Object EntityAlias.createAlias(Neo4jPersistentEntity entity)
           
protected  Object EntityAlias.createDefaultAlias(Neo4jPersistentEntity entity)
           
protected  Object ClassNameAlias.createDefaultAlias(Neo4jPersistentEntity entity)
           
 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)
           
 

Method parameters in org.springframework.data.neo4j.support.mapping with type arguments of type Neo4jPersistentEntity
<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)
           
 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)
           
 void IndexCreationMappingEventListener.onApplicationEvent(org.springframework.data.mapping.context.MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> event)
           
<R> void
SourceStateTransmitter.setProperty(org.springframework.data.mapping.model.BeanWrapper<Neo4jPersistentEntity<R>,?> wrapper, Neo4jPersistentProperty property, Object value)
           
 

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

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

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

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


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.