public static class JpaIdFieldAccessListenerFactory.JpaIdFieldListener extends Object implements FieldAccessListener
| Modifier and Type | Field and Description |
|---|---|
protected Neo4jPersistentProperty |
property |
| Constructor and Description |
|---|
JpaIdFieldAccessListenerFactory.JpaIdFieldListener(Neo4jPersistentProperty property,
Neo4jTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
void |
valueChanged(Object entity,
Object oldVal,
Object newVal)
callback method after modifying field write operation
|
protected final Neo4jPersistentProperty property
public JpaIdFieldAccessListenerFactory.JpaIdFieldListener(Neo4jPersistentProperty property, Neo4jTemplate template)
public void valueChanged(Object entity, Object oldVal, Object newVal)
FieldAccessListenervalueChanged in interface FieldAccessListenerCopyright © 2012 SpringSource. All Rights Reserved.