Module io.github.mmm.entity.bean
Interface ClauseWithHaving<E extends EntityBean>
-
- Type Parameters:
E- type of theentity.
- All Superinterfaces:
Clause,MainClause<E>,io.github.mmm.marshall.MarshallableObject,io.github.mmm.marshall.Marshaller<Object>,io.github.mmm.marshall.Marshalling<Object>,io.github.mmm.marshall.MarshallingObject,TypedClause<E>,io.github.mmm.marshall.UnmarshallableObject,io.github.mmm.marshall.Unmarshaller<Object>
- All Known Implementing Classes:
GroupBy
public interface ClauseWithHaving<E extends EntityBean> extends MainClause<E>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SelectStatement<E>get()default Having<E>having(io.github.mmm.property.criteria.CriteriaPredicate predicate)default Having<E>having(io.github.mmm.property.criteria.CriteriaPredicate... predicates)
-
-
-
Method Detail
-
get
SelectStatement<E> get()
- Specified by:
getin interfaceMainClause<E extends EntityBean>- Returns:
- the actual
Statementcontaining allClauses and representing your entire SQL.
-
-