Package org.hibernate.type.spi
Interface TypeBootstrapContext
-
- All Known Implementing Classes:
TypeBeanInstanceProducer
public interface TypeBootstrapContext
Provide a way to customize theType
instantiation process.If a custom
Type
defines a constructor which takes theTypeBootstrapContext
argument, Hibernate will use this instead of the default constructor.- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getConfigurationSettings()
-