Uses of Interface
io.helidon.data.codegen.query.ProjectionParameter
Packages that use ProjectionParameter
-
Uses of ProjectionParameter in io.helidon.data.codegen.query
Methods in io.helidon.data.codegen.query that return ProjectionParameterModifier and TypeMethodDescriptionstatic ProjectionParameter<Integer> ProjectionParameter.createInteger(int value) Create projection expression parameter withIntegervalue.Methods in io.helidon.data.codegen.query that return types with arguments of type ProjectionParameterModifier and TypeMethodDescriptionProjectionExpression.parameter()Projection expression parameter.