EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql
Interface RefactoringTool.StateObjectUpdater<T extends StateObject>

Enclosing class:
RefactoringTool

protected static interface RefactoringTool.StateObjectUpdater<T extends StateObject>

This interface is used to transparently push the new value into the StateObject.


Method Summary
 void update(T stateObject, java.lang.CharSequence newValue)
          Updates the given StateObject by updating its state with the given new value.
 

Method Detail

update

void update(T stateObject,
            java.lang.CharSequence newValue)
Updates the given StateObject by updating its state with the given new value.

Parameters:
stateObject - The StateObject to update
newValue - The new value to push into the object

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference