Device Dao implements.
More...
Device Dao implements.
- Author
- Xia Yu
- Version
- 1.0
void com.sanmixy.daoImpl.DeviceDaoImpl.addDevice |
( |
Device |
device) | |
|
|
virtual |
void com.sanmixy.daoImpl.DeviceDaoImpl.deleteDevice |
( |
Class |
clazz, |
|
|
Serializable |
serializable |
|
) |
| |
|
virtual |
Device com.sanmixy.daoImpl.DeviceDaoImpl.findDeviceByID |
( |
Serializable |
serializable) | |
|
|
virtual |
Find Device by record id.
- Exceptions
-
- Parameters
-
< Create Hibernate Session and Transaction
< Create a query to execute the HQL command
< Rollback in the database
< Close session
Implements com.sanmixy.dao.DeviceDao.
Device com.sanmixy.daoImpl.DeviceDaoImpl.findDeviceByName |
( |
String |
deviceName) | |
|
|
virtual |
Find Device by device name.
- Exceptions
-
- Parameters
-
< Create a Hibernate session and transaction
Implements com.sanmixy.dao.DeviceDao.
List com.sanmixy.daoImpl.DeviceDaoImpl.findDeviceByPartSeq |
( |
String |
partNameSeq) | |
|
|
virtual |
Find Device by part Name Sequence.
- Parameters
-
partNameSeq | Create a hibernate session and transaction, then create a query object to execute HQL command, and return the answer to users. |
Implements com.sanmixy.dao.DeviceDao.
boolean com.sanmixy.daoImpl.DeviceDaoImpl.isDeviceExist |
( |
String |
partName) | |
|
|
virtual |
boolean com.sanmixy.daoImpl.DeviceDaoImpl.isSeqExist |
( |
String |
part_seq) | |
|
|
virtual |
The documentation for this class was generated from the following file:
- BioFunctionalDesigner/src/com/sanmixy/daoImpl/DeviceDaoImpl.java