| Modifier and Type | Method and Description |
|---|---|
HibernateModule |
HibernateModule.scan(String... packages)
Scan packages and look for persistent classes.
|
HibernateModule |
HibernateModule.with(HibernateConfigurer configurer)
Hook into Hibernate bootstrap components and allow to customize them.
|
HibernateModule |
HibernateModule.with(SessionProvider sessionProvider)
Allow to customize a
Session before opening it. |
Copyright © 2020. All rights reserved.