Uses of Package
org.hibernate.boot.spi
-
Packages that use org.hibernate.boot.spi Package Description org.hibernate org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.model.convert.spi org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.boot.model.process.spi org.hibernate.boot.model.relational org.hibernate.boot.model.source.spi org.hibernate.boot.spi org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.org.hibernate.cfg.beanvalidation org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.event.service.spi org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.mapping org.hibernate.persister.spi org.hibernate.service.spi org.hibernate.testing.boot org.hibernate.testing.cache org.hibernate.testing.junit4 org.hibernate.testing.schema org.hibernate.tool.hbm2ddl org.hibernate.tuple.component org.hibernate.type.spi -
Classes in org.hibernate.boot.spi used by org.hibernate Class Description SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.boot Class Description MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.XmlMappingBinderAccess -
Classes in org.hibernate.boot.spi used by org.hibernate.boot.model.convert.spi Class Description MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
Classes in org.hibernate.boot.spi used by org.hibernate.boot.model.naming Class Description MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
Classes in org.hibernate.boot.spi used by org.hibernate.boot.model.process.spi Class Description BootstrapContext Defines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing).MetadataImplementor The SPI-level Metadata contract. -
Classes in org.hibernate.boot.spi used by org.hibernate.boot.model.relational Class Description MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing). -
Classes in org.hibernate.boot.spi used by org.hibernate.boot.model.source.spi Class Description MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
Classes in org.hibernate.boot.spi used by org.hibernate.boot.spi Class Description AbstractDelegatingSessionFactoryBuilder Convenience base class for custom implementors of SessionFactoryBuilder, using delegationBasicTypeRegistration BootstrapContext Defines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.ClassLoaderAccess During the process of building this metamodel, accessing the ClassLoader is very discouraged.InFlightMetadataCollector An in-flight representation of Metadata while Metadata is being built.InFlightMetadataCollector.DelayedPropertyReferenceHandler InFlightMetadataCollector.EntityTableXref JpaOrmXmlPersistenceUnitDefaultAware Contract for things that need to be aware of JPAorm.xml
-defined persistence-unit-defaults.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults Represents thepersistence-unit-defaults
to be appliedMappingDefaults Defines a (contextual) set of values to use as defaults in the absence of related mapping information.MetadataBuilderImplementor Internal API for MetadataBuilder exposing the building options being collected.MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing).MetadataImplementor The SPI-level Metadata contract.NaturalIdUniqueKeyBinder SessionFactoryBuilderImplementor Additional contract for SessionFactoryBuilder mainly intended for implementors of SessionFactoryBuilderFactory.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.cache.spi Class Description SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.cache.spi.support Class Description SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.cfg Class Description MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.cfg.annotations Class Description InFlightMetadataCollector.EntityTableXref MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
Classes in org.hibernate.boot.spi used by org.hibernate.cfg.annotations.reflection Class Description BootstrapContext Defines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.ClassLoaderAccess During the process of building this metamodel, accessing the ClassLoader is very discouraged.MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing). -
Classes in org.hibernate.boot.spi used by org.hibernate.cfg.beanvalidation Class Description ClassLoaderAccess During the process of building this metamodel, accessing the ClassLoader is very discouraged. -
Classes in org.hibernate.boot.spi used by org.hibernate.engine.query.spi Class Description SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.engine.spi Class Description SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.event.service.spi Class Description MetadataImplementor The SPI-level Metadata contract. -
Classes in org.hibernate.boot.spi used by org.hibernate.hql.spi.id Class Description MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing).MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.hql.spi.id.cte Class Description MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.hql.spi.id.global Class Description MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing).MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.hql.spi.id.inline Class Description MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.hql.spi.id.local Class Description MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing).MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.hql.spi.id.persistent Class Description MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing).MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.mapping Class Description MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.MetadataImplementor The SPI-level Metadata contract. -
Classes in org.hibernate.boot.spi used by org.hibernate.persister.spi Class Description MetadataImplementor The SPI-level Metadata contract. -
Classes in org.hibernate.boot.spi used by org.hibernate.service.spi Class Description BootstrapContext Defines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.testing.boot Class Description BootstrapContext Defines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.ClassLoaderAccess During the process of building this metamodel, accessing the ClassLoader is very discouraged.InFlightMetadataCollector An in-flight representation of Metadata while Metadata is being built.MappingDefaults Defines a (contextual) set of values to use as defaults in the absence of related mapping information.MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing). -
Classes in org.hibernate.boot.spi used by org.hibernate.testing.cache Class Description SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
Classes in org.hibernate.boot.spi used by org.hibernate.testing.junit4 Class Description MetadataImplementor The SPI-level Metadata contract. -
Classes in org.hibernate.boot.spi used by org.hibernate.testing.schema Class Description MetadataImplementor The SPI-level Metadata contract. -
Classes in org.hibernate.boot.spi used by org.hibernate.tool.hbm2ddl Class Description MetadataImplementor The SPI-level Metadata contract. -
Classes in org.hibernate.boot.spi used by org.hibernate.tuple.component Class Description BootstrapContext Defines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()
processing). -
Classes in org.hibernate.boot.spi used by org.hibernate.type.spi Class Description BootstrapContext Defines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.