public class MailboxIdentityStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>
datasource, logger
Constructor and Description |
---|
MailboxIdentityStore(javax.sql.DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
void |
create(Item mboxItem,
java.lang.String id,
Identity identity) |
void |
delete(Item item) |
void |
delete(Item mboxItem,
java.lang.String id) |
Identity |
get(Item mboxItem,
java.lang.String id) |
java.util.List<IdentityDescription> |
getDescriptions(ItemValue<Mailbox> mboxItemValue) |
void |
update(Item mboxItem,
java.lang.String id,
Identity identity) |
batchInsert, batchInsert, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, inTransaction, lastInsertId, select, select, select, staticInTransaction, unique, unique, unique, unique, update, update, update, update, update
public MailboxIdentityStore(javax.sql.DataSource dataSource)
public void create(Item mboxItem, java.lang.String id, Identity identity) throws java.sql.SQLException
java.sql.SQLException
public void update(Item mboxItem, java.lang.String id, Identity identity) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item mboxItem, java.lang.String id) throws java.sql.SQLException
java.sql.SQLException
public Identity get(Item mboxItem, java.lang.String id) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<IdentityDescription> getDescriptions(ItemValue<Mailbox> mboxItemValue) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.