Spring Data Neo4j

org.springframework.data.neo4j.fieldaccess
Class IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener<T extends org.neo4j.graphdb.PropertyContainer>

java.lang.Object
  extended by org.springframework.data.neo4j.fieldaccess.IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener<T>
All Implemented Interfaces:
FieldAccessListener
Enclosing class:
IndexingPropertyFieldAccessorListenerFactory<S extends org.neo4j.graphdb.PropertyContainer,T>

public static class IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener<T extends org.neo4j.graphdb.PropertyContainer>
extends Object
implements FieldAccessListener

Since:
12.09.2010
Author:
Michael Hunger

Field Summary
protected  String indexKey
           
 
Constructor Summary
IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener(Neo4jPersistentProperty property, Neo4jTemplate template)
           
 
Method Summary
 void valueChanged(Object entity, Object oldVal, Object newVal)
          callback method after modifying field write operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexKey

protected final String indexKey
Constructor Detail

IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener

public IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener(Neo4jPersistentProperty property,
                                                                                          Neo4jTemplate template)
Method Detail

valueChanged

public void valueChanged(Object entity,
                         Object oldVal,
                         Object newVal)
Description copied from interface: FieldAccessListener
callback method after modifying field write operation

Specified by:
valueChanged in interface FieldAccessListener

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.