public class VEventOccurrenceStore extends AbstractItemValueStore<java.util.List<VEventOccurrence>>
AbstractItemValueStore.ItemV<T>
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, 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) |
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 VEventOccurrenceStore(javax.sql.DataSource dataSource, Container container)
public void create(Item item, java.util.List<VEventOccurrence> value) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, java.util.List<VEventOccurrence> value) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<VEventOccurrence> get(Item item) throws java.sql.SQLException
java.sql.SQLException
public void deleteAll() throws java.sql.SQLException
java.sql.SQLException
public 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.SQLException
Copyright © 2021. All Rights Reserved.