|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Loader interface provides the base model for any object
loader defined within the persistence framework. An object loader is charged
with loading an object from a container (data source) and returning it to
the caller.
| Method Summary | |
AppVersion |
getAppVersion()
Returns the AppVersion associated with this Loader. |
void |
init(BbPersistenceManager pm,
AppVersion appVersion)
Initializes the loader with the given persistence manager reference and the provided application version. |
| Method Detail |
public void init(BbPersistenceManager pm,
AppVersion appVersion)
pm - the BbPersistenceManager that should be considered the
parent for this loader and thus references the container against
which this loader should operateappVersion - the AppVersion that should be used for determining
the approriate object (or type of object) to loadpublic AppVersion getAppVersion()
AppVersion associated with this Loader.
AppVersion associated with this loader
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||