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, select, select, select, staticInTransaction, unique, unique, unique, unique, update, update, update, update, updatepublic void create(Item item, java.lang.String systemIdentifier, UserAccount value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void update(Item item, java.lang.String systemIdentifier, UserAccount value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void delete(Item item, java.lang.String systemIdentifier) throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteAll(Item item) throws java.sql.SQLException
java.sql.SQLExceptionpublic UserAccount get(Item item, java.lang.String systemIdentifier) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.util.List<UserAccountInfo> getAll(Item item) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2021. All Rights Reserved.