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 classProjection.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 classGenerated 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 ProjectionProjection.create()Create a new instance with default values.static ProjectionProjection.delete()CreateDELETEDML statement.DataQuery.BuilderBase.DataQueryImpl.projection()DataQuery.projection()Data query projection.static ProjectionProjection.select()CreateSELECTprojection with no additional arguments.static ProjectionProjection.selectCount()CreateSELECT COUNTprojection.static ProjectionProjection.selectDistinct()CreateSELECT DISTINCTprojection with no additional arguments.static ProjectionProjection.selectExists()CreateSELECTprojection to check whether at least one records matching query criteria exists.static ProjectionProjection.selectFirst(int count) CreateSELECTprojection with returned records count limit.static ProjectionProjection.update()CreateUPDATEDML 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.BuilderProjection.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.