Uses of Package
org.hibernate.boot.model
Packages that use org.hibernate.boot.model
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.
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
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.
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.Implementation of the SPI for the runtime domain metamodel.
Validation for HQL queries.
SpatialDialect
s for CockroachDB-
Classes in org.hibernate.boot.model used by org.hibernate.annotations.processingClassDescriptionOn object that contributes custom HQL functions, eventually to a
SqmFunctionRegistry
, via an instance ofFunctionContributions
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.bootClassDescriptionOn object that contributes custom HQL functions, eventually to a
SqmFunctionRegistry
, via an instance ofFunctionContributions
.Models the definition of an identifier generatorModels a @NamedEntityGraphOn object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
.Models the information pertaining to a custom type definition supplied by the user. -
Classes in org.hibernate.boot.model used by org.hibernate.boot.internalClassDescriptionOn object that contributes custom HQL functions, eventually to a
SqmFunctionRegistry
, via an instance ofFunctionContributions
.Models the definition of an identifier generatorModels a @NamedEntityGraphAllows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
.Models the information pertaining to a custom type definition supplied by the user.Basic implementation ofTypeDefinitionRegistry
. -
Classes in org.hibernate.boot.model used by org.hibernate.boot.modelClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.Models the definition of an identifier generatorAllows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.Models the information pertaining to a custom type definition supplied by the user. -
Classes in org.hibernate.boot.model used by org.hibernate.boot.model.internal
-
Classes in org.hibernate.boot.model used by org.hibernate.boot.model.source.internal.hbmClassDescriptionModels the information for custom SQL execution defined as part of the mapping for a primary or secondary table.
-
Classes in org.hibernate.boot.model used by org.hibernate.boot.model.source.spiClassDescriptionModels the information for custom SQL execution defined as part of the mapping for a primary or secondary table.Models the definition of an identifier generator
-
Classes in org.hibernate.boot.model used by org.hibernate.boot.spiClassDescriptionOn object that contributes custom HQL functions, eventually to a
SqmFunctionRegistry
, via an instance ofFunctionContributions
.Models the definition of an identifier generatorModels a @NamedEntityGraphOn object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
.Models the information pertaining to a custom type definition supplied by the user. -
Classes in org.hibernate.boot.model used by org.hibernate.cfgClassDescriptionOn object that contributes custom HQL functions, eventually to a
SqmFunctionRegistry
, via an instance ofFunctionContributions
.Models a @NamedEntityGraphOn object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.dialectClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.dialect.functionClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
. -
Classes in org.hibernate.boot.model used by org.hibernate.envers.boot.internalClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.jpa.boot.spiClassDescriptionOn object that contributes custom types and type descriptors, eventually to a
TypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.metamodel.internal
-
Classes in org.hibernate.boot.model used by org.hibernate.metamodel.model.domain.internal
-
Classes in org.hibernate.boot.model used by org.hibernate.processor.validationClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatialClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.contributorClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.cockroachdbClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.db2ClassDescriptionOn object that contributes custom HQL functions, eventually to a
SqmFunctionRegistry
, via an instance ofFunctionContributions
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.h2gisClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.hanaClassDescriptionOn object that contributes custom HQL functions, eventually to a
SqmFunctionRegistry
, via an instance ofFunctionContributions
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.mariadbClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.mysqlClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.oracleClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.postgisClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.spatial.dialect.sqlserverClassDescriptionAllows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
.On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration
, either by aDialect
or by aTypeContributor
.On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Classes in org.hibernate.boot.model used by org.hibernate.testing.boot
-
Classes in org.hibernate.boot.model used by org.hibernate.testing.orm.junitClassDescriptionModels the definition of an identifier generatorModels a @NamedEntityGraphModels the information pertaining to a custom type definition supplied by the user.