|
EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference | |||||||||
| 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(java.lang.Object object)
Determine the load state of an entity regardless of the persistence provider that created it. |
boolean |
isLoaded(java.lang.Object entity,
java.lang.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(java.lang.Object entity,
java.lang.String attributeName)
attributeName - name of attribute whose load state is to be determined
boolean isLoaded(java.lang.Object object)
|
EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||