Uses of Class
org.litebridge.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.litebridge.orm.api.dto
Subclasses of ProtoExpressionResolver in org.litebridge.orm.api.dtoModifier and TypeClassDescriptionfinal classResolves proto-expressions into DTO-based select expressions. -
Uses of ProtoExpressionResolver in org.litebridge.orm.api.select.model
Methods in org.litebridge.orm.api.select.model with parameters of type ProtoExpressionResolverModifier and TypeMethodDescriptionvoidSelectSpec.setProtoExpressionResolver(ProtoExpressionResolver protoExpressionResolver) Constructors in org.litebridge.orm.api.select.model with parameters of type ProtoExpressionResolverModifierConstructorDescriptionSelectExpressionMapper(SqlFunctionRegistry sqlFunctionRegistry, ProtoExpressionResolver protoExpressionResolver) -
Uses of ProtoExpressionResolver in org.litebridge.orm.api.sql
Subclasses of ProtoExpressionResolver in org.litebridge.orm.api.sql