Uses of Class
io.dropwizard.hibernate.HibernateBundle
-
-
Uses of HibernateBundle in io.dropwizard.hibernate
Subclasses of HibernateBundle in io.dropwizard.hibernate Modifier and Type Class Description class
ScanningHibernateBundle<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.SessionFactory
SessionFactoryFactory. build(HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, ManagedDataSource dataSource, List<Class<?>> entities)
org.hibernate.SessionFactory
SessionFactoryFactory. build(HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities)
org.hibernate.SessionFactory
SessionFactoryFactory. 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)
-