| Package | Description |
|---|---|
| oracle.adf.model.bc4j.meta | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| oracle.jbo.server.ejb.facade |
| Constructor and Description |
|---|
EntityStructureDefinitionImpl(DataControlDefinitionImpl dataControlDef,
EntityCache entityCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
DSEntityCache |
class |
EntityCacheOverRowSet |
| Modifier and Type | Method and Description |
|---|---|
EntityCache |
DBTransactionImpl.findEntityCache(EntityDefImpl source)
Finds a Cache table for the entity.
|
EntityCache |
EntityImpl.getEntityCache()
A Convenience for writing a lot of code.
|
EntityCache |
DBTransactionImpl.getEntityCache(EntityDefImpl source) |
protected EntityCache |
EntityImpl.getEntityCacheInternal() |
EntityCache |
DBTransactionImpl.lookupEntityCache(EntityDefImpl source) |
| Modifier and Type | Method and Description |
|---|---|
EntityImpl |
EntityDefImpl.findFromDatabase(EntityCache entityCache,
DBTransaction txn,
int keyIndex,
Key key) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityFacadeCollImpl
Abstract base class for Entity Facade collections.
|