Spring Data Neo4j

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

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

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)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.