Uses of Enum Class
org.hibernate.event.service.spi.DuplicationStrategy.Action
Packages that use DuplicationStrategy.Action
Package
Description
Support for integrating Jakarta Bean Validation.
An SPI for the event listener registration service.
-
Uses of DuplicationStrategy.Action in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation that return DuplicationStrategy.Action -
Uses of DuplicationStrategy.Action in org.hibernate.envers.event.spi
Methods in org.hibernate.envers.event.spi that return DuplicationStrategy.Action -
Uses of DuplicationStrategy.Action in org.hibernate.event.service.spi
Subclasses with type arguments of type DuplicationStrategy.Action in org.hibernate.event.service.spiModifier and TypeClassDescriptionstatic enumThe enumerated list of actions available on duplication matchMethods in org.hibernate.event.service.spi that return DuplicationStrategy.ActionModifier and TypeMethodDescriptionDuplicationStrategy.getAction()How should a duplication be handled?static DuplicationStrategy.ActionReturns the enum constant of this class with the specified name.static DuplicationStrategy.Action[]DuplicationStrategy.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.