Uses of Enum Class
org.hibernate.search.mapper.orm.outboxpolling.cfg.OutboxEventProcessingOrder
Packages that use OutboxEventProcessingOrder
-
Uses of OutboxEventProcessingOrder in org.hibernate.search.mapper.orm.outboxpolling.cfg
Subclasses with type arguments of type OutboxEventProcessingOrder in org.hibernate.search.mapper.orm.outboxpolling.cfgFields in org.hibernate.search.mapper.orm.outboxpolling.cfg declared as OutboxEventProcessingOrderModifier and TypeFieldDescriptionstatic final OutboxEventProcessingOrderHibernateOrmMapperOutboxPollingSettings.Defaults.COORDINATION_EVENT_PROCESSOR_ORDERMethods in org.hibernate.search.mapper.orm.outboxpolling.cfg that return OutboxEventProcessingOrderModifier and TypeMethodDescriptionstatic OutboxEventProcessingOrderstatic OutboxEventProcessingOrderReturns the enum constant of this class with the specified name.static OutboxEventProcessingOrder[]OutboxEventProcessingOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.