public interface IIdentityAccess
Modifier and Type | Field and Description |
---|---|
static long |
NULL
Null reference for the store (zero).
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final long NULL
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.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.