public class CalendarViewStore extends AbstractItemValueStore<CalendarView>
AbstractItemValueStore.ItemV<T>
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
CalendarViewStore(javax.sql.DataSource dataSource,
Container container) |
Modifier and Type | Method and Description |
---|---|
void |
create(Item item,
CalendarView value) |
void |
delete(Item item) |
void |
deleteAll() |
CalendarView |
get(Item item) |
void |
setDefault(Item item) |
void |
update(Item item,
CalendarView value) |
getMultiple, join
batchInsert, batchInsert, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, inTransaction, lastInsertId, multiRowInsert, select, select, select, staticInTransaction, unique, unique, unique, unique, update, update, update, update, update
public CalendarViewStore(javax.sql.DataSource dataSource, Container container)
public void create(Item item, CalendarView value) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, CalendarView value) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item) throws java.sql.SQLException
java.sql.SQLException
public CalendarView get(Item item) throws java.sql.SQLException
java.sql.SQLException
public void deleteAll() throws java.sql.SQLException
java.sql.SQLException
public void setDefault(Item item) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.