Interface HibernatePackageConfiguringModule
- All Superinterfaces:
HibernatePackageConfigurer
Deprecated.
Interface to be implemented by all AcrossModules that provide their own Hibernate packages.
A HibernatePackageRegistry is identified by its name, usually the same as the module the
package belongs to.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureHibernatePackage
(HibernatePackageRegistry hibernatePackage) Deprecated.Called when the package is to be assembled.
-
Method Details
-
configureHibernatePackage
Deprecated.Description copied from interface:HibernatePackageConfigurer
Called when the package is to be assembled.- Specified by:
configureHibernatePackage
in interfaceHibernatePackageConfigurer
- Parameters:
hibernatePackage
- instance
-
HibernatePackageConfigurer
instead