|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Implemented by domain classes to save data to, and extract data from, a domain class.
Domain classes extend or encapsulate Oracle SQL datatypes. Domain objects can be converted to the standard JDBC data types.
TypeFactory,
JboDomainValidator| Method Summary | |
java.lang.Object |
getData()
Internal: Applications should not use this method. |
void |
setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
Internal: Applications should not use this method. |
| Method Detail |
public java.lang.Object getData()
Returns the value in the format that is acceptable to the database.
For domain classes based on oracle.sql.* classes,
this method returns a Datum object.
For domains based on java.lang types such as String,
the value-holder object that is passed to JDBC is returned.
public void setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||