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