Package org.hibernate.envers.boot.model
Class Selection<T>
- java.lang.Object
-
- org.hibernate.envers.boot.model.Selection<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Selection.SelectionType
-
Constructor Summary
Constructors Constructor Description Selection(Selection.SelectionType selectionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selection.SelectionType
getSelectionType()
-
-
-
Constructor Detail
-
Selection
public Selection(Selection.SelectionType selectionType)
-
-
Method Detail
-
getSelectionType
public Selection.SelectionType getSelectionType()
-
-