Uses of Enum Class
io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryReturnType
Packages that use PersistenceGenerator.QueryReturnType
Package
Description
Service provider interface for code processing and generation.
-
Uses of PersistenceGenerator.QueryReturnType in io.helidon.data.codegen.common.spi
Methods in io.helidon.data.codegen.common.spi that return PersistenceGenerator.QueryReturnTypeModifier and TypeMethodDescriptionPersistenceGenerator.QueryBuilder.queryReturntype(DataQuery query) Retrieve return type of the providedDataQuery.PersistenceGenerator.BaseQuery.returnType()Query return type asPersistenceGenerator.QueryReturnType.Returns the enum constant of this class with the specified name.static PersistenceGenerator.QueryReturnType[]PersistenceGenerator.QueryReturnType.values()Returns an array containing the constants of this enum class, in the order they are declared.