public abstract class AbstractItemValueStore<T> extends JdbcAbstractStore implements IItemValueStore<T>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractItemValueStore.ItemV<T>  | 
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>datasource, logger| Constructor and Description | 
|---|
AbstractItemValueStore(javax.sql.DataSource dataSource)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<T> | 
getMultiple(java.util.List<Item> items)  | 
protected java.util.List<T> | 
join(java.util.List<Item> items,
    java.util.List<AbstractItemValueStore.ItemV<T>> values)  | 
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 AbstractItemValueStore(javax.sql.DataSource dataSource)
public java.util.List<T> getMultiple(java.util.List<Item> items) throws java.sql.SQLException
getMultiple in interface IItemValueStore<T>java.sql.SQLExceptionprotected java.util.List<T> join(java.util.List<Item> items, java.util.List<AbstractItemValueStore.ItemV<T>> values)
Copyright © 2023. All Rights Reserved.