public class UserAccountsStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
UserAccountsStore(javax.sql.DataSource pool) |
Modifier and Type | Method and Description |
---|---|
void |
create(Item item,
java.lang.String systemIdentifier,
UserAccount value) |
void |
delete(Item item,
java.lang.String systemIdentifier) |
void |
deleteAll(Item item) |
UserAccount |
get(Item item,
java.lang.String systemIdentifier) |
java.util.List<UserAccountInfo> |
getAll(Item item) |
void |
update(Item item,
java.lang.String systemIdentifier,
UserAccount value) |
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 void create(Item item, java.lang.String systemIdentifier, UserAccount value) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, java.lang.String systemIdentifier, UserAccount value) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item, java.lang.String systemIdentifier) throws java.sql.SQLException
java.sql.SQLException
public void deleteAll(Item item) throws java.sql.SQLException
java.sql.SQLException
public UserAccount get(Item item, java.lang.String systemIdentifier) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<UserAccountInfo> getAll(Item item) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.