Uses of Class
org.hotrod.runtime.livesql.queries.select.CriteriaLimitPhase
-
Packages that use CriteriaLimitPhase Package Description org.hotrod.runtime.livesql.queries.select -
-
Uses of CriteriaLimitPhase in org.hotrod.runtime.livesql.queries.select
Methods in org.hotrod.runtime.livesql.queries.select that return CriteriaLimitPhase Modifier and Type Method Description CriteriaLimitPhase<T>CriteriaOffsetPhase. limit(int limit)CriteriaLimitPhase<T>CriteriaOrderByPhase. limit(int limit)CriteriaLimitPhase<T>CriteriaWherePhase. limit(int limit)
-