| 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 java.util.List<SparseArray> |
ProgrammaticEntityImpl.getRowFromDataSource(java.util.HashMap<java.lang.String,java.lang.Object> origPrimaryKeyMap)
User should override this method and return the List of rows from Datasource which matches
this Entity's primary key.
|
| 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.
|