T - The entity type for which this update query isX - The concrete builder typeBaseHavingBuilder<T>, BaseModificationCriteriaBuilder<X>, BaseWhereBuilder<T>, DistinctBuilder<X>, FromBaseBuilder<T>, FromBuilder<X>, FromProvider, GroupByBuilder<X>, HavingBuilder<T>, KeysetQueryBuilder<X>, LimitBuilder<X>, OrderByBuilder<X>, WhereBuilder<T>InsertCriteriaBuilder<T>, ReturningInsertCriteriaBuilder<T,X>public interface BaseInsertCriteriaBuilder<T,X extends BaseInsertCriteriaBuilder<T,X>> extends BaseModificationCriteriaBuilder<X>, FromBuilder<X>, KeysetQueryBuilder<X>, OrderByBuilder<X>, GroupByBuilder<X>, DistinctBuilder<X>, LimitBuilder<X>
| Modifier and Type | Method | Description |
|---|---|---|
SelectBuilder<X> |
bind(String attribute) |
Starts a select builder for creating an expression that should be bound to the attribute.
|
X |
bind(String attribute,
Object value) |
Binds the given value as parameter to the attribute.
|
having, havingCase, havingExists, havingExists, havingExpression, havingExpressionSubqueries, havingNotExists, havingNotExists, havingSimpleCase, havingSubqueries, havingSubquery, havingSubquery, havingSubquery, havingSubquerywhere, whereCase, whereExists, whereExists, whereExpression, whereExpressionSubqueries, whereNotExists, whereNotExists, whereSimpleCase, whereSubqueries, whereSubquery, whereSubquery, whereSubquery, whereSubquerydistinctfrom, from, from, from, fromIdentifiableValues, fromIdentifiableValues, fromIdentifiableValues, fromIdentifiableValues, fromNew, fromNew, fromOld, fromOld, fromValues, fromValues, fromValues, fromValues, getFrom, getFromByPath, getPath, getRoots, innerJoin, innerJoinDefault, innerJoinDefaultOn, innerJoinOn, innerJoinOn, innerJoinOn, innerJoinOn, innerJoinOn, join, joinDefault, joinDefaultOn, joinOn, joinOn, joinOn, joinOn, joinOn, leftJoin, leftJoinDefault, leftJoinDefaultOn, leftJoinOn, leftJoinOn, leftJoinOn, leftJoinOn, leftJoinOn, rightJoin, rightJoinDefault, rightJoinDefaultOn, rightJoinOn, rightJoinOn, rightJoinOn, rightJoinOn, rightJoinOngroupBy, groupByhavingOr, setHavingExpression, setHavingExpressionSubqueriesafterKeyset, afterKeyset, afterKeyset, beforeKeyset, beforeKeyset, beforeKeysetgetFirstResult, getMaxResults, setFirstResult, setMaxResultsorderBy, orderBy, orderByAsc, orderByAsc, orderByDesc, orderByDescsetWhereExpression, setWhereExpressionSubqueries, whereOrX bind(String attribute, Object value)
attribute - The attribute for which the value should be boundvalue - The value that should be boundSelectBuilder<X> bind(String attribute)
attribute - The attribute for which the select expression should be boundCopyright © 2014–2020 Blazebit. All rights reserved.