Uses of Package
io.dropwizard.hibernate
-
Packages that use io.dropwizard.hibernate Package Description com.example.helloworld.db com.example.helloworld.resources io.dropwizard.hibernate -
Classes in io.dropwizard.hibernate used by com.example.helloworld.db Class Description AbstractDAO An abstract base class for Hibernate DAO classes. -
Classes in io.dropwizard.hibernate used by com.example.helloworld.resources Class Description UnitOfWork When annotating a Jersey resource method, wraps the method in a Hibernate session. -
Classes in io.dropwizard.hibernate used by io.dropwizard.hibernate Class Description HibernateBundle SessionFactoryFactory UnitOfWork When annotating a Jersey resource method, wraps the method in a Hibernate session.UnitOfWorkAspect An aspect providing operations around a method with theUnitOfWorkannotation.