Uses of Class
org.litebridgedb.orm.api.select.model.ProtoExpressionResolver
Packages that use ProtoExpressionResolver
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Query/clause specification models used in the query API
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
-
Uses of ProtoExpressionResolver in org.litebridgedb.orm.api.dto
Subclasses of ProtoExpressionResolver in org.litebridgedb.orm.api.dto -
Uses of ProtoExpressionResolver in org.litebridgedb.orm.api.select.model
Methods in org.litebridgedb.orm.api.select.model with parameters of type ProtoExpressionResolverModifier and TypeMethodDescriptionvoidSelectSpec.setProtoExpressionResolver(ProtoExpressionResolver protoExpressionResolver) Constructors in org.litebridgedb.orm.api.select.model with parameters of type ProtoExpressionResolverModifierConstructorDescriptionSelectExpressionMapper(SqlFunctionRegistry sqlFunctionRegistry, ProtoExpressionResolver protoExpressionResolver) -
Uses of ProtoExpressionResolver in org.litebridgedb.orm.api.sql
Subclasses of ProtoExpressionResolver in org.litebridgedb.orm.api.sql