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