Restrictions
instead@Deprecated public final class Expression extends Restrictions
Restrictions
Modifier and Type | Method and Description |
---|---|
static Criterion |
sql(String sql)
Deprecated.
|
static Criterion |
sql(String sql,
Object[] values,
Type[] types)
Deprecated.
|
static Criterion |
sql(String sql,
Object value,
Type type)
Deprecated.
|
allEq, and, and, between, conjunction, conjunction, disjunction, disjunction, eq, eqOrIsNull, eqProperty, ge, geProperty, gt, gtProperty, idEq, ilike, ilike, in, in, isEmpty, isNotEmpty, isNotNull, isNull, le, leProperty, like, like, lt, ltProperty, naturalId, ne, neOrIsNotNull, neProperty, not, or, or, sizeEq, sizeGe, sizeGt, sizeLe, sizeLt, sizeNe, sqlRestriction, sqlRestriction, sqlRestriction
@Deprecated public static Criterion sql(String sql, Object[] values, Type[] types)
Restrictions.sqlRestriction(String, Object[], Type[])
sql
- The sqlvalues
- The parameter valuestypes
- The parameter types@Deprecated public static Criterion sql(String sql, Object value, Type type)
Restrictions.sqlRestriction(String, Object, Type)
sql
- The sqlvalue
- The parameter valuetype
- The parameter type@Deprecated public static Criterion sql(String sql)
Restrictions.sqlRestriction(String)
sql
- The sqlCopyright © 2017 JBoss by Red Hat. All rights reserved.