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.internal org.hibernate.boot.jaxb.internal org.hibernate.boot.jaxb.internal.stax Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)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.internal org.hibernate.boot.model.process.internal 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.internal The class loading service internals.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.bytecode.internal org.hibernate.cache.internal Internal implementations and support for second-level caching.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.envers.boot org.hibernate.envers.boot.internal org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoader
facility.org.hibernate.jpa.boot.internal 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.internal 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.testing.boot org.hibernate.testing.jdbc org.hibernate.testing.junit4 org.hibernate.testing.orm.domain org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testingorg.hibernate.testing.orm.domain.contacts org.hibernate.testing.orm.domain.retail org.hibernate.testing.orm.junit org.hibernate.testing.schema org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.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.internal 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.ResourceLocator 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.boot.jaxb.internal Class Description ResourceStreamLocator Abstraction for locating class-path resources -
Classes in org.hibernate.boot used by org.hibernate.boot.jaxb.internal.stax Class Description ResourceStreamLocator Abstraction for locating class-path resources -
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.internal Class Description AttributeConverterInfo Deprecated, for removal: This API element is subject to removal in a future version.no longer used -
Classes in org.hibernate.boot used by org.hibernate.boot.model.process.internal 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.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.internal 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.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.bytecode.internal Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.cache.internal 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.envers.boot Class Description MappingException Indicates a problem parsing a mapping document. -
Classes in org.hibernate.boot used by org.hibernate.envers.boot.internal Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources.ResourceStreamLocator Abstraction for locating class-path resources -
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.jpa.boot.internal Class Description SessionFactoryBuilder The contract for building aSessionFactory
given a number of options. -
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.internal 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.testing.boot Class Description CacheRegionDefinition Models the definition of caching settings for a particular region.ResourceLocator Abstraction for locating class-path resourcesResourceStreamLocator Abstraction for locating class-path resources -
Classes in org.hibernate.boot used by org.hibernate.testing.jdbc Class Description SessionFactoryBuilder The contract for building aSessionFactory
given a number of options. -
Classes in org.hibernate.boot used by org.hibernate.testing.junit4 Class Description 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.SessionFactoryBuilder The contract for building aSessionFactory
given a number of options. -
Classes in org.hibernate.boot used by org.hibernate.testing.orm.domain 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.testing.orm.domain.animal 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.testing.orm.domain.contacts 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.testing.orm.domain.retail 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.testing.orm.junit Class Description 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.SessionFactoryBuilder The contract for building aSessionFactory
given a number of options. -
Classes in org.hibernate.boot used by org.hibernate.testing.schema 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.internal 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.