Uses of Package
org.hibernate.engine.config.spi
-
Packages that use org.hibernate.engine.config.spi Package Description 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.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.engine.config.internal The built-in implementation of the configuration service.org.hibernate.engine.config.spi Defines the SPI of the configuration service. -
Classes in org.hibernate.engine.config.spi used by org.hibernate.boot.model Class Description ConfigurationService Provides access to the initial user-provided configuration values. -
Classes in org.hibernate.engine.config.spi used by org.hibernate.boot.spi Class Description ConfigurationService Provides access to the initial user-provided configuration values. -
Classes in org.hibernate.engine.config.spi used by org.hibernate.engine.config.internal Class Description ConfigurationService Provides access to the initial user-provided configuration values.ConfigurationService.Converter Simple conversion contract for converting an untyped object to a specified type. -
Classes in org.hibernate.engine.config.spi used by org.hibernate.engine.config.spi Class Description ConfigurationService.Converter Simple conversion contract for converting an untyped object to a specified type.