Uses of Enum Class
io.helidon.data.codegen.query.ProjectionAction
Packages that use ProjectionAction
-
Uses of ProjectionAction in io.helidon.data.codegen.query
Methods in io.helidon.data.codegen.query that return ProjectionActionModifier and TypeMethodDescriptionProjection.action()
Projection action, e.g.Projection.BuilderBase.ProjectionImpl.action()
static ProjectionAction
Returns the enum constant of this class with the specified name.static ProjectionAction[]
ProjectionAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.data.codegen.query that return types with arguments of type ProjectionActionMethods in io.helidon.data.codegen.query with parameters of type ProjectionActionModifier and TypeMethodDescriptionProjection.BuilderBase.action
(ProjectionAction action) Projection action, e.g.