|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.EntityState
Constructor Summary | |
JDBCEntityBridge.EntityState()
|
Method Summary | |
JDBCEntityBridge.FieldIterator |
getDirtyIterator(EntityEnterpriseContext ctx)
|
JDBCEntityBridge.FieldIterator |
getLoadIterator(EntityEnterpriseContext ctx)
|
JDBCEntityBridge.FieldIterator |
getLockedIterator(EntityEnterpriseContext ctx)
|
boolean |
hasLockedFields()
|
boolean |
isCheckDirty(int fieldIndex)
|
boolean |
isCreated()
|
boolean |
isLoaded(int fieldIndex)
|
boolean |
isRemoved()
|
boolean |
isScheduledForBatchCascadeDelete()
|
boolean |
isScheduledForCascadeDelete()
|
boolean |
lockValue(int fieldIndex)
|
void |
resetFlags(int fieldIndex)
Resets field flags. |
void |
scheduleForBatchCascadeDelete()
|
void |
scheduleForCascadeDelete()
|
void |
setCheckDirty(int fieldIndex)
The field will be checked for dirty state at commit. |
void |
setClean(int fieldIndex)
Marks the field as clean. |
void |
setCreated()
|
void |
setLoaded(int fieldIndex)
Marks the field as loaded. |
void |
setLoadRequired(int fieldIndex)
Marks the field to be loaded. |
void |
setRemoved()
|
void |
setUpdateRequired(int fieldIndex)
Marks the field to be updated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDBCEntityBridge.EntityState()
Method Detail |
public void setRemoved()
public boolean isRemoved()
public void scheduleForCascadeDelete()
public boolean isScheduledForCascadeDelete()
public void scheduleForBatchCascadeDelete()
public boolean isScheduledForBatchCascadeDelete()
public void setCreated()
public boolean isCreated()
public boolean isLoaded(int fieldIndex)
fieldIndex
- index of the field
public void setLoaded(int fieldIndex)
fieldIndex
- index of the field.public void setLoadRequired(int fieldIndex)
fieldIndex
- index of the field.public void setUpdateRequired(int fieldIndex)
fieldIndex
- index of the field.public void setCheckDirty(int fieldIndex)
fieldIndex
- index of the field.public boolean isCheckDirty(int fieldIndex)
fieldIndex
- the index of the field that should be checked for dirty state.
public void setClean(int fieldIndex)
fieldIndex
- nextIndex of the field.public void resetFlags(int fieldIndex)
fieldIndex
- nextIndex of the field.public JDBCEntityBridge.FieldIterator getDirtyIterator(EntityEnterpriseContext ctx)
public boolean hasLockedFields()
public JDBCEntityBridge.FieldIterator getLockedIterator(EntityEnterpriseContext ctx)
public boolean lockValue(int fieldIndex)
public JDBCEntityBridge.FieldIterator getLoadIterator(EntityEnterpriseContext ctx)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |