Module io.ebean.core
Interface DbExpressionRequest
- All Known Subinterfaces:
SpiExpressionRequest
- All Known Implementing Classes:
DefaultExpressionRequest
public interface DbExpressionRequest
Request building the expression sql.
-
Method Summary
Modifier and TypeMethodDescriptionappend(char c) Append to the expression sql without any parsing.Append to the expression sql without any parsing.Append to the expression sql with logical property parsing to db columns with logical path prefix.
-
Method Details
-
append
Append to the expression sql without any parsing. -
append
Append to the expression sql without any parsing. -
property
Append to the expression sql with logical property parsing to db columns with logical path prefix.
-