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(com.github.benmanes.caffeine.cache.Caffeine<Object,Object> proxyCacheBuilder,
HibernateBundle<?>... bundles) |
UnitOfWorkAwareProxyFactory(HibernateBundle<?>... bundles) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateBundle<T> |
Copyright © 2023. All rights reserved.