You are on page 1of 1

Singleton Hibernate Entity Manager

H ibernateUtil

- entityM anager: E ntityManager

+ getE ntityM anager(): EntityManager

interface
G en ericDao<T> use
use
+ delete(T ): T
+ getA ll(T ): List<T> G en ericDaoImpl<T>
+ getB yId(long): T
+ insert(T): T
+ insertO rUpdate(T): T
+ update(T ): T

RegistrationDaoImpl

interface
RegistrationDao

interface
FieldDaoImpl
FieldDao

interface
U serDao U serDaoImpl

W o rkerDaoImpl
interface
W orkerDao

interface
ClientDao ClientDaoImpl

interface
OfferDao O fferDaoImpl

interface
TaskDao T askDaoImpl

interface
JobOfferDao JobOfferDaoImpl

You might also like