Uses of Package
org.hibernate.boot.model
-
Packages that use org.hibernate.boot.model Package Description org.hibernate.annotations.processing Annotations used to drive annotation processors:@Findis used to generate finder methods using the Metamodel Generator,@HQLand@SQLare used to generate query methods using the Metamodel Generator, andCheckHQLinstructs the Query Validator to check all HQL queries in the annotated package or type.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.model 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.org.hibernate.boot.model.source.spi org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.id.factory.spi Contains an SPI for id generator factories.org.hibernate.jpa.boot.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.tool.schema.extract.spi Defines an SPI for schema information extraction from the database via JDBC. -
Classes in org.hibernate.boot.model used by org.hibernate.annotations.processing Class Description FunctionContributor On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry, via an instance ofFunctionContributions.TypeContributor 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.boot Class Description FunctionContributor On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry, via an instance ofFunctionContributions.IdentifierGeneratorDefinition Models the definition of an identifier generatorNamedEntityGraphDefinition Models a @NamedEntityGraphTypeContributor On object that contributes custom types and type descriptors, eventually to aTypeConfiguration, via an instance ofTypeContributions.TypeDefinition 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 Class Description Caching Deprecated.will move toorg.hibernate.boot.model.source.spi, where its only uses areFunctionContributions Allows custom function descriptors to be contributed to the eventualSqmFunctionRegistry, either by aDialector by aFunctionContributor.IdentifierGeneratorDefinition Models the definition of an identifier generatorTruthValue An enumeration of truth values.TypeContributions Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration, either by aDialector by aTypeContributor.TypeDefinition Models the information pertaining to a custom type definition supplied by the user.TypeDefinitionRegistry TypeDefinitionRegistry.DuplicationStrategy -
Classes in org.hibernate.boot.model used by org.hibernate.boot.model.source.spi Class Description Caching Deprecated.will move toorg.hibernate.boot.model.source.spi, where its only uses areCustomSql Models the information for custom SQL execution defined as part of the mapping for a primary or secondary table.IdentifierGeneratorDefinition Models the definition of an identifier generatorJavaTypeDescriptor TruthValue An enumeration of truth values. -
Classes in org.hibernate.boot.model used by org.hibernate.boot.spi Class Description FunctionContributor On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry, via an instance ofFunctionContributions.IdentifierGeneratorDefinition Models the definition of an identifier generatorNamedEntityGraphDefinition Models a @NamedEntityGraphTypeContributor On object that contributes custom types and type descriptors, eventually to aTypeConfiguration, via an instance ofTypeContributions.TypeDefinition Models the information pertaining to a custom type definition supplied by the user.TypeDefinitionRegistry -
Classes in org.hibernate.boot.model used by org.hibernate.cfg Class Description FunctionContributor On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry, via an instance ofFunctionContributions.NamedEntityGraphDefinition Models a @NamedEntityGraphTypeContributor 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 Class Description FunctionContributions Allows custom function descriptors to be contributed to the eventualSqmFunctionRegistry, either by aDialector by aFunctionContributor.FunctionContributor On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry, via an instance ofFunctionContributions.TypeContributions Allows custom types and type descriptors to be contributed to the eventualTypeConfiguration, either by aDialector by aTypeContributor.TypeContributor 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.function Class Description FunctionContributions Allows custom function descriptors to be contributed to the eventualSqmFunctionRegistry, either by aDialector by aFunctionContributor. -
Classes in org.hibernate.boot.model used by org.hibernate.id.factory.spi Class Description IdentifierGeneratorDefinition Models the definition of an identifier generator -
Classes in org.hibernate.boot.model used by org.hibernate.jpa.boot.spi Class Description TypeContributor 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.mapping Class Description TruthValue An enumeration of truth values. -
Classes in org.hibernate.boot.model used by org.hibernate.tool.schema.extract.spi Class Description TruthValue An enumeration of truth values.