Class BroadleafFunctionContributor
java.lang.Object
com.broadleafcommerce.data.tracking.jpa.hibernate.BroadleafFunctionContributor
- All Implemented Interfaces:
org.hibernate.boot.model.FunctionContributor
public class BroadleafFunctionContributor
extends Object
implements org.hibernate.boot.model.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
-
BroadleafFunctionContributor
public BroadleafFunctionContributor()
-
-
Method Details
-
contributeFunctions
public void contributeFunctions(org.hibernate.boot.model.FunctionContributions functionContributions) - Specified by:
contributeFunctions
in interfaceorg.hibernate.boot.model.FunctionContributor
-