public class DeletedMailboxesStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>
datasource, logger
Constructor and Description |
---|
DeletedMailboxesStore(javax.sql.DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
void |
deleteByName(java.lang.String domainUid,
java.lang.String mailboxName) |
Subtree |
getByMboxName(java.lang.String domainUid,
java.lang.String mailboxName) |
void |
store(Subtree subtree) |
batchInsert, batchInsert, delete, delete, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, lastInsertId, select, select, select, unique, unique, unique, unique, unique, update, update, update, update, update
public DeletedMailboxesStore(javax.sql.DataSource dataSource)
public void store(Subtree subtree) throws java.sql.SQLException
java.sql.SQLException
public void deleteByName(java.lang.String domainUid, java.lang.String mailboxName) throws java.sql.SQLException
java.sql.SQLException
public Subtree getByMboxName(java.lang.String domainUid, java.lang.String mailboxName) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.