T - The entity type for which this update query isX - The concrete builder typepublic 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 and 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.
|
setWhereExpression, setWhereExpressionSubqueries, whereOrwhere, whereCase, whereExists, whereExists, whereNotExists, whereNotExists, whereSimpleCase, whereSubqueries, whereSubquery, whereSubquery, whereSubquery, whereSubqueryfrom, from, fromIdentifiableValues, fromIdentifiableValues, fromNew, fromNew, fromOld, fromOld, fromValues, fromValues, getFrom, getFromByPath, getRoots, innerJoin, innerJoinDefault, innerJoinDefaultOn, innerJoinOn, innerJoinOn, innerJoinOn, join, joinDefault, joinDefaultOn, joinOn, joinOn, joinOn, leftJoin, leftJoinDefault, leftJoinDefaultOn, leftJoinOn, leftJoinOn, leftJoinOn, rightJoin, rightJoinDefault, rightJoinDefaultOn, rightJoinOn, rightJoinOn, rightJoinOnafterKeyset, afterKeyset, afterKeyset, beforeKeyset, beforeKeyset, beforeKeysetorderBy, orderByAsc, orderByAsc, orderByDesc, orderByDescgroupBy, groupByhavingOr, setHavingExpression, setHavingExpressionSubquerieshaving, havingCase, havingExists, havingExists, havingNotExists, havingNotExists, havingSimpleCase, havingSubqueries, havingSubquery, havingSubquery, havingSubquery, havingSubquerydistinctgetFirstResult, getMaxResults, setFirstResult, setMaxResultsX 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–2018 Blazebit. All rights reserved.