Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.fieldaccess.FieldAccessorListenerFactory

Packages that use FieldAccessorListenerFactory
org.springframework.data.neo4j.cross_store.fieldaccess   
org.springframework.data.neo4j.cross_store.support.node   
org.springframework.data.neo4j.fieldaccess   
 

Uses of FieldAccessorListenerFactory in org.springframework.data.neo4j.cross_store.fieldaccess
 

Classes in org.springframework.data.neo4j.cross_store.fieldaccess that implement FieldAccessorListenerFactory
 class JpaIdFieldAccessListenerFactory
           
 

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

Methods in org.springframework.data.neo4j.cross_store.support.node that return types with arguments of type FieldAccessorListenerFactory
protected  Collection<FieldAccessorListenerFactory> CrossStoreNodeDelegatingFieldAccessorFactory.createListenerFactories()
           
 

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

Classes in org.springframework.data.neo4j.fieldaccess that implement FieldAccessorListenerFactory
 class IndexingPropertyFieldAccessorListenerFactory<S extends PropertyContainer,T>
           
 

Methods in org.springframework.data.neo4j.fieldaccess that return types with arguments of type FieldAccessorListenerFactory
protected  Collection<FieldAccessorListenerFactory> RelationshipDelegatingFieldAccessorFactory.createListenerFactories()
           
protected abstract  Collection<FieldAccessorListenerFactory> DelegatingFieldAccessorFactory.createListenerFactories()
           
protected  Collection<FieldAccessorListenerFactory> NodeDelegatingFieldAccessorFactory.createListenerFactories()
           
 

Method parameters in org.springframework.data.neo4j.fieldaccess with type arguments of type FieldAccessorListenerFactory
 void FieldAccessorFactoryProviders.add(Neo4jPersistentProperty property, FieldAccessorFactory fieldAccessorFactory, List<FieldAccessorListenerFactory> listenerFactories)
           
 


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.