public class MapiFAIStore extends AbstractItemValueStore<MapiFAI>
AbstractItemValueStore.ItemV<T>
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
MapiFAIStore(javax.sql.DataSource dataSource,
Container container) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
byFolder(java.lang.String folder) |
void |
create(Item item,
MapiFAI value) |
void |
delete(Item item) |
void |
deleteAll() |
MapiFAI |
get(Item item) |
void |
update(Item item,
MapiFAI value) |
getMultiple, join
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 MapiFAIStore(javax.sql.DataSource dataSource, Container container)
public void create(Item item, MapiFAI value) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, MapiFAI value) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item) throws java.sql.SQLException
java.sql.SQLException
public void deleteAll() throws java.sql.SQLException
java.sql.SQLException
public java.util.List<java.lang.String> byFolder(java.lang.String folder) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.