Uses of Package
org.hibernate.boot
-
Packages that use org.hibernate.boot Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validationorg.hibernate.boot.cfgxml.spi org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.model.process.spi org.hibernate.boot.model.relational org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.boot.spi org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.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 for Dialect-specific unique constraint definitionorg.hibernate.integrator.spi 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.tool.schema.spi -
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 aSessionFactorygiven 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.SchemaAutoTooling Defines the possible values for "hibernate.hbm2ddl.auto".SessionFactoryBuilder The contract for building aSessionFactorygiven 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.tool.schema.spi Class Description Metadata Represents the ORM model as determined by aggregating the provided mapping sources.