|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
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 | |
Type | Name |
---|---|
class |
EntityImpl
This class implements the middle-tier representations of database rows. |
Methods in oracle.jbo.server that return Entity | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
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 |