Uses of Interface
org.hibernate.engine.config.spi.ConfigurationService
-
Packages that use ConfigurationService 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. -
-
Uses of ConfigurationService in org.hibernate.boot.model
Constructors in org.hibernate.boot.model with parameters of type ConfigurationService Constructor Description TypeBeanInstanceProducer(ConfigurationService configurationService)
-