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