Package com.rosivanyshyn.db.dao


package com.rosivanyshyn.db.dao
This is DAO package.
Add new implementation as sub package here.
Implement AccountDAO, ApartmentDAO, BookingDAO, OrderDAO and ResponseToOrderDAO.
Implementation of GenericDAO is required if other DAO inherited it.