|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PersistenceMetaData
An object of this class represents all persistence related information about an object, which BeanKeeper is aware of.
| Method Summary | |
|---|---|
java.util.Date |
getCreationDate()
Get the creation date of this version of the object. |
java.lang.Long |
getLastCurrentSerial()
Get the last serial this object was known to be current. |
java.lang.Class |
getObjectClass()
Get the object class. |
java.lang.Long |
getPersistenceEnd()
Get the end serial. |
java.lang.Long |
getPersistenceId()
Get the persistence id of the object. |
java.lang.Long |
getPersistenceStart()
Get the creation serial number of this version. |
java.lang.Long |
getRegistrationSerial()
Get the serial number on which this object was registered into the tracker. |
java.util.Date |
getRemoveDate()
Get the deletion date of this version of the object. |
| Method Detail |
|---|
java.util.Date getCreationDate()
java.util.Date getRemoveDate()
java.lang.Long getPersistenceId()
java.lang.Long getPersistenceStart()
java.lang.Long getPersistenceEnd()
java.lang.Long getRegistrationSerial()
java.lang.Class getObjectClass()
java.lang.Long getLastCurrentSerial()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||