Module io.github.mmm.entity.bean
Interface ClauseWithGroupBy<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:
SelectFrom,SelectWhere
public interface ClauseWithGroupBy<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 GroupBy<E>groupBy(io.github.mmm.value.PropertyPath<?> path)default GroupBy<E>groupBy(io.github.mmm.value.PropertyPath<?>... paths)
-
-
-
Method Detail
-
get
SelectStatement<E> get()
- Specified by:
getin interfaceMainClause<E extends EntityBean>- Returns:
- the actual
Statementcontaining allClauses and representing your entire SQL.
-
-