Class TypeContributorImpl
- java.lang.Object
-
- org.hibernate.envers.boot.internal.TypeContributorImpl
-
- All Implemented Interfaces:
TypeContributor
public class TypeContributorImpl extends Object implements TypeContributor
Envers specific TypeContributor
-
-
Constructor Summary
Constructors Constructor Description TypeContributorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Contribute types
-
-
-
Method Detail
-
contribute
public void contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Description copied from interface:TypeContributor
Contribute types- Specified by:
contribute
in interfaceTypeContributor
- Parameters:
typeContributions
- The callback for adding contributed typesserviceRegistry
- The service registry
-
-