Class Expressions
java.lang.Object
org.springframework.data.relational.core.sql.Expressions
Factory for common
Expressions.- Since:
- 1.1
- Author:
- Mark Paluch, Jens Schauder
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Expressionasterisk()static Expressionstatic Expressioncast(Expression expression, String targetType) static ExpressionCreates a plainsqlExpression.
-
Method Details
-
asterisk
- Returns:
- a new asterisk
*expression.
-
just
Creates a plainsqlExpression.- Parameters:
sql- the SQL, must not be null or empty.- Returns:
- a SQL
Expression.
-
asterisk
- Returns:
- a new
Table.scoped asterisk<table>.*expression.
-
cast
- Returns:
- a new
Castexpression. - Since:
- 2.3
-