| Package | Description |
|---|---|
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Field and Description |
|---|---|
protected ViewRowSetIteratorImpl |
ViewRowSetImpl.mDefaultView |
| Modifier and Type | Method and Description |
|---|---|
ViewRowSetIteratorImpl |
ViewRowSetImpl.getDefaultRowSetIterator()
Returns the default
ViewRowSetIteratorImpl. |
static ViewRowSetIteratorImpl |
ViewObjectImpl.getImplObject(java.lang.Object rsi)
Internal: Applications should not use this method.
|
| Modifier and Type | Method and Description |
|---|---|
protected ViewRowImpl |
ViewObjectImpl.activateCurrentRow(ViewRowSetIteratorImpl vrsi, ViewRowSetImpl vrs, Key key)
Override this to provide custom current row lookup.
|
| Constructor and Description |
|---|
ViewRowSetImpl(ViewObjectImpl vo, java.lang.String name, ViewRowSetIteratorImpl masterRSI)
Constructs a new secondary (non-default) view row set.
|