Class Formula

java.lang.Object
org.hibernate.envers.boot.model.Selection<String>
org.hibernate.envers.boot.model.Formula
All Implemented Interfaces:
Bindable<String>

public class Formula extends Selection<String>
An implementation of Selection that represents a formula.
  • Constructor Details

    • Formula

      public Formula(String formula)
  • Method Details

    • 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