- uniqueResult(Criteria) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Convenience method to return a single instance that matches the criteria, or null if the
criteria returns no results.
- uniqueResult(Query) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Convenience method to return a single instance that matches the query, or null if the query
returns no results.
- UnitOfWork - Annotation Type in io.dropwizard.hibernate
-
When annotating a Jersey resource method, wraps the method in a Hibernate session.
- UnitOfWorkApplicationListener - Class in io.dropwizard.hibernate
-
An application event listener that listens for Jersey application initialization to
be finished, then creates a map of resource method that have metrics annotations.
- UnitOfWorkApplicationListener(SessionFactory) - Constructor for class io.dropwizard.hibernate.UnitOfWorkApplicationListener
-
Construct an application event listener using the given session factory.