Class Formula

    • 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