Uses of Interface
io.helidon.data.codegen.query.Projection
Packages that use Projection
-
Uses of Projection in io.helidon.data.codegen.query
Classes in io.helidon.data.codegen.query with type parameters of type ProjectionModifier and TypeClassDescriptionstatic class
Projection.BuilderBase<BUILDER extends Projection.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Projection> Fluent API builder base forProjection
.Classes in io.helidon.data.codegen.query that implement ProjectionModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.data.codegen.query that return ProjectionModifier and TypeMethodDescriptionProjection.Builder.build()
Projection.Builder.buildPrototype()
static Projection
Projection.create()
Create a new instance with default values.static Projection
Projection.delete()
CreateDELETE
DML statement.DataQuery.BuilderBase.DataQueryImpl.projection()
DataQuery.projection()
Data query projection.static Projection
Projection.select()
CreateSELECT
projection with no additional arguments.static Projection
Projection.selectCount()
CreateSELECT COUNT
projection.static Projection
Projection.selectDistinct()
CreateSELECT DISTINCT
projection with no additional arguments.static Projection
Projection.selectExists()
CreateSELECT
projection to check whether at least one records matching query criteria exists.static Projection
Projection.selectFirst
(int count) CreateSELECT
projection with returned records count limit.static Projection
Projection.update()
CreateUPDATE
DML statement.Methods in io.helidon.data.codegen.query that return types with arguments of type ProjectionMethods in io.helidon.data.codegen.query with parameters of type ProjectionModifier and TypeMethodDescriptionstatic Projection.Builder
Projection.builder
(Projection instance) Create a new fluent API builder from an existing instance.Projection.BuilderBase.from
(Projection prototype) Update this builder from an existing prototype instance.DataQuery.BuilderBase.projection
(Projection projection) Data query projection.Method parameters in io.helidon.data.codegen.query with type arguments of type ProjectionModifier and TypeMethodDescriptionDataQuery.BuilderBase.projection
(Supplier<? extends Projection> supplier) Data query projection.