|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo.domain | |
oracle.jbo.server | Contains the implementation of middle tier components. |
Uses of DomainOwnerInterface in oracle.jbo.domain |
Methods in oracle.jbo.domain that return DomainOwnerInterface | |
Type | Name |
---|---|
DomainOwnerInterface |
LobInterface.getOwner()
Returns the reference to owner of this domain (could be the row that this domain instance belongs to.) |
Methods in oracle.jbo.domain with parameters of type DomainOwnerInterface | |
Type | Name |
---|---|
void |
DomainInterface.setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
Internal: Applications should not use this method. |
void |
DateDomain.setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
Deprecated. |
void |
SQLValue.setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
|
void |
NullValue.setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
Internal: Applications should not invoke this method. |
Uses of DomainOwnerInterface in oracle.jbo.server |
Classes in oracle.jbo.server that implement DomainOwnerInterface | |
Type | Name |
---|---|
class |
EntityImpl
This class implements the middle-tier representations of database rows. |
Methods in oracle.jbo.server with parameters of type DomainOwnerInterface | |
Type | Name |
---|---|
void |
SQLValueImpl.setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
|
void |
SequenceImpl.setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
Internal: Applications should not use this method. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |