|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entity | |
| oracle.jbo.server | Contains the implementation of middle tier components. |
| Uses of Entity in oracle.jbo.server |
| Classes in oracle.jbo.server that implement Entity | |
class |
EntityImpl
This class implements the middle-tier representations of database rows. |
| Methods in oracle.jbo.server that return Entity | |
Entity |
ViewRowImpl.getEntityForAttribute(java.lang.String attrName)
Gets an entity object that contains the given attribute name. |
| Methods in oracle.jbo.server with parameters of type Entity | |
protected void |
ViewObjectImpl.beforeEntityRemove(Entity entity)
Notification handler called before an entity row is removed. |
protected void |
ViewObjectImpl.afterEntityRemove(Entity srow)
Notification handler called after an entity row is removed. |
|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||