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 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(com.github.benmanes.caffeine.cache.Caffeine<Object,Object> proxyCacheBuilder, HibernateBundle<?>... bundles)
UnitOfWorkAwareProxyFactory(HibernateBundle<?>... bundles)
-
Uses of HibernateBundle in io.dropwizard.hibernate.dual
Subclasses of HibernateBundle in io.dropwizard.hibernate.dual Modifier and Type Class Description class
HibernateBundle<T>
-