public class DirItemStore extends ItemStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>COLUMNS, container, ITEM_POPULATOR, ITEM_POPULATORSdatasource| Constructor and Description | 
|---|
DirItemStore(javax.sql.DataSource pool,
            Container container,
            SecurityContext contextHolder,
            BaseDirEntry.Kind kind)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Item> | 
all()  | 
java.util.List<java.lang.String> | 
allItemUids()  | 
Item | 
get(java.lang.String uid)  | 
Item | 
getByEmail(java.lang.String email)  | 
Item | 
getByExtId(java.lang.String extId)  | 
Item | 
getById(long id)  | 
java.util.List<Item> | 
getMultiple(java.util.List<java.lang.String> uids)  | 
java.util.List<Item> | 
getMultipleById(java.util.List<java.lang.Long> uids)  | 
allItemUidsOrderedByDisplayname, create, createWithUidNull, delete, deleteAll, getForUpdate, getItemCount, getVersion, setExtId, touch, updatebatchInsert, batchInsert, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, inTransaction, lastInsertId, select, select, select, staticInTransaction, unique, unique, unique, unique, update, update, update, update, updatepublic DirItemStore(javax.sql.DataSource pool,
                    Container container,
                    SecurityContext contextHolder,
                    BaseDirEntry.Kind kind)
public Item get(java.lang.String uid) throws java.sql.SQLException
public Item getByEmail(java.lang.String email) throws java.sql.SQLException
java.sql.SQLExceptionpublic Item getByExtId(java.lang.String extId) throws java.sql.SQLException
getByExtId in class ItemStorejava.sql.SQLExceptionpublic Item getById(long id) throws java.sql.SQLException
public java.util.List<Item> getMultiple(java.util.List<java.lang.String> uids) throws java.sql.SQLException
getMultiple in class ItemStorejava.sql.SQLExceptionpublic java.util.List<Item> getMultipleById(java.util.List<java.lang.Long> uids) throws java.sql.SQLException
getMultipleById in class ItemStorejava.sql.SQLExceptionpublic java.util.List<Item> all() throws java.sql.SQLException
public java.util.List<java.lang.String> allItemUids()
                                             throws java.sql.SQLException
allItemUids in class ItemStorejava.sql.SQLExceptionCopyright © 2021. All Rights Reserved.