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.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.engine.config.spi Class Description ConfigurationService.Converter Simple conversion contract for converting an untyped object to a specified type.