程序包的使用
org.hibernate.boot.spi
-
使用org.hibernate.boot.spi的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.model.convert.internal 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.internal org.hibernate.boot.model.process.spi org.hibernate.boot.model.relational org.hibernate.boot.model.source.internal org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi org.hibernate.boot.spi org.hibernate.cache.internal Internal implementations and support for second-level caching.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 This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.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.internal 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.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.jpa.boot.internal org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.metamodel.internal org.hibernate.persister.spi org.hibernate.service.internal org.hibernate.service.spi org.hibernate.stat.internal org.hibernate.tool.hbm2ddl The hbm2ddl tool.org.hibernate.tuple.component org.hibernate.type.spi -
org.hibernate使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.boot使用的org.hibernate.boot.spi中的类 类 说明 MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.XmlMappingBinderAccess -
org.hibernate.boot.internal使用的org.hibernate.boot.spi中的类 类 说明 BasicTypeRegistration 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-defaultsto 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. -
org.hibernate.boot.model.convert.internal使用的org.hibernate.boot.spi中的类 类 说明 MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
org.hibernate.boot.model.convert.spi使用的org.hibernate.boot.spi中的类 类 说明 MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
org.hibernate.boot.model.naming使用的org.hibernate.boot.spi中的类 类 说明 MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
org.hibernate.boot.model.process.internal使用的org.hibernate.boot.spi中的类 类 说明 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.XmlMappingBinderAccess -
org.hibernate.boot.model.process.spi使用的org.hibernate.boot.spi中的类 类 说明 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. -
org.hibernate.boot.model.relational使用的org.hibernate.boot.spi中的类 类 说明 MetadataBuildingOptions Describes the options used while building the Metadata object (duringMetadataBuilder.build()processing). -
org.hibernate.boot.model.source.internal使用的org.hibernate.boot.spi中的类 类 说明 MappingDefaults Defines a (contextual) set of values to use as defaults in the absence of related mapping information. -
org.hibernate.boot.model.source.internal.hbm使用的org.hibernate.boot.spi中的类 类 说明 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 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). -
org.hibernate.boot.model.source.spi使用的org.hibernate.boot.spi中的类 类 说明 MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
org.hibernate.boot.spi使用的org.hibernate.boot.spi中的类 类 说明 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-defaultsto 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. -
org.hibernate.cache.internal使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.cache.spi使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.cache.spi.support使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.cfg使用的org.hibernate.boot.spi中的类 类 说明 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. -
org.hibernate.cfg.annotations使用的org.hibernate.boot.spi中的类 类 说明 InFlightMetadataCollector.EntityTableXref MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs. -
org.hibernate.cfg.annotations.reflection使用的org.hibernate.boot.spi中的类 类 说明 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). -
org.hibernate.cfg.beanvalidation使用的org.hibernate.boot.spi中的类 类 说明 ClassLoaderAccess During the process of building this metamodel, accessing the ClassLoader is very discouraged. -
org.hibernate.engine.query.spi使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.engine.spi使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.event.service.internal使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.event.service.spi使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract. -
org.hibernate.hql.spi.id使用的org.hibernate.boot.spi中的类 类 说明 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. -
org.hibernate.hql.spi.id.cte使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.hql.spi.id.global使用的org.hibernate.boot.spi中的类 类 说明 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. -
org.hibernate.hql.spi.id.inline使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.hql.spi.id.local使用的org.hibernate.boot.spi中的类 类 说明 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. -
org.hibernate.hql.spi.id.persistent使用的org.hibernate.boot.spi中的类 类 说明 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. -
org.hibernate.internal使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract.SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.jpa.boot.internal使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract. -
org.hibernate.mapping使用的org.hibernate.boot.spi中的类 类 说明 MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.MetadataImplementor The SPI-level Metadata contract. -
org.hibernate.metamodel.internal使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract. -
org.hibernate.persister.spi使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract. -
org.hibernate.service.internal使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.service.spi使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.stat.internal使用的org.hibernate.boot.spi中的类 类 说明 SessionFactoryOptions Aggregator of special options used to build the SessionFactory. -
org.hibernate.tool.hbm2ddl使用的org.hibernate.boot.spi中的类 类 说明 MetadataImplementor The SPI-level Metadata contract. -
org.hibernate.tuple.component使用的org.hibernate.boot.spi中的类 类 说明 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). -
org.hibernate.type.spi使用的org.hibernate.boot.spi中的类 类 说明 BasicTypeRegistration MetadataBuildingContext Describes the context in which the process of building Metadata out of MetadataSources occurs.