com.beasys.commerce.ebusiness.order
Class Order_shippingAddress_ShippingAddressCRUD

java.lang.Object
  extended by com.beasys.commerce.ebusiness.order.Order_shippingAddress_ShippingAddressCRUD

Deprecated

@Deprecated
public class Order_shippingAddress_ShippingAddressCRUD
extends Object

CRUD for Aggregate Mapping


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

Constructor Detail

Order_shippingAddress_ShippingAddressCRUD

public Order_shippingAddress_ShippingAddressCRUD()
Deprecated 
Method Detail

refresh

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

Parameters
connection - the database connection
source - for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
Throws
BMPException

update

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

Parameters
connection - the database connection
source - for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
Throws
BMPException

updateDirect

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

Parameters
connection - the database connection
source - for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
Throws
BMPException

refreshDirect

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

Parameters
connection - the database connection
source - for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
Throws
BMPException


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.