Uses of Package
org.hibernate.boot
-
Packages that use org.hibernate.boot Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xml
files.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.process.spi Defines an SPI used during the process of transforming mapping sources into theMetadata
reference.org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.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.unique Support forDialect
-specific unique constraint definition.org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoader
facility.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.named Support for named queriesorg.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.tool.schema.spi An SPI for the tooling related to DDL generation, export, migration, and validation. -
Classes in org.hibernate.boot used by org.hibernate.boot Class Description CacheRegionDefinition Models the definition of caching settings for a particular region.CacheRegionDefinition.CacheRegionType MappingException Indicates a problem parsing a mapping document.Metadata Represents the ORM model as determined by aggregating the provided mapping sources.MetadataBuilder Contract for specifying various overrides to be used in metamodel building.MetadataSources Entry point for working with sources of O/R mapping metadata, either in the form of annotated classes, or as XML mapping documents.SchemaAutoTooling Defines the possible values for "hibernate.hbm2ddl.auto".SessionFactoryBuilder The contract for building aSessionFactory
given a number of options.TempTableDdlTransactionHandling Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling. -
Classes in org.hibernate.boot used by org.hibernate.boot.beanvalidation Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.boot.cfgxml.spi Class Description CacheRegionDefinition Models the definition of caching settings for a particular region.MetadataSources Entry point for working with sources of O/R mapping metadata, either in the form of annotated classes, or as XML mapping documents. -
Classes in org.hibernate.boot used by org.hibernate.boot.model Class Description CacheRegionDefinition Models the definition of caching settings for a particular region. -
Classes in org.hibernate.boot used by org.hibernate.boot.model.process.spi Class Description MetadataSources Entry point for working with sources of O/R mapping metadata, either in the form of annotated classes, or as XML mapping documents. -
Classes in org.hibernate.boot used by org.hibernate.boot.model.relational Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.boot.registry.classloading.spi Class Description ResourceLocator Abstraction for locating class-path resourcesResourceStreamLocator Abstraction for locating class-path resources -
Classes in org.hibernate.boot used by org.hibernate.boot.spi Class Description CacheRegionDefinition Models the definition of caching settings for a particular region.Metadata Represents the ORM model as determined by aggregating the provided mapping sources.MetadataBuilder Contract for specifying various overrides to be used in metamodel building.MetadataSources Entry point for working with sources of O/R mapping metadata, either in the form of annotated classes, or as XML mapping documents.ResourceStreamLocator Abstraction for locating class-path resourcesSchemaAutoTooling Defines the possible values for "hibernate.hbm2ddl.auto".SessionFactoryBuilder The contract for building aSessionFactory
given a number of options.TempTableDdlTransactionHandling Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling. -
Classes in org.hibernate.boot used by org.hibernate.bytecode.enhance.spi.interceptor Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.cfg Class Description MetadataSources Entry point for working with sources of O/R mapping metadata, either in the form of annotated classes, or as XML mapping documents. -
Classes in org.hibernate.boot used by org.hibernate.dialect Class Description TempTableDdlTransactionHandling Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling. -
Classes in org.hibernate.boot used by org.hibernate.dialect.unique Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.integrator.spi Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.mapping Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.persister.collection Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.persister.entity Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.query.named Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.query.spi Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.tool.schema.spi Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources.