public class MapiReplicaStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
MapiReplicaStore(javax.sql.DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
MapiReplica |
byMailboxGuid(java.lang.String mailboxGuid) |
void |
delete(java.lang.String mailboxUid) |
MapiReplica |
get(java.lang.String mailboxUid) |
void |
store(MapiReplica value)
Upsert the given
MapiReplica |
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 void store(MapiReplica value) throws java.sql.SQLException
MapiReplica
value
- java.sql.SQLException
public void delete(java.lang.String mailboxUid) throws java.sql.SQLException
java.sql.SQLException
public MapiReplica get(java.lang.String mailboxUid) throws java.sql.SQLException
java.sql.SQLException
public MapiReplica byMailboxGuid(java.lang.String mailboxGuid) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.