Uses of Interface
com.blazebit.persistence.querydsl.ExtendedFetchable
-
Uses of ExtendedFetchable in com.blazebit.persistence.querydsl
Subinterfaces of ExtendedFetchable in com.blazebit.persistence.querydsl Modifier and Type Interface Description interfaceSetExpression<RT>Set expresion defines an interface for set operation queries.Classes in com.blazebit.persistence.querydsl that implement ExtendedFetchable Modifier and Type Class Description classAbstractBlazeJPAQuery<T,Q extends AbstractBlazeJPAQuery<T,Q>>Abstract base class for JPA API based implementations of the JPQLQuery interfaceclassBlazeJPAQuery<T>BlazeJPAQuery is the default implementation of the JPQLQuery interface for Blaze-Persistence JPQL.NextclassSetExpressionImpl<T,Q extends AbstractBlazeJPAQuery<T,Q>>Default implementation forSetExpression.