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.
Add new implementation as sub package here.
Implement AccountDAO, ApartmentDAO, BookingDAO, OrderDAO and ResponseToOrderDAO.
Implementation of GenericDAO is required if other DAO inherited it.
-
InterfacesClassDescriptionAccount DAO interface.Apartment DAO interface.Booking DAO interface.GenericDAO<T>Generic DAO interface.Order DAO interface.Response To Order DAO interface.