Uses of Interface
org.hibernate.type.spi.TypeBootstrapContext
-
Packages that use TypeBootstrapContext Package Description org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "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 with custom types.
-