public class TagRefStore extends AbstractItemValueStore<java.util.List<ItemTagRef>>
Modifier and Type | Class and Description |
---|---|
protected static class |
TagRefStore.ItemTagRefs |
AbstractItemValueStore.ItemV<T>
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>
datasource, logger
Constructor and Description |
---|
TagRefStore(javax.sql.DataSource dataSource,
Container container) |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String[] |
arrayOfString(java.sql.Array array) |
void |
create(Item item,
java.util.List<ItemTagRef> value) |
void |
delete(Item item) |
void |
deleteAll() |
java.util.List<ItemTagRef> |
get(Item item) |
java.util.List<java.util.List<ItemTagRef>> |
getMultiple(java.util.List<Item> items) |
void |
update(Item item,
java.util.List<ItemTagRef> value) |
join
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, update
public TagRefStore(javax.sql.DataSource dataSource, Container container)
public void create(Item item, java.util.List<ItemTagRef> value) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, java.util.List<ItemTagRef> value) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<ItemTagRef> get(Item item) throws java.sql.SQLException
java.sql.SQLException
public void deleteAll() throws java.sql.SQLException
java.sql.SQLException
public java.util.List<java.util.List<ItemTagRef>> getMultiple(java.util.List<Item> items) throws java.sql.SQLException
getMultiple
in interface IItemValueStore<java.util.List<ItemTagRef>>
getMultiple
in class AbstractItemValueStore<java.util.List<ItemTagRef>>
java.sql.SQLException
protected static java.lang.String[] arrayOfString(java.sql.Array array) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.