Package org.hibernate.type.spi

Interface TypeBootstrapContext

  • All Known Implementing Classes:
    TypeBeanInstanceProducer

    public interfaceTypeBootstrapContext
    Provide a way to customize theType instantiation process.

    If a customType defines a constructor which takes theTypeBootstrapContext argument, Hibernate will use this instead of the default constructor.

    Since:
    5.4
    • Method Detail