Class CustomFunctionContributor
java.lang.Object
org.activiti.cloud.services.query.app.repository.function.CustomFunctionContributor
- All Implemented Interfaces:
org.hibernate.boot.model.FunctionContributor
public class CustomFunctionContributor
extends Object
implements org.hibernate.boot.model.FunctionContributor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontributeFunctions(org.hibernate.boot.model.FunctionContributions functionContributions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.boot.model.FunctionContributor
ordinal
-
Constructor Details
-
CustomFunctionContributor
public CustomFunctionContributor()
-
-
Method Details
-
contributeFunctions
public void contributeFunctions(org.hibernate.boot.model.FunctionContributions functionContributions) - Specified by:
contributeFunctionsin interfaceorg.hibernate.boot.model.FunctionContributor
-