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, updatejava.util.List<ItemBean> getItems() throws java.sql.SQLException
java.sql.SQLExceptionbyte[] getItemImage(int idItem)
throws java.sql.SQLException
idItem - (PK)java.sql.SQLException