Package org.hibernate.type.spi
Interface TypeBootstrapContext
- All Known Implementing Classes:
TypeBeanInstanceProducer
public interface TypeBootstrapContext
Provide a way to customize the
Type instantiation process.
If a custom Type defines a constructor which takes the
TypeBootstrapContext argument, Hibernate will use this instead of the
default constructor.
- Since:
- 5.4
- Author:
- Vlad Mihalcea
-
Method Summary
-
Method Details
-
getConfigurationSettings
-