|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
initStorage(String className,
org.enhydra.jdbc.standard.StandardXADataSource ds)
Initialize the persistence storage. |
void |
initStorageIfNeeded(String className,
org.enhydra.jdbc.standard.StandardXADataSource ds)
Initialize the persistence storage. |
void |
load(Object wrappee,
String name,
org.enhydra.jdbc.standard.StandardXADataSource ds)
Store an object into the persistence storage. |
void |
store(Object wrappee,
String name,
org.enhydra.jdbc.standard.StandardXADataSource ds)
Update an object with the values retrieved from the persistent storage. |
Method Detail |
public void initStorage(String className, org.enhydra.jdbc.standard.StandardXADataSource ds)
className
- the class name for which we want to create a storageds
- the data sourcepublic void initStorageIfNeeded(String className, org.enhydra.jdbc.standard.StandardXADataSource ds)
className
- the class name for which we want to create a storageds
- the data sourcepublic void load(Object wrappee, String name, org.enhydra.jdbc.standard.StandardXADataSource ds) throws Exception
wrappee
- the object to storename
- the identifier for the objectds
- the data source
Exception
public void store(Object wrappee, String name, org.enhydra.jdbc.standard.StandardXADataSource ds) throws Exception
wrappee
- the object to updatename
- the identifier for the objectds
- the data source
Exception
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |