Package io.helidon.data.codegen.query
Class Projection.BuilderBase.ProjectionImpl
java.lang.Object
io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- All Implemented Interfaces:
Prototype.Api
,Projection
- Enclosing class:
Projection.BuilderBase<BUILDER extends Projection.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Projection>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.data.codegen.query.Projection
Projection.Builder, Projection.BuilderBase<BUILDER extends Projection.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Projection> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectionImpl
(Projection.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
ProjectionImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
action
Description copied from interface:Projection
Projection action, e.g.SELECT
,DELETE
,UPDATE
.- Specified by:
action
in interfaceProjection
- Returns:
- the projection action
-
result
Description copied from interface:Projection
Projection return type limitation.- Specified by:
result
in interfaceProjection
- Returns:
- the return type limitation
-
expression
Description copied from interface:Projection
Projection expression.- Specified by:
expression
in interfaceProjection
- Returns:
- the projection expression.
-
property
Description copied from interface:Projection
Projection property.- Specified by:
property
in interfaceProjection
- Returns:
- the projection property.
-
distinct
public boolean distinct()Description copied from interface:Projection
Whether projection is distinct.- Specified by:
distinct
in interfaceProjection
- Returns:
- value of
true
when projection is distinct orfalse
otherwise
-
toString
-
equals
-
hashCode
public int hashCode()
-