Package org.hibernate.envers.boot.model
Class Formula
An implementation of
Selection
that represents a formula.-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.envers.boot.model.Selection
Selection.SelectionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the specified binded class type.static Formula
from
(Selectable formula) Create an Envers Formula mapping from an Hibernate ORM formula.Methods inherited from class org.hibernate.envers.boot.model.Selection
getSelectionType
-
Constructor Details
-
Formula
-
-
Method Details
-
build
Description copied from interface:Bindable
Builds the specified binded class type.- Returns:
- instance of the bindable class type, never
null
-
from
Create an Envers Formula mapping from an Hibernate ORM formula.- Parameters:
formula
- the ORM formula- Returns:
- the envers formula mapping
-