public class SieveScriptStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
SieveScriptStore(javax.sql.DataSource pool) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SieveScript> |
byUser(java.lang.String userId) |
void |
delete(SieveScript sub) |
void |
store(SieveScript script) |
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 void store(SieveScript script) throws java.sql.SQLException
java.sql.SQLException
public void delete(SieveScript sub) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SieveScript> byUser(java.lang.String userId) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.