Class From<E extends EntityBean,​SELF extends From<E,​SELF>>

    • Constructor Detail

      • From

        protected From​(E entity)
        The constructor.
        Parameters:
        entity - the entity to operate on.
      • From

        protected From​(E entity,
                       String entityName)
        The constructor.
        Parameters:
        entity - the entity to operate on.
        entityName - the entity name.
    • Method Detail

      • where

        public abstract Where<E,​?> where​(io.github.mmm.property.criteria.CriteriaPredicate predicate)
        Parameters:
        predicate - the CriteriaPredicate to add as Where-clause.
        Returns:
        the Where-Clause for fluent API calls.
      • where

        public abstract Where<E,​?> where​(io.github.mmm.property.criteria.CriteriaPredicate... predicates)
        Parameters:
        predicates - the CriteriaPredicates to add as Where-clause. They will be combined with AND.
        Returns:
        the Where-Clause for fluent API calls.