Package org.hibernate.type.spi
Interface TypeBootstrapContext
-
- All Known Implementing Classes:
TypeFactory
public interface TypeBootstrapContextProvide a way to customize theTypeinstantiation process. If a customTypedefines 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 java.util.Map<java.lang.String,java.lang.Object>getConfigurationSettings()
-