Uses of Class
io.dropwizard.hibernate.HibernateBundle
Packages that use HibernateBundle
-
Uses of HibernateBundle in io.dropwizard.hibernate
Subclasses of HibernateBundle in io.dropwizard.hibernateModifier and TypeClassDescriptionclass
Extension of HibernateBundle that scans given package for entities instead of giving them by hand.Methods in io.dropwizard.hibernate with parameters of type HibernateBundleModifier and TypeMethodDescriptionorg.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 HibernateBundleModifierConstructorDescriptionUnitOfWorkAwareProxyFactory
(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