public class ContainerPersonalSettingsStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>datasource, logger| Constructor and Description | 
|---|
ContainerPersonalSettingsStore(javax.sql.DataSource dataSource,
                              SecurityContext context,
                              Container container)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteAll()  | 
java.util.Map<java.lang.String,java.lang.String> | 
get()  | 
void | 
set(java.util.Map<java.lang.String,java.lang.String> settings)  | 
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 ContainerPersonalSettingsStore(javax.sql.DataSource dataSource,
                                      SecurityContext context,
                                      Container container)
public java.util.Map<java.lang.String,java.lang.String> get()
                                                     throws java.sql.SQLException
java.sql.SQLExceptionpublic void set(java.util.Map<java.lang.String,java.lang.String> settings)
         throws ServerFault
ServerFaultpublic void deleteAll()
               throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2021. All Rights Reserved.