Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.mapping.Neo4jPersistentEntityImpl

Packages that use Neo4jPersistentEntityImpl
org.springframework.data.neo4j.mapping   
org.springframework.data.neo4j.support.mapping   
 

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

Methods in org.springframework.data.neo4j.mapping with parameters of type Neo4jPersistentEntityImpl
<R extends T>
R
Neo4jEntityConverter.loadEntity(R entity, S source, MappingPolicy mappingPolicy, Neo4jPersistentEntityImpl<R> persistentEntity)
           
 

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

Methods in org.springframework.data.neo4j.support.mapping that return Neo4jPersistentEntityImpl
protected
<T> Neo4jPersistentEntityImpl<?>
Neo4jMappingContext.createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
           
 

Methods in org.springframework.data.neo4j.support.mapping with parameters of type Neo4jPersistentEntityImpl
protected  Neo4jPersistentProperty Neo4jMappingContext.createPersistentProperty(Field field, PropertyDescriptor descriptor, Neo4jPersistentEntityImpl<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
           
<R> R
Neo4jEntityPersister.loadEntity(R entity, org.neo4j.graphdb.Node source, MappingPolicy mappingPolicy, Neo4jPersistentEntityImpl<R> persistentEntity)
           
<R> R
Neo4jEntityPersister.CachedConverter.loadEntity(R entity, S source, MappingPolicy mappingPolicy, Neo4jPersistentEntityImpl<R> persistentEntity)
           
<R extends T>
R
Neo4jEntityConverterImpl.loadEntity(R entity, S source, MappingPolicy mappingPolicy, Neo4jPersistentEntityImpl<R> persistentEntity)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.