Package org.hibernate.type.spi
Interface TypeBootstrapContext
- All Known Implementing Classes:
TypeBeanInstanceProducer
public interfaceTypeBootstrapContextProvide a way to customize theTypeinstantiation process.If a custom
Typedefines a constructor which takes theTypeBootstrapContextargument, 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()