Class HibernateOrmMapperOutboxPollingClasses


  • public final class HibernateOrmMapperOutboxPollingClasses
    extends Object
    • Method Detail

      • 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.