- uniqueResult(CriteriaQuery<E>) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Convenience method to return a single instance that matches the criteria query,
or null if the criteria returns no results.
- 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<E>) - 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() - Constructor for class io.dropwizard.hibernate.UnitOfWorkApplicationListener
-
- UnitOfWorkApplicationListener(String, SessionFactory) - Constructor for class io.dropwizard.hibernate.UnitOfWorkApplicationListener
-
Construct an application event listener using the given name and session factory.
- UnitOfWorkAspect - Class in io.dropwizard.hibernate
-
An aspect providing operations around a method with the
UnitOfWork
annotation.
- UnitOfWorkAspect(Map<String, SessionFactory>) - Constructor for class io.dropwizard.hibernate.UnitOfWorkAspect
-
- UnitOfWorkAwareProxyFactory - Class in io.dropwizard.hibernate
-
A factory for creating proxies for components that use Hibernate data access objects
outside Jersey resources.
- UnitOfWorkAwareProxyFactory(String, SessionFactory) - Constructor for class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
- UnitOfWorkAwareProxyFactory(HibernateBundle<?>...) - Constructor for class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
- unwrap(Class<T>) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-