Class DataQuery.BuilderBase.DataQueryImpl
java.lang.Object
io.helidon.data.codegen.query.DataQuery.BuilderBase.DataQueryImpl
- All Implemented Interfaces:
Prototype.Api, DataQuery
- Enclosing class:
DataQuery.BuilderBase<BUILDER extends DataQuery.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends DataQuery>
-
Nested Class Summary
Nested classes/interfaces inherited from interface DataQuery
DataQuery.Builder, DataQuery.BuilderBase<BUILDER, PROTOTYPE>Modifier and TypeInterfaceDescriptionstatic classFluent API builder forDataQuery.static classDataQuery.BuilderBase<BUILDER extends DataQuery.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends DataQuery>Fluent API builder base forDataQuery. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDataQueryImpl(DataQuery.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
DataQueryImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
projection
Description copied from interface:DataQueryData query projection.- Specified by:
projectionin interfaceDataQuery- Returns:
- the query projection
-
criteria
-
order
-
toString
-
equals
-
hashCode
-