public class ContainerPersonalSettingsStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, 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, 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 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 © 2024. All Rights Reserved.