|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Persister interface provides the base model for any object
persister defined within the persistence framework. An object persister is
charged with persisting an object to a container (data source).
| Method Summary | |
AppVersion |
getAppVersion()
Returns the AppVersion associated with this Persister
. |
void |
init(BbPersistenceManager pm,
AppVersion appVersion)
Initializes the persister 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 persister and thus references the container against
which this persister should operateappVersion - the AppVersion that should be used for determining
the approriate object (or type of object) to persistpublic AppVersion getAppVersion()
AppVersion associated with this Persister
.
AppVersion associated with this persister
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||