com.sun.ebxml.registry.persistence.rdb
Class UsageParameterDAO
java.lang.Object
com.sun.ebxml.registry.persistence.rdb.UsageParameterDAO
- public class UsageParameterDAO
- extends java.lang.Object
DAO for UsageParameter
- See Also:
- <{User}>
Method Summary |
void |
delete(java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
java.lang.String |
getTableName()
|
static java.lang.String |
getTableNameStatic()
|
void |
insert(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList usageParams)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsageParameterDAO
protected UsageParameterDAO()
getTableNameStatic
public static java.lang.String getTableNameStatic()
getTableName
public java.lang.String getTableName()
insert
public void insert(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList usageParams)
throws RegistryException
- Does a bulk insert of a Collection of objects that match the type for this persister.
- Throws:
RegistryException
delete
public void delete(java.sql.Connection connection,
java.util.ArrayList parentIds)
throws RegistryException
- Does a bulk delete of a Collection of objects that match the type for this persister.
- Throws:
RegistryException
loadObjectFromResultSet
public void loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs)
throws RegistryException
- Throws:
RegistryException