Uses of Enum Class
io.helidon.data.codegen.query.ProjectionResult
Packages that use ProjectionResult
-
Uses of ProjectionResult in io.helidon.data.codegen.query
Methods in io.helidon.data.codegen.query that return ProjectionResultModifier and TypeMethodDescriptionstatic ProjectionResult
Returns the enum constant of this class with the specified name.static ProjectionResult[]
ProjectionResult.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 ProjectionResultModifier and TypeMethodDescriptionProjection.BuilderBase.ProjectionImpl.result()
Projection.BuilderBase.result()
Projection return type limitation.Projection.result()
Projection return type limitation.Methods in io.helidon.data.codegen.query with parameters of type ProjectionResultModifier and TypeMethodDescriptionProjection.BuilderBase.result
(ProjectionResult result) Projection return type limitation.