public interface PersistentIF
Modifier and Type | Method and Description |
---|---|
int |
_p_getFieldCount() |
IdentityIF |
_p_getIdentity()
INTERNAL: Returns the identity of the object.
|
TransactionIF |
_p_getTransaction()
INTERNAL: Returns the transaction that is responible for managing
the object.
|
Class<?> |
_p_getType()
INTERNAL: Returns the object.type.
|
void |
_p_setIdentity(IdentityIF identity)
INTERNAL: Sets the identity of the object.
|
void |
_p_setTransaction(TransactionIF transaction)
INTERNAL: Sets the transaction that is responible for managing
the object.
|
void |
clearAll() |
void |
detach() |
boolean |
isDeleted() |
boolean |
isDirty() |
boolean |
isDirty(int field) |
boolean |
isInDatabase() |
boolean |
isLoaded(int field) |
boolean |
isNewObject() |
boolean |
isPersistent() |
boolean |
isTransient() |
Object |
loadValue(FieldInfoIF finfo) |
int |
nextDirty(int start) |
int |
nextDirty(int start,
int end) |
void |
setDeleted(boolean deleted) |
void |
setDirtyFlushed(int field,
boolean dirty) |
void |
setInDatabase(boolean inDatabase) |
void |
setNewObject(boolean newobject) |
void |
setPersistent(boolean persistent) |
IdentityIF _p_getIdentity()
void _p_setIdentity(IdentityIF identity)
TransactionIF _p_getTransaction()
void _p_setTransaction(TransactionIF transaction)
Class<?> _p_getType()
int _p_getFieldCount()
boolean isTransient()
boolean isNewObject()
void setNewObject(boolean newobject)
boolean isInDatabase()
void setInDatabase(boolean inDatabase)
boolean isPersistent()
void setPersistent(boolean persistent)
boolean isDeleted()
void setDeleted(boolean deleted)
boolean isLoaded(int field)
Object loadValue(FieldInfoIF finfo)
boolean isDirty()
boolean isDirty(int field)
int nextDirty(int start)
int nextDirty(int start, int end)
void setDirtyFlushed(int field, boolean dirty)
void clearAll()
void detach()