Class Hierarchy
- java.lang.Object
- com.blazebit.persistence.impl.plan.CustomModificationQueryPlan (implements com.blazebit.persistence.impl.plan.ModificationQueryPlan)
- com.blazebit.persistence.impl.plan.CustomReturningModificationQueryPlan<T> (implements com.blazebit.persistence.impl.plan.ModificationQueryPlan, com.blazebit.persistence.impl.plan.SelectQueryPlan<T>)
- com.blazebit.persistence.impl.plan.CustomSelectQueryPlan<T> (implements com.blazebit.persistence.impl.plan.SelectQueryPlan<T>)
- com.blazebit.persistence.impl.plan.DefaultModificationQueryPlan (implements com.blazebit.persistence.impl.plan.ModificationQueryPlan)
- com.blazebit.persistence.impl.plan.DefaultSelectQueryPlan<T> (implements com.blazebit.persistence.impl.plan.SelectQueryPlan<T>)
Interface Hierarchy
- com.blazebit.persistence.impl.plan.ModificationQueryPlan
- com.blazebit.persistence.impl.plan.SelectQueryPlan<T>