public class UserStore extends AbstractItemValueStore<User>
AbstractItemValueStore.ItemV<T>JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>datasource| Constructor and Description | 
|---|
UserStore(javax.sql.DataSource pool,
         Container container)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<java.lang.String> | 
allUids()  | 
boolean | 
areValid(java.lang.String[] usersUids)  | 
java.lang.String | 
byLogin(java.lang.String login)  | 
void | 
create(Item item,
      User value)  | 
void | 
delete(Item item)  | 
void | 
deleteAll()  | 
User | 
get(Item item)  | 
java.lang.String | 
getPassword(long itemId)  | 
void | 
setPassword(Item item,
           java.lang.String password,
           boolean updateLastChange)  | 
void | 
update(Item item,
      User value)  | 
getMultiple, joinbatchInsert, 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 UserStore(javax.sql.DataSource pool,
                 Container container)
public void create(Item item, User value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void update(Item item, User value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void delete(Item item) throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteAll()
               throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String byLogin(java.lang.String login)
                         throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean areValid(java.lang.String[] usersUids)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void setPassword(Item item, java.lang.String password, boolean updateLastChange) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.util.List<java.lang.String> allUids()
                                         throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getPassword(long itemId)
                             throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2021. All Rights Reserved.