Uses of Class
org.hibernate.event.service.spi.DuplicationStrategy.Action
-
Packages that use DuplicationStrategy.Action Package Description org.hibernate.cfg.beanvalidation org.hibernate.envers.event.spi org.hibernate.event.service.spi -
-
Uses of DuplicationStrategy.Action in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.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(java.lang.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.
-