Interface HibernatePackageConfigurer
- All Known Subinterfaces:
HibernatePackageConfiguringModule
public interface HibernatePackageConfigurer
Allows a
HibernatePackageRegistry
to be configured. Consuming modules should inject
an implementation into the Hibernate module using ModuleConfiguration
.
in the corresponding modules.- Author:
- Arne Vandamme
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureHibernatePackage
(HibernatePackageRegistry hibernatePackage) Called when the package is to be assembled.
-
Method Details
-
configureHibernatePackage
Called when the package is to be assembled.- Parameters:
hibernatePackage
- instance
-