|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIdentityAccess
An interface that declares how we access the persistent identity of an object.
| Field Summary | |
|---|---|
static long |
NULL
Null reference for the store (zero). |
| Method Summary | |
|---|---|
void |
delete()
Deletes the persistence capable object. |
long |
getIdentity()
The persistent identity. |
boolean |
isDeleted()
True iff an object has been logically deleted. |
boolean |
isPersistent()
True iff the object is persistent. |
| Field Detail |
|---|
static final long NULL
| Method Detail |
|---|
long getIdentity()
throws IllegalStateException
IllegalStateException - if the object is not persistent.boolean isPersistent()
boolean isDeleted()
void delete()
throws IllegalStateException
IllegalStateException - if the object is already deleted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||