Interface JpaTransientAware
public interface JpaTransientAware
Convert transient fields in a Jpa entity to another state for persistence. For example, this can
 be used to convert a field to a JSON representation before passing to the ORM for persistence.
- Author:
 - Jeff Fischer
 
- 
Method Summary
 
- 
Method Details
- 
applyTransientState
void applyTransientState() - 
loadTransientState
void loadTransientState() 
 -