Uses of Interface
st.orm.template.Operator
Packages that use Operator
-
Uses of Operator in st.orm
-
Uses of Operator in st.orm.template
Fields in st.orm.template declared as OperatorModifier and TypeFieldDescriptionstatic final OperatorOperator.BETWEENTheBETWEENoperator.static final OperatorOperator.EQUALSTheEXISTSoperator.static final OperatorOperator.GREATER_THANThe>operator.static final OperatorOperator.GREATER_THAN_OR_EQUALThe>=operator.static final OperatorOperator.INTheINoperator.static final OperatorOperator.IS_FALSETheIS FALSEoperator.static final OperatorOperator.IS_NOT_NULLTheIS NOT NULLoperator.static final OperatorOperator.IS_NULLTheIS NULLoperator.static final OperatorOperator.IS_TRUETheIS TRUEoperator.static final OperatorOperator.LESS_THANThe<operator.static final OperatorOperator.LESS_THAN_OR_EQUALThe<=operator.static final OperatorOperator.LIKETheLIKEoperator.static final OperatorOperator.NOT_EQUALSTheNOT EXISTSoperator.static final OperatorOperator.NOT_INTheNOT INoperator.static final OperatorOperator.NOT_LIKETheNOT LIKEoperator.Methods in st.orm.template with parameters of type OperatorModifier and TypeMethodDescriptionfinal <V> QueryBuilder<T, R, ID> Adds a HAVING clause to the query using the specified expression.final <V> QueryBuilder<T, R, ID> Adds a HAVING clause to the query using the specified expression.final <V> QueryBuilder<T, R, ID> Adds a WHERE clause that matches the specified objects at the specified path in the table graph.final <V> QueryBuilder<T, R, ID> Adds a WHERE clause that matches the specified objects at the specified path in the table graph.abstract <V> QueryBuilder.PredicateBuilder<T, R, ID> Adds a condition to the WHERE clause that matches the specified objects at the specified path in the table graph.final <V> QueryBuilder.PredicateBuilder<T, R, ID> Adds a condition to the WHERE clause that matches the specified objects at the specified path in the table graph.abstract <V> QueryBuilder.PredicateBuilder<T, R, ID> QueryBuilder.WhereBuilder.whereAny(Metamodel<?, V> path, Operator operator, Iterable<? extends V> it) Adds a condition to the WHERE clause that matches the specified objects at the specified path in the table graph or manually added joins.final <V> QueryBuilder.PredicateBuilder<T, R, ID> Adds a condition to the WHERE clause that matches the specified objects at the specified path in the table graph or manually added joins.protected abstract <V> QueryBuilder.PredicateBuilder<T, R, ID> Adds a condition to the WHERE clause that matches the specified objects at the specified path in the table graph or manually added joins. -
Uses of Operator in st.orm.template.impl
Methods in st.orm.template.impl that return OperatorModifier and TypeMethodDescriptionElements.ObjectExpression.operator()Returns the value of theoperatorrecord component.Constructors in st.orm.template.impl with parameters of type OperatorModifierConstructorDescriptionObjectExpression(Metamodel<?, ?> metamodel, Operator operator, Object object) Creates an instance of aObjectExpressionrecord class.ObjectExpression(Operator operator, Object object)