Package org.hibernate.envers.boot.model
Class Formula
- java.lang.Object
-
- org.hibernate.envers.boot.model.Selection<String>
-
- org.hibernate.envers.boot.model.Formula
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hibernate.envers.boot.model.Selection
Selection.SelectionType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
build()
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 Detail
-
Formula
public Formula(String formula)
-
-
Method Detail
-
build
public String build()
Description copied from interface:Bindable
Builds the specified binded class type.- Returns:
- instance of the bindable class type, never
null
-
from
public static Formula from(Selectable formula)
Create an Envers Formula mapping from an Hibernate ORM formula.- Parameters:
formula
- the ORM formula- Returns:
- the envers formula mapping
-
-