Uses of Interface
org.hibernate.type.spi.TypeBootstrapContext
-
Packages that use TypeBootstrapContext 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 TypeBootstrapContext in org.hibernate.boot.model
Classes in org.hibernate.boot.model that implement TypeBootstrapContext Modifier and Type Class Description class
TypeBeanInstanceProducer
BeanInstanceProducer
implementation for building beans related to custom types.
-