Uses of Enum
org.hibernate.search.mapper.orm.outboxpolling.cfg.UuidGenerationStrategy
Packages that use UuidGenerationStrategy
-
Uses of UuidGenerationStrategy in org.hibernate.search.mapper.orm.outboxpolling.cfg
Fields in org.hibernate.search.mapper.orm.outboxpolling.cfg declared as UuidGenerationStrategyModifier and TypeFieldDescriptionstatic final UuidGenerationStrategy
HibernateOrmMapperOutboxPollingSettings.Defaults.COORDINATION_ENTITY_MAPPING_AGENT_UUID_GEN_STRATEGY
static final UuidGenerationStrategy
HibernateOrmMapperOutboxPollingSettings.Defaults.COORDINATION_ENTITY_MAPPING_OUTBOX_EVENT_UUID_GEN_STRATEGY
Methods in org.hibernate.search.mapper.orm.outboxpolling.cfg that return UuidGenerationStrategyModifier and TypeMethodDescriptionstatic UuidGenerationStrategy
static UuidGenerationStrategy
Returns the enum constant of this type with the specified name.static UuidGenerationStrategy[]
UuidGenerationStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.