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>

protected static class DataQuery.BuilderBase.DataQueryImpl extends Object implements DataQuery
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • DataQueryImpl

      protected DataQueryImpl(DataQuery.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details