Interface BaseInsertCriteriaBuilder<T,​X extends BaseInsertCriteriaBuilder<T,​X>>

    • Method Detail

      • bind

        X bind​(String attribute,
               Object value)
        Binds the given value as parameter to the attribute.
        Parameters:
        attribute - The attribute for which the value should be bound
        value - The value that should be bound
        Returns:
        The query builder for chaining calls
      • bind

        SelectBuilder<X> bind​(String attribute)
        Starts a select builder for creating an expression that should be bound to the attribute.
        Parameters:
        attribute - The attribute for which the select expression should be bound
        Returns:
        The query builder for chaining calls