| Package | Description |
|---|---|
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Field and Description |
|---|---|
protected SparseArray |
EntityImpl.mOrigData |
| Modifier and Type | Method and Description |
|---|---|
SparseArray |
SparseArrayInterface.toSparseArray() |
SparseArray |
SparseArray.toSparseArray() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EntityImpl.checkConsistency(SparseArray target, boolean lock)
Override this method to speed up comparing the attribute values of fetched entity data with this entity's data.
|
protected boolean |
EntityImpl.compare(SparseArray target)
Compares the data in this row with that of another.
|