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) |
X |
bind(String attribute,
Object value) |
whereOr
where, whereCase, whereExists, whereNotExists, whereSimpleCase, whereSubquery, whereSubquery
from, from, fromNew, fromNew, fromOld, fromOld, innerJoin, innerJoinDefault, innerJoinDefaultOn, innerJoinOn, join, joinDefault, joinDefaultOn, joinOn, leftJoin, leftJoinDefault, leftJoinDefaultOn, leftJoinOn, rightJoin, rightJoinDefault, rightJoinDefaultOn, rightJoinOn
afterKeyset, afterKeyset, afterKeyset, beforeKeyset, beforeKeyset, beforeKeyset
orderBy, orderByAsc, orderByAsc, orderByDesc, orderByDesc
groupBy, groupBy
havingOr
having, havingCase, havingExists, havingNotExists, havingSimpleCase, havingSubquery, havingSubquery
distinct
getFirstResult, getMaxResults, setFirstResult, setMaxResults
Copyright © 2015 Blazebit. All Rights Reserved.