Modifier and Type | Class and Description |
---|---|
class |
ScanningHibernateBundle<T extends io.dropwizard.Configuration>
Extension of HibernateBundle that scans given package for entities instead of giving them by hand.
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.SessionFactory |
SessionFactoryFactory.build(HibernateBundle<?> bundle,
io.dropwizard.setup.Environment environment,
PooledDataSourceFactory dbConfig,
List<Class<?>> entities) |
org.hibernate.SessionFactory |
SessionFactoryFactory.build(HibernateBundle<?> bundle,
io.dropwizard.setup.Environment environment,
PooledDataSourceFactory dbConfig,
List<Class<?>> entities,
String name) |
org.hibernate.SessionFactory |
SessionFactoryFactory.build(HibernateBundle<?> bundle,
io.dropwizard.setup.Environment environment,
PooledDataSourceFactory dbConfig,
ManagedDataSource dataSource,
List<Class<?>> entities) |
Copyright © 2015. All rights reserved.