Uses of Interface
org.hibernate.boot.model.FunctionContributions
-
Packages that use FunctionContributions Package Description org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc). -
-
Uses of FunctionContributions in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type FunctionContributions Modifier and Type Method Description voidFunctionContributor. contributeFunctions(FunctionContributions functionContributions)Contribute functions
-