Class JpaMapFunctionContributor
java.lang.Object
org.keycloak.models.map.storage.jpa.hibernate.contributor.JpaMapFunctionContributor
- All Implemented Interfaces:
org.hibernate.boot.model.FunctionContributor
public class JpaMapFunctionContributor
extends Object
implements org.hibernate.boot.model.FunctionContributor
A
FunctionContributor
to register custom functions.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contributeFunctions
(org.hibernate.boot.model.FunctionContributions fc) 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
-
JpaMapFunctionContributor
public JpaMapFunctionContributor()
-
-
Method Details
-
contributeFunctions
public void contributeFunctions(org.hibernate.boot.model.FunctionContributions fc) - Specified by:
contributeFunctions
in interfaceorg.hibernate.boot.model.FunctionContributor
-