public class DummyStore extends AbstractItemValueStore<Dummy>
AbstractItemValueStore.ItemV<T>JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>datasource, logger| Constructor and Description | 
|---|
DummyStore(Container c,
          javax.sql.DataSource dataSource)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
create(Item item,
      Dummy value)  | 
void | 
delete(Item item)  | 
void | 
deleteAll()  | 
Dummy | 
get(Item item)  | 
void | 
update(Item item,
      Dummy value)  | 
getMultiple, joinbatchInsert, 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, updatepublic DummyStore(Container c, javax.sql.DataSource dataSource)
public void create(Item item, Dummy value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void update(Item item, Dummy value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void delete(Item item) throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteAll()
               throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2023. All Rights Reserved.