Package com.blazebit.persistence
Interface ReturningModificationCriteriaBuilder<X extends ReturningModificationCriteriaBuilder<X,Y>,Y>
-
- Type Parameters:
X
- The concrete builder typeY
- The parent query build type
- All Superinterfaces:
BaseModificationCriteriaBuilder<X>
,BaseWhereBuilder<X>
,CommonQueryBuilder<X>
,ConfigurationSource
,ParameterHolder<X>
,ReturningBuilder<X>
,ServiceProvider
,WhereBuilder<X>
- All Known Subinterfaces:
ReturningDeleteCriteriaBuilder<T,X>
,ReturningInsertCriteriaBuilder<T,X>
,ReturningUpdateCriteriaBuilder<T,X>
public interface ReturningModificationCriteriaBuilder<X extends ReturningModificationCriteriaBuilder<X,Y>,Y> extends CommonQueryBuilder<X>, BaseModificationCriteriaBuilder<X>, ReturningBuilder<X>
A builder for modification queries.- Since:
- 1.1.0
- Author:
- Christian Beikov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Y
end()
Finishes the returning builder and returns the parent builder.-
Methods inherited from interface com.blazebit.persistence.BaseWhereBuilder
where, whereCase, whereExists, whereExists, whereExpression, whereExpressionSubqueries, whereNotExists, whereNotExists, whereSimpleCase, whereSubqueries, whereSubquery, whereSubquery, whereSubquery, whereSubquery
-
Methods inherited from interface com.blazebit.persistence.CommonQueryBuilder
getCriteriaBuilderFactory, getMetamodel, isCacheable, registerMacro, setCacheable, setProperties, setProperty
-
Methods inherited from interface com.blazebit.persistence.spi.ConfigurationSource
getProperties, getProperty
-
Methods inherited from interface com.blazebit.persistence.ParameterHolder
containsParameter, getParameter, getParameters, getParameterValue, isParameterSet, setParameter, setParameter, setParameter, setParameterType
-
Methods inherited from interface com.blazebit.persistence.ReturningBuilder
returning
-
Methods inherited from interface com.blazebit.persistence.spi.ServiceProvider
getService
-
Methods inherited from interface com.blazebit.persistence.WhereBuilder
setWhereExpression, setWhereExpressionSubqueries, whereOr
-
-
-
-
Method Detail
-
end
Y end()
Finishes the returning builder and returns the parent builder.- Returns:
- The parent builder
-
-