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