Class OrderDAOImpl
java.lang.Object
com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl<Order>
com.rosivanyshyn.db.dao.implMySQL.OrderDAOImpl
- All Implemented Interfaces:
GenericDAO<Order>,OrderDAO
Order DAO interface implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
GenericDAOImpl.DBStatementOperations<T>, GenericDAOImpl.ExtractEntity<T>, GenericDAOImpl.SetGeneratedValuesToEntity<T> -
Field Summary
Fields inherited from class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
className, LOG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
countRowsInLastQuery, delete, get, getAll, getByField, getFew, getWithDynamicQuery, insert, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosivanyshyn.db.dao.GenericDAO
countRowsInLastQuery, delete, get, getAll, getByField, getFew, getWithDynamicQuery, insert, update
-
Constructor Details
-
OrderDAOImpl
public OrderDAOImpl()
-