Uses of Interface
org.hibernate.boot.model.FunctionContributor

Packages that use FunctionContributor
Package
Description
Annotations used to drive annotation processors: @Find is used to generate finder methods using the Metamodel Generator, @HQL and @SQL are used to generate query methods using the Metamodel Generator, and CheckHQL instructs the Query Validator to check all HQL queries in the annotated package or type.
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
 
 
SpatialDialects for CockroachDB