Class HibernateOrmMapperOutboxPollingClasses

java.lang.Object
org.hibernate.search.mapper.orm.outboxpolling.mapping.spi.HibernateOrmMapperOutboxPollingClasses

public final class HibernateOrmMapperOutboxPollingClasses extends Object
  • Method Details

    • avroTypes

      public static Set<String> avroTypes()
      Returns:
      A set of names of all classes that will be involved in Avro serialization and thus will require reflection support. Useful to enable reflection for these classes in GraalVM-based native images.
    • hibernateOrmTypes

      public static Set<String> hibernateOrmTypes()
      Returns:
      A set of names of all classes that will be involved in Hibernate ORM mapping and thus will require reflection support. Useful to enable reflection for these classes in GraalVM-based native images.