mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
add cross-refs I missed
This commit is contained in:
parent
a3059fb9d7
commit
efd6c8c6fd
@ -23,7 +23,12 @@
|
||||
import static org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers.useArgType;
|
||||
|
||||
/**
|
||||
* Defines a registry for {@link SqmFunctionDescriptor} instances
|
||||
* Defines a registry for {@link SqmFunctionDescriptor} instances.
|
||||
* <p>
|
||||
* The {@code SqmFunctionRegistry} may be configured by a {@link org.hibernate.boot.model.FunctionContributor}.
|
||||
*
|
||||
* @see org.hibernate.boot.model.FunctionContributor
|
||||
* @see org.hibernate.boot.model.FunctionContributions
|
||||
*
|
||||
* @author Steve Ebersole
|
||||
*/
|
||||
|
@ -88,12 +88,13 @@
|
||||
* However, a {@code Type} will often want access to the {@code TypeConfiguration}, which can be
|
||||
* achieved by the {@code Type} simply implementing the {@link TypeConfigurationAware} interface.
|
||||
* <p>
|
||||
* A {@code TypeConfiguration} may be configured via {@link org.hibernate.boot.model.TypeContributions}.
|
||||
* A {@code TypeConfiguration} may be configured by a {@link org.hibernate.boot.model.TypeContributor}.
|
||||
*
|
||||
* @author Steve Ebersole
|
||||
*
|
||||
* @since 5.3
|
||||
*
|
||||
* @see org.hibernate.boot.model.TypeContributor
|
||||
* @see org.hibernate.boot.model.TypeContributions
|
||||
*/
|
||||
@Incubating
|
||||
|
Loading…
x
Reference in New Issue
Block a user