|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainOwnerInterface | |
oracle.jbo.domain | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb.facade |
Uses of DomainOwnerInterface in oracle.jbo.domain |
Classes in oracle.jbo.domain that implement DomainOwnerInterface | |
class |
Array
|
class |
Struct
|
Methods in oracle.jbo.domain that return DomainOwnerInterface | |
DomainOwnerInterface |
LobInterface.getOwner()
Returns the reference to owner of this domain (could be the row that this domain instance belongs to.) |
DomainOwnerInterface |
Struct.getOwner()
|
protected DomainOwnerInterface |
Struct.getOwnerRow()
|
DomainOwnerInterface |
Array.getOwner()
|
Methods in oracle.jbo.domain with parameters of type DomainOwnerInterface | |
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. |
void |
Number.setContext(DomainOwnerInterface,
Transaction,
java.lang.Object)
|
void |
Struct.setContext(DomainOwnerInterface,
Transaction,
java.lang.Object)
|
void |
Array.setContext(DomainOwnerInterface,
Transaction,
java.lang.Object)
|
Uses of DomainOwnerInterface in oracle.jbo.server |
Classes in oracle.jbo.server that implement DomainOwnerInterface | |
class |
EntityImpl
This class implements the middle-tier representations of database rows. |
Methods in oracle.jbo.server with parameters of type DomainOwnerInterface | |
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. |
Uses of DomainOwnerInterface in oracle.jbo.server.ejb.facade |
Classes in oracle.jbo.server.ejb.facade that implement DomainOwnerInterface | |
class |
EntityFacadeImpl
Abstract base class for Entity Facade. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |