TransactionEntry_transactionAmount_PriceCRUD Class

com.beasys.commerce.ebusiness.payment
TransactionEntry_transactionAmount_PriceCRUD Class

public class TransactionEntry_transactionAmount_PriceCRUD

    extends Object

CRUD for entity bean TransactionEntry_transactionAmount_Price


Hierarchy
Object
  TransactionEntry_transactionAmount_PriceCRUD

Constructor Summary

TransactionEntry_transactionAmount_PriceCRUD()

 

Method Summary

public static void
refresh(Connection connection, Object key, Object target)
Updates the datbase, using using primary key information in the where clause.
public static void
refreshDirect(Connection connection, Object key, Object target)
Refresh from database, using primary key information in the where clause.
public static void
update(Connection connection, Object key, Object source)
Updates the datbase, using using primary key information in the where clause.
public static void
updateDirect(Connection connection, Object key, Object source)
Updates the database, using primary key information in the where clause.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

TransactionEntry_transactionAmount_PriceCRUD

public TransactionEntry_transactionAmount_PriceCRUD()
 

Method Detail

refresh(Connection, Object, Object) Method

public static void refresh(Connection connection, 
                           Object key, 
                           Object target)
throws BMPException
Updates the datbase, using using primary key information in the where clause.

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

refreshDirect(Connection, Object, Object) Method

public static void refreshDirect(Connection connection, 
                                 Object key, 
                                 Object target)
throws BMPException
Refresh from database, using primary key information in the where clause.

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

update(Connection, Object, Object) Method

public static void update(Connection connection, 
                          Object key, 
                          Object source)
throws BMPException
Updates the datbase, using using primary key information in the where clause.

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

updateDirect(Connection, Object, Object) Method

public static void updateDirect(Connection connection, 
                                Object key, 
                                Object source)
throws BMPException
Updates the database, using primary key information in the where clause.

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