Package | Description |
---|---|
org.hibernate.cfg.beanvalidation | |
org.hibernate.envers.event.spi | |
org.hibernate.event.service.spi |
Modifier and Type | Method and Description |
---|---|
DuplicationStrategy.Action |
DuplicationStrategyImpl.getAction() |
Modifier and Type | Method and Description |
---|---|
DuplicationStrategy.Action |
EnversListenerDuplicationStrategy.getAction() |
Modifier and Type | Method and Description |
---|---|
DuplicationStrategy.Action |
DuplicationStrategy.getAction()
How should a duplication be handled?
|
static DuplicationStrategy.Action |
DuplicationStrategy.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.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.