|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.ebusiness.order.Order_PaymentTransaction_CRUD
Constructor Summary | |
Order_PaymentTransaction_CRUD()
|
Method Summary | |
static PaymentTransactionPk |
find(java.sql.Connection connection,
java.lang.Object container)
|
static void |
update(java.sql.Connection connection,
java.lang.Object containerKey,
java.lang.Object container)
Update 1:1 requires changes in two tables, one for the contained class, the other for the containing class. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Order_PaymentTransaction_CRUD()
Method Detail |
public static void update(java.sql.Connection connection, java.lang.Object containerKey, java.lang.Object container) throws BMPException
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.public static PaymentTransactionPk find(java.sql.Connection connection, java.lang.Object container) throws BMPException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |