public class FoldersStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>
datasource, logger
Constructor and Description |
---|
FoldersStore(javax.sql.DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
Folder |
byUid(java.lang.Long uid) |
ListResult<java.lang.Integer> |
byUri(java.lang.String uri) |
batchInsert, batchInsert, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, inTransaction, lastInsertId, multiRowInsert, select, select, select, staticInTransaction, unique, unique, unique, unique, update, update, update, update, update
public ListResult<java.lang.Integer> byUri(java.lang.String uri) throws java.sql.SQLException
java.sql.SQLException
public Folder byUid(java.lang.Long uid) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.