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 TypeMethodDescriptionvoidconfigureHibernatePackage(HibernatePackageRegistry hibernatePackage) Deprecated.Called when the package is to be assembled.
-
Method Details
-
configureHibernatePackage
Deprecated.Description copied from interface:HibernatePackageConfigurerCalled when the package is to be assembled.- Specified by:
configureHibernatePackagein interfaceHibernatePackageConfigurer- Parameters:
hibernatePackage- instance
-
HibernatePackageConfigurerinstead