|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistenceUtil
Utility interface between the application and the persistence provider(s).
| Method Summary | |
|---|---|
boolean |
isLoaded(Object object)
Determine the load state of an entity regardless of the persistence provider that created it. |
boolean |
isLoaded(Object entity,
String attributeName)
Determine the load state of a given persistent attribute regardless of the persistence provider that created the containing entity. |
| Method Detail |
|---|
boolean isLoaded(Object entity,
String attributeName)
attributeName - name of attribute whose load state is * to be determined
boolean isLoaded(Object object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||