Uses of Class
org.hibernate.envers.boot.model.Selection.SelectionType
-
Packages that use Selection.SelectionType Package Description org.hibernate.envers.boot.model -
-
Uses of Selection.SelectionType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return Selection.SelectionType Modifier and Type Method Description Selection.SelectionType
Selection. getSelectionType()
static Selection.SelectionType
Selection.SelectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Selection.SelectionType[]
Selection.SelectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.envers.boot.model with parameters of type Selection.SelectionType Constructor Description Selection(Selection.SelectionType selectionType)
-