com.beasys.commerce.ebusiness.payment
Class PaymentTransaction_CreditCard_CRUD
java.lang.Object
|
+--com.beasys.commerce.ebusiness.payment.PaymentTransaction_CreditCard_CRUD
- public class PaymentTransaction_CreditCard_CRUD
- extends java.lang.Object
Method Summary
|
static void |
refresh(java.sql.Connection connection,
java.lang.Object containerKey,
java.lang.Object container)
Refresh Aggregate
o refresh an instance of the target class and associate him with the container class |
static void |
update(java.sql.Connection connection,
java.lang.Object containerKey,
java.lang.Object container)
To update an aggregate, get the instance from the container and update him into the database |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PaymentTransaction_CreditCard_CRUD
public PaymentTransaction_CreditCard_CRUD()
update
public static void update(java.sql.Connection connection,
java.lang.Object containerKey,
java.lang.Object container)
throws BMPException
- To update an aggregate, get the instance from the container and update him into the database
- Parameters:
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
refresh
public static void refresh(java.sql.Connection connection,
java.lang.Object containerKey,
java.lang.Object container)
throws BMPException
- Refresh Aggregate
o refresh an instance of the target class and associate him with the container class
- Parameters:
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved