Uses of Class
com.kingsrook.qqq.middleware.javalin.executors.io.TableCountInput
Packages that use TableCountInput
Package
Description
This package contains (hopefully generally) api-version-agnostic classes
that implement the actual QQQ Middleware.
These classes are input/output wrappers for middleware executors.
-
Uses of TableCountInput in com.kingsrook.qqq.api.middleware.executors
Methods in com.kingsrook.qqq.api.middleware.executors with parameters of type TableCountInputModifier and TypeMethodDescriptionvoidApiAwareTableCountExecutor.execute(TableCountInput input, TableCountOutputInterface output) -
Uses of TableCountInput in com.kingsrook.qqq.middleware.javalin.executors
Subclasses with type arguments of type TableCountInput in com.kingsrook.qqq.middleware.javalin.executorsMethods in com.kingsrook.qqq.middleware.javalin.executors with parameters of type TableCountInputModifier and TypeMethodDescriptionvoidTableCountExecutor.execute(TableCountInput input, TableCountOutputInterface output) -
Uses of TableCountInput in com.kingsrook.qqq.middleware.javalin.executors.io
Methods in com.kingsrook.qqq.middleware.javalin.executors.io that return TableCountInputModifier and TypeMethodDescriptionTableCountInput.withIncludeDistinct(Boolean includeDistinct) Fluent setter for includeDistinct -
Uses of TableCountInput in com.kingsrook.qqq.middleware.javalin.specs.v1
Subclasses with type arguments of type TableCountInput in com.kingsrook.qqq.middleware.javalin.specs.v1Methods in com.kingsrook.qqq.middleware.javalin.specs.v1 that return TableCountInput