org.springframework.data.graph.neo4j.fieldaccess
Class IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener<T extends org.neo4j.graphdb.PropertyContainer>
java.lang.Object
org.springframework.data.graph.neo4j.fieldaccess.IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener<T>
- All Implemented Interfaces:
- FieldAccessListener<GraphBacked<T>,Object>
- Enclosing class:
- IndexingPropertyFieldAccessorListenerFactory<S extends org.neo4j.graphdb.PropertyContainer,T extends GraphBacked<S>>
public static class IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener<T extends org.neo4j.graphdb.PropertyContainer>
- extends Object
- implements FieldAccessListener<GraphBacked<T>,Object>
- Since:
- 12.09.2010
- Author:
- Michael Hunger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
indexKey
protected final String indexKey
IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener
public IndexingPropertyFieldAccessorListenerFactory.IndexingPropertyFieldAccessorListener(org.neo4j.graphdb.index.Index<T> index,
String indexKey)
valueChanged
public void valueChanged(GraphBacked<T> graphBacked,
Object oldVal,
Object newVal)
- Description copied from interface:
FieldAccessListener
- callback method after modifying field write operation
- Specified by:
valueChanged
in interface FieldAccessListener<GraphBacked<T extends org.neo4j.graphdb.PropertyContainer>,Object>
Copyright © 2011. All Rights Reserved.