|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistenceManager<T>
Method Summary | |
---|---|
T |
copyObject(T object)
Creates a copy of the given object. |
T |
createNewObject()
Creates a new object. |
void |
deleteObject(T object)
Delets an object. |
boolean |
isPersistent(T object)
Decides if the object is persistent. |
void |
saveObject(T object)
Persists the object. |
Method Detail |
---|
T createNewObject()
void deleteObject(T object)
object
- T copyObject(T object)
object
- void saveObject(T object)
object
- boolean isPersistent(T object)
object
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |