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 voidcontribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Contribute types
-
-
-
Method Detail
-
contribute
public void contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Description copied from interface:TypeContributorContribute types- Specified by:
contributein interfaceTypeContributor- Parameters:
typeContributions- The callback for adding contributed typesserviceRegistry- The service registry
-
-