Uses of Class
io.dropwizard.hibernate.HibernateBundle
-
Packages that use HibernateBundle Package Description io.dropwizard.hibernate io.dropwizard.hibernate.dual -
-
Uses of HibernateBundle in io.dropwizard.hibernate
Subclasses of HibernateBundle in io.dropwizard.hibernate Modifier and Type Class Description classScanningHibernateBundle<T>Extension of HibernateBundle that scans given package for entities instead of giving them by hand.Methods in io.dropwizard.hibernate with parameters of type HibernateBundle Modifier and Type Method Description org.hibernate.SessionFactorySessionFactoryFactory. build(HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, ManagedDataSource dataSource, List<Class<?>> entities)org.hibernate.SessionFactorySessionFactoryFactory. build(HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities)org.hibernate.SessionFactorySessionFactoryFactory. build(HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities, String name)Constructors in io.dropwizard.hibernate with parameters of type HibernateBundle Constructor Description UnitOfWorkAwareProxyFactory(HibernateBundle<?>... bundles) -
Uses of HibernateBundle in io.dropwizard.hibernate.dual
Subclasses of HibernateBundle in io.dropwizard.hibernate.dual Modifier and Type Class Description classHibernateBundle<T>
-