Interface InitialInitiatorListProvider

All Known Implementing Classes:
StandardHibernateORMInitiatorListProvider

public interface InitialInitiatorListProvider
The initial list of StandardServiceInitiator instances is a constant for Hibernate ORM "classic", but the list needs to be different for Hibernate Reactive. Also, the list elements occasionally hold state so rather than having two constants we need a shared contract for producing the list. This is such contract:
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.hibernate.boot.registry.StandardServiceInitiator<?>>
     
  • Method Details

    • initialInitiatorList

      List<org.hibernate.boot.registry.StandardServiceInitiator<?>> initialInitiatorList()