org.springframework.data.graph.neo4j.fieldaccess
Class JpaIdFieldAccessListenerFactory
java.lang.Object
org.springframework.data.graph.neo4j.fieldaccess.JpaIdFieldAccessListenerFactory
- All Implemented Interfaces:
- FieldAccessorListenerFactory<NodeBacked>
public class JpaIdFieldAccessListenerFactory
- extends Object
- implements FieldAccessorListenerFactory<NodeBacked>
- 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 |
JpaIdFieldAccessListenerFactory
public JpaIdFieldAccessListenerFactory()
accept
public boolean accept(Field f)
- Specified by:
accept
in interface FieldAccessorListenerFactory<NodeBacked>
- Parameters:
f
- field to check
- Returns:
- true if this factory is able to create a listener for the field
forField
public FieldAccessListener<NodeBacked,?> forField(Field field)
- Specified by:
forField
in interface FieldAccessorListenerFactory<NodeBacked>
- Parameters:
field
- field to create a listener for
- Returns:
- newly created field listener
Copyright © 2011. All Rights Reserved.