Uses of Class
io.dropwizard.hibernate.UnitOfWork
-
Packages that use UnitOfWork Package Description com.example.helloworld.resources io.dropwizard.hibernate -
-
Uses of UnitOfWork in com.example.helloworld.resources
Methods in com.example.helloworld.resources with annotations of type UnitOfWork Modifier and Type Method Description PersonPeopleResource. createPerson(@Valid Person person)PersonPersonResource. getPerson(OptionalLong personId)PersonViewPersonResource. getPersonViewFreemarker(OptionalLong personId)PersonViewPersonResource. getPersonViewMustache(OptionalLong personId)List<Person>PeopleResource. listPeople() -
Uses of UnitOfWork in io.dropwizard.hibernate
Methods in io.dropwizard.hibernate with parameters of type UnitOfWork Modifier and Type Method Description voidUnitOfWorkAspect. beforeStart(@Nullable UnitOfWork unitOfWork)
-