Class TypeContributorImpl
java.lang.Object
org.hibernate.envers.boot.internal.TypeContributorImpl
- All Implemented Interfaces:
TypeContributor
Envers specific TypeContributor
- Author:
- Brett Meyer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Contribute types
-
Constructor Details
-
TypeContributorImpl
public TypeContributorImpl()
-
-
Method Details
-
contribute
Description copied from interface:TypeContributorContribute types- Specified by:
contributein interfaceTypeContributor- Parameters:
typeContributions- The callback for adding contributed typesserviceRegistry- The service registry
-