public class TagReferencesStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>
datasource, logger
Constructor and Description |
---|
TagReferencesStore(javax.sql.DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
void |
deleteReferences(java.lang.String containerType,
java.lang.String tagContainerUid,
java.lang.String tagUid) |
java.util.List<ItemUri> |
referencedBy(java.lang.String containerType,
java.lang.String tagContainerUid,
java.lang.String tagUid) |
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 java.util.List<ItemUri> referencedBy(java.lang.String containerType, java.lang.String tagContainerUid, java.lang.String tagUid) throws java.sql.SQLException
java.sql.SQLException
public void deleteReferences(java.lang.String containerType, java.lang.String tagContainerUid, java.lang.String tagUid) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.