Spring Data Neo4j

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

Packages that use AbstractConstructorEntityInstantiator
org.springframework.data.neo4j.support.node   
org.springframework.data.neo4j.support.relationship   
 

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

Subclasses of AbstractConstructorEntityInstantiator in org.springframework.data.neo4j.support.node
 class NodeEntityInstantiator
          Implementation of an entity instantiator for neo4j graphdb nodes, binding the entity type to a @NodeEntity pojo and the underlying state to a neo4j Node.
 

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

Subclasses of AbstractConstructorEntityInstantiator in org.springframework.data.neo4j.support.relationship
 class RelationshipEntityInstantiator
          Instantiator for relationship entities uses non constructor invoking ReflectionFactory internal to sun reflect package.
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.