A B C D G H I L N P R S U 

A

AbstractDAO<E> - Class in io.dropwizard.hibernate
An abstract base class for Hibernate DAO classes.
AbstractDAO(SessionFactory) - Constructor for class io.dropwizard.hibernate.AbstractDAO
Creates a new DAO with a given session provider.
adapt(ResourceMethodDispatchProvider) - Method in class io.dropwizard.hibernate.UnitOfWorkResourceMethodDispatchAdapter
 

B

build(HibernateBundle<?>, Environment, DataSourceFactory, List<Class<?>>) - Method in class io.dropwizard.hibernate.SessionFactoryFactory
 
build(HibernateBundle<?>, Environment, DataSourceFactory, ManagedDataSource, List<Class<?>>) - Method in class io.dropwizard.hibernate.SessionFactoryFactory
 

C

check() - Method in class io.dropwizard.hibernate.SessionFactoryHealthCheck
 
configure(Configuration) - Method in class io.dropwizard.hibernate.HibernateBundle
 
create(AbstractResourceMethod) - Method in class io.dropwizard.hibernate.UnitOfWorkResourceMethodDispatchProvider
 
criteria() - Method in class io.dropwizard.hibernate.AbstractDAO
Creates a new Criteria query for <E>.
currentSession() - Method in class io.dropwizard.hibernate.AbstractDAO
Returns the current Session.

D

dispatch(Object, HttpContext) - Method in class io.dropwizard.hibernate.UnitOfWorkRequestDispatcher
 

G

get(Serializable) - Method in class io.dropwizard.hibernate.AbstractDAO
Return the persistent instance of <E> with the given identifier, or null if there is no such persistent instance.
getDispatcher() - Method in class io.dropwizard.hibernate.UnitOfWorkRequestDispatcher
 
getEntityClass() - Method in class io.dropwizard.hibernate.AbstractDAO
Returns the entity class managed by this DAO.
getProvider() - Method in class io.dropwizard.hibernate.UnitOfWorkResourceMethodDispatchProvider
 
getSessionFactory() - Method in class io.dropwizard.hibernate.HibernateBundle
 
getSessionFactory() - Method in class io.dropwizard.hibernate.SessionFactoryHealthCheck
 
getSessionFactory() - Method in class io.dropwizard.hibernate.UnitOfWorkRequestDispatcher
 
getSessionFactory() - Method in class io.dropwizard.hibernate.UnitOfWorkResourceMethodDispatchAdapter
 
getSessionFactory() - Method in class io.dropwizard.hibernate.UnitOfWorkResourceMethodDispatchProvider
 
getUnitOfWork() - Method in class io.dropwizard.hibernate.UnitOfWorkRequestDispatcher
 
getValidationQuery() - Method in class io.dropwizard.hibernate.SessionFactoryHealthCheck
 

H

HibernateBundle<T extends io.dropwizard.Configuration> - Class in io.dropwizard.hibernate
 
HibernateBundle(Class<?>, Class<?>...) - Constructor for class io.dropwizard.hibernate.HibernateBundle
 
HibernateBundle(ImmutableList<Class<?>>, SessionFactoryFactory) - Constructor for class io.dropwizard.hibernate.HibernateBundle
 

I

initialize(T) - Method in class io.dropwizard.hibernate.AbstractDAO
Force initialization of a proxy or persistent collection.
initialize(Bootstrap<?>) - Method in class io.dropwizard.hibernate.HibernateBundle
 
io.dropwizard.hibernate - package io.dropwizard.hibernate
 

L

list(Criteria) - Method in class io.dropwizard.hibernate.AbstractDAO
Get the results of a Criteria query.
list(Query) - Method in class io.dropwizard.hibernate.AbstractDAO
Get the results of a query.

N

namedQuery(String) - Method in class io.dropwizard.hibernate.AbstractDAO
Returns a named Query.

P

persist(E) - Method in class io.dropwizard.hibernate.AbstractDAO
Either save or update the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).

R

run(T, Environment) - Method in class io.dropwizard.hibernate.HibernateBundle
 

S

SessionFactoryFactory - Class in io.dropwizard.hibernate
 
SessionFactoryFactory() - Constructor for class io.dropwizard.hibernate.SessionFactoryFactory
 
SessionFactoryHealthCheck - Class in io.dropwizard.hibernate
 
SessionFactoryHealthCheck(SessionFactory, String) - Constructor for class io.dropwizard.hibernate.SessionFactoryHealthCheck
 
SessionFactoryManager - Class in io.dropwizard.hibernate
 
SessionFactoryManager(SessionFactory, ManagedDataSource) - Constructor for class io.dropwizard.hibernate.SessionFactoryManager
 
start() - Method in class io.dropwizard.hibernate.SessionFactoryManager
 
stop() - Method in class io.dropwizard.hibernate.SessionFactoryManager
 

U

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.
UnitOfWorkRequestDispatcher - Class in io.dropwizard.hibernate
 
UnitOfWorkRequestDispatcher(UnitOfWork, RequestDispatcher, SessionFactory) - Constructor for class io.dropwizard.hibernate.UnitOfWorkRequestDispatcher
 
UnitOfWorkResourceMethodDispatchAdapter - Class in io.dropwizard.hibernate
 
UnitOfWorkResourceMethodDispatchAdapter(SessionFactory) - Constructor for class io.dropwizard.hibernate.UnitOfWorkResourceMethodDispatchAdapter
 
UnitOfWorkResourceMethodDispatchProvider - Class in io.dropwizard.hibernate
 
UnitOfWorkResourceMethodDispatchProvider(ResourceMethodDispatchProvider, SessionFactory) - Constructor for class io.dropwizard.hibernate.UnitOfWorkResourceMethodDispatchProvider
 
A B C D G H I L N P R S U 

Copyright © 2014. All rights reserved.