DoublePartCir DAO implements. More...
Public Member Functions | |
void | addDoublePartCir (DoublePartCir doublePartCir) |
Add method. More... | |
void | deleteDoublePartCir (Class clazz, Serializable serializable) |
Delete method. More... | |
List | getNextPart (String userCir, double value) |
Get next part by analysis of the current part sequence. More... | |
List | getNextPart (String userCir, String type, double value) |
Get next part by analysis of the current part sequence. More... | |
boolean | isTrue (String[] userCir, double value) |
Check whether the part sequence is true or not. More... | |
DoublePartCir DAO implements.
|
virtual |
|
virtual |
|
virtual |
Get next part by analysis of the current part sequence.
userCir | |
value | Create Hibernate session and transaction,then create hiberate query object and execute the HQL query to get answer. |
Implements com.sanmixy.dao.DoublePartCirDao.
|
virtual |
Get next part by analysis of the current part sequence.
userCir | |
value | Create Hibernate session and transaction,then create hiberate query object and execute the HQL query to get answer. |
Implements com.sanmixy.dao.DoublePartCirDao.
|
virtual |
Check whether the part sequence is true or not.
userCir | |
value |
Implements com.sanmixy.dao.DoublePartCirDao.