| Package | Description |
|---|---|
| io.dropwizard.hibernate | |
| io.dropwizard.hibernate.dual |
| Modifier and Type | Class and Description |
|---|---|
class |
ScanningHibernateBundle<T>
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,
Environment environment,
PooledDataSourceFactory dbConfig,
List<Class<?>> entities) |
org.hibernate.SessionFactory |
SessionFactoryFactory.build(HibernateBundle<?> bundle,
Environment environment,
PooledDataSourceFactory dbConfig,
List<Class<?>> entities,
String name) |
org.hibernate.SessionFactory |
SessionFactoryFactory.build(HibernateBundle<?> bundle,
Environment environment,
PooledDataSourceFactory dbConfig,
ManagedDataSource dataSource,
List<Class<?>> entities) |
| Constructor and Description |
|---|
UnitOfWorkAwareProxyFactory(HibernateBundle<?>... bundles) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateBundle<T> |
Copyright © 2011. All rights reserved.