Package org.hibernate.reactive.provider.impl


package org.hibernate.reactive.provider.impl
  • Classes
    Class
    Description
    Heavily inspired by EntityManagerFactoryBuilderImpl.
    Integrates Hibernate Reactive with Hibernate ORM by replacing the built-in event listeners with reactive listeners.
    General utilities to check if certain Hibernate ORM components belong to an ORM instance which is running in "Reactive mode".
    Helper for handling checks to see whether ReactivePersistenceProvider is the requested PersistenceProvider.
    Provides the list of service initiators that Hibernate Reactive needs to integrate with Hibernate ORM.
    Overrides Hibernate's built-in `materialized_blob` and `materialized_clob` type mappings and replaces them with the same handling as regular byte arrays and strings, since the SqlClient doesn't support any special handling for LOBs.