public class DeferredActionStore extends AbstractItemValueStore<DeferredAction>
AbstractItemValueStore.ItemV<T>
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
DeferredActionStore(javax.sql.DataSource pool,
Container container) |
Modifier and Type | Method and Description |
---|---|
void |
create(Item item,
DeferredAction value) |
void |
delete(Item item) |
void |
deleteAll() |
boolean |
exists(DeferredAction value) |
DeferredAction |
get(Item item) |
java.util.List<java.lang.Long> |
getByActionId(java.lang.String actionId,
java.util.Date to) |
java.util.List<java.lang.Long> |
getByReference(java.lang.String reference) |
void |
update(Item item,
DeferredAction value) |
getMultiple, join
batchInsert, 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, update
public DeferredActionStore(javax.sql.DataSource pool, Container container)
public void create(Item item, DeferredAction value) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, DeferredAction value) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item) throws java.sql.SQLException
java.sql.SQLException
public DeferredAction 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.lang.Long> getByActionId(java.lang.String actionId, java.util.Date to) throws java.sql.SQLException
java.sql.SQLException
public boolean exists(DeferredAction value) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<java.lang.Long> getByReference(java.lang.String reference) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.