Uses of Class
io.helidon.data.codegen.query.DataQuery.BuilderBase
Packages that use DataQuery.BuilderBase
- 
Uses of DataQuery.BuilderBase in io.helidon.data.codegen.queryClasses in io.helidon.data.codegen.query with type parameters of type DataQuery.BuilderBaseModifier and TypeClassDescriptionstatic classDataQuery.BuilderBase<BUILDER extends DataQuery.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DataQuery> Fluent API builder base forDataQuery.Subclasses of DataQuery.BuilderBase in io.helidon.data.codegen.queryMethods in io.helidon.data.codegen.query with parameters of type DataQuery.BuilderBaseModifier and TypeMethodDescriptionDataQuery.BuilderBase.from(DataQuery.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.data.codegen.query with parameters of type DataQuery.BuilderBaseModifierConstructorDescriptionprotectedDataQueryImpl(DataQuery.BuilderBase<?, ?> builder) Create an instance providing a builder.