Class FunctionContributorImpl
java.lang.Object
org.hibernate.envers.boot.internal.FunctionContributorImpl
- All Implemented Interfaces:
FunctionContributor
Envers specific FunctionContributor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contributeFunctions
(FunctionContributions functionContributions) Contribute functionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.model.FunctionContributor
ordinal
-
Constructor Details
-
FunctionContributorImpl
public FunctionContributorImpl()
-
-
Method Details
-
contributeFunctions
Description copied from interface:FunctionContributor
Contribute functions- Specified by:
contributeFunctions
in interfaceFunctionContributor
- Parameters:
functionContributions
- The target for the contributions
-