PaymentTransactionCRUDExtension Class
- public class PaymentTransactionCRUDExtension
extends PaymentTransactionCRUD
CRUD for entity bean PaymentTransaction
-
Hierarchy
-
Object
PaymentTransactionCRUD
PaymentTransactionCRUDExtension
public static void |
-
create (Connection connection, Object key)
- Creates a single row in the database, using primary key and initial workflow state.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentTransactionCRUDExtension
public PaymentTransactionCRUDExtension()
create(Connection, Object) Method
public static void create(Connection
connection,
Object
key)
throws BMPException
Creates a single row in the database, using primary key and initial workflow state.
Parameters
-
connection
- the database connection
-
key
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
Exceptions
-
BMPException