public class UserSettingsStore extends AbstractItemValueStore<UserSettings>
AbstractItemValueStore.ItemV<T>JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>datasource| Constructor and Description | 
|---|
UserSettingsStore(javax.sql.DataSource pool,
                 Container container)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
create(Item item,
      UserSettings value)  | 
void | 
delete(Item item)  | 
void | 
deleteAll()  | 
UserSettings | 
get(Item item)  | 
void | 
update(Item item,
      UserSettings value)  | 
getMultiple, joinbatchInsert, 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, updatepublic UserSettingsStore(javax.sql.DataSource pool,
                         Container container)
public void create(Item item, UserSettings value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void update(Item item, UserSettings value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void delete(Item item) throws java.sql.SQLException
java.sql.SQLExceptionpublic UserSettings get(Item item) throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteAll()
               throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2023. All Rights Reserved.