Uses of Class
org.hibernate.event.service.spi.DuplicationStrategy.Action
-
Packages that use DuplicationStrategy.Action Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.envers.event.spi org.hibernate.event.service.spi 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 Modifier and Type Method Description DuplicationStrategy.ActionDuplicationStrategyImpl. getAction() -
Uses of DuplicationStrategy.Action in org.hibernate.envers.event.spi
Methods in org.hibernate.envers.event.spi that return DuplicationStrategy.Action Modifier and Type Method Description DuplicationStrategy.ActionEnversListenerDuplicationStrategy. getAction() -
Uses of DuplicationStrategy.Action in org.hibernate.event.service.spi
Methods in org.hibernate.event.service.spi that return DuplicationStrategy.Action Modifier and Type Method Description DuplicationStrategy.ActionDuplicationStrategy. getAction()How should a duplication be handled?static DuplicationStrategy.ActionDuplicationStrategy.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static DuplicationStrategy.Action[]DuplicationStrategy.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.
-