public interface IItemDao extends IGenericDao<ItemBean,java.lang.Integer>
Modifier and Type | Method and Description |
---|---|
byte[] |
getItemImage(int idItem)
Get image bytes from Blob
|
java.util.List<ItemBean> |
getItems()
Get list of all items
|
create, delete, read, update
java.util.List<ItemBean> getItems() throws java.sql.SQLException
java.sql.SQLException
byte[] getItemImage(int idItem) throws java.sql.SQLException
idItem
- (PK)java.sql.SQLException