|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.ebxml.registry.persistence.rdb.EmailAddressDAO
Represents an email address
Constructor Summary | |
protected |
EmailAddressDAO()
|
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.util.ArrayList users)
|
void |
insert(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList emailAddresss)
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)
|
void |
update(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList emailAddresss)
Does a bulk update of a Collection of objects that match the type for this persister. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected EmailAddressDAO()
Method Detail |
public static java.lang.String getTableNameStatic()
public java.lang.String getTableName()
public void insert(java.sql.Connection connection, java.util.ArrayList users) throws RegistryException
RegistryException
public void insert(java.sql.Connection connection, java.lang.String parentId, java.util.ArrayList emailAddresss) throws RegistryException
RegistryException
public void update(java.sql.Connection connection, java.lang.String parentId, java.util.ArrayList emailAddresss) throws RegistryException
RegistryException
public void delete(java.sql.Connection connection, java.util.ArrayList parentIds) throws RegistryException
RegistryException
public void loadObjectFromResultSet(java.sql.Connection conn, java.lang.Object obj, java.sql.ResultSet rs) throws RegistryException
RegistryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |