public interface TransientAwareModel extends Serializable
ContextAware,
UpdatableContext,
BeanNameAware| Modifier and Type | Method and Description |
|---|---|
boolean |
isTransientLost()
If returns true means all transient values were lost.
|
void |
recoverTransient()
If
isTransientLost() then a way to recover its transient values. |
boolean isTransientLost()
void recoverTransient()
isTransientLost() then a way to recover its transient values.
isTransientLost() true
recover by getting it back for the context.Copyright © 2018. All rights reserved.