Uses of Interface
pl.matsuo.core.model.query.condition.QueryPart
| Package | Description |
|---|---|
| pl.matsuo.core.model.query | |
| pl.matsuo.core.model.query.condition |
-
Uses of QueryPart in pl.matsuo.core.model.query
Methods in pl.matsuo.core.model.query with parameters of type QueryPart Modifier and Type Method Description AbstractQuery<E>AbstractQuery. parts(QueryPart... queryParts)static <E extends AbstractEntity>
AbstractQuery<E>QueryBuilder. query(Class<E> entityClass, QueryPart<E>... queryParts) -
Uses of QueryPart in pl.matsuo.core.model.query.condition
Subinterfaces of QueryPart in pl.matsuo.core.model.query.condition Modifier and Type Interface Description interfaceCondition<E extends AbstractEntity>Interfejs dla warunków w zapytaniach.interfaceFieldCondition<E extends AbstractEntity,F>interfaceQueryFunction<E extends AbstractEntity>Interfejs dla funkcji.Classes in pl.matsuo.core.model.query.condition that implement QueryPart Modifier and Type Class Description classAbstractQueryFunction<T extends AbstractEntity,R>Nadklasa dla funkcji jednoargumentowych.classComplexConditionclassFromPart<E extends AbstractEntity>classLeftJoinElement<E extends AbstractEntity,J extends AbstractEntity>classSelectPart