P
- type of the persistent object.T
- type of the transport object.public interface UpdateStrategy<P,T>
Modifier and Type | Method and Description |
---|---|
void |
validateConversion(P source,
T target)
This method is called when a persistent object is converted to a
transport object.
|
void |
validateUpdate(P target,
T source)
Validates an update.
|
Copyright © 2015. All Rights Reserved.