| Package | Description | 
|---|---|
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EventMapping | 
PDefEntityObject.personalizeEventMapping(java.lang.String eventName,
                       EventMapping.EventPointType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Iterator<EventMapping> | 
EntityDefImpl.getCreateEvents()
Returns the list of events to fire when a row is created in the entity. 
 | 
java.util.Iterator<EventMapping> | 
EntityCache.getCreateEvents()  | 
java.util.Iterator<EventMapping> | 
EntityDefImpl.getDeleteEvents()
Returns the list of events to fire when a row is deleted in the entity. 
 | 
java.util.Iterator<EventMapping> | 
EntityCache.getDeleteEvents()  | 
java.util.Iterator<EventMapping> | 
EntityDefImpl.getUpdateEvents()
Returns the list of events to fire when a row is updated in the entity. 
 | 
java.util.Iterator<EventMapping> | 
EntityCache.getUpdateEvents()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDefEntityObject.addEventMapping(EventMapping eventMapping)  |