Interface TypeBootstrapContext

  • All Known Implementing Classes:
    TypeFactory

    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
    • Method Detail

      • getConfigurationSettings

        Map<String,​Object> getConfigurationSettings()