Class FunctionContributorImpl
java.lang.Object
org.hibernate.envers.boot.internal.FunctionContributorImpl
- All Implemented Interfaces:
org.hibernate.boot.model.FunctionContributor
public class FunctionContributorImpl
extends Object
implements org.hibernate.boot.model.FunctionContributor
Envers specific FunctionContributor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
contributeFunctions
(org.hibernate.boot.model.FunctionContributions functionContributions) Methods 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
public void contributeFunctions(org.hibernate.boot.model.FunctionContributions functionContributions) - Specified by:
contributeFunctions
in interfaceorg.hibernate.boot.model.FunctionContributor
-