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
ConstructorsModifierConstructorDescriptionprotectedProjectionImpl(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:ProjectionProjection action, e.g.SELECT,DELETE,UPDATE.- Specified by:
actionin interfaceProjection- Returns:
- the projection action
-
result
Description copied from interface:ProjectionProjection return type limitation.- Specified by:
resultin interfaceProjection- Returns:
- the return type limitation
-
expression
Description copied from interface:ProjectionProjection expression.- Specified by:
expressionin interfaceProjection- Returns:
- the projection expression.
-
property
Description copied from interface:ProjectionProjection property.- Specified by:
propertyin interfaceProjection- Returns:
- the projection property.
-
distinct
public boolean distinct()Description copied from interface:ProjectionWhether projection is distinct.- Specified by:
distinctin interfaceProjection- Returns:
- value of
truewhen projection is distinct orfalseotherwise
-
toString
-
equals
-
hashCode
public int hashCode()
-