Uses of Interface
io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
Packages that use PersistenceGenerator.QueryBuilder
Package
Description
Common code processing and generation.
Service provider interface for code processing and generation.
-
Uses of PersistenceGenerator.QueryBuilder in io.helidon.data.codegen.common
Methods in io.helidon.data.codegen.common that return PersistenceGenerator.QueryBuilderModifier and TypeMethodDescriptionprotected PersistenceGenerator.QueryBuilderBaseRepositoryInterfaceGenerator.queryBuilder()Query code builder from persistence provider generator. -
Uses of PersistenceGenerator.QueryBuilder in io.helidon.data.codegen.common.spi
Methods in io.helidon.data.codegen.common.spi that return PersistenceGenerator.QueryBuilderModifier and TypeMethodDescriptionPersistenceGenerator.queryBuilder(RepositoryInfo repositoryInfo) Provider specific data query code builder.