Uses of Class
org.litebridgedb.orm.api.dto.DtoWhereConditionClause
Packages that use DtoWhereConditionClause
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
-
Uses of DtoWhereConditionClause in org.litebridgedb.orm.api.dto
Methods in org.litebridgedb.orm.api.dto that return DtoWhereConditionClauseModifier and TypeMethodDescriptionAdds an "AND" condition to the current condition clause using the specified column.DtoWhereConditionClauseTerminal.and(ExpressionSpec expression) Adds an "AND" condition to the current condition clause using the specified column.DtoFromClauseTerminal.where(ExpressionSpec expression) DtoJoinConditionClauseTerminal.where(ExpressionSpec expression)