Uses of Interface
com.blazebit.persistence.StartOngoingSetOperationBuilder
-
Packages that use StartOngoingSetOperationBuilder Package Description com.blazebit.persistence Blaze-Persistence is a rich Criteria API for JPA. -
-
Uses of StartOngoingSetOperationBuilder in com.blazebit.persistence
Classes in com.blazebit.persistence with type parameters of type StartOngoingSetOperationBuilder Modifier and Type Interface Description interface
BaseOngoingSetOperationBuilder<X,Y,Z extends StartOngoingSetOperationBuilder<?,?,?>>
An interface for builders that support set operators.interface
OngoingSetOperationBuilder<X,Y,Z extends StartOngoingSetOperationBuilder<?,?,?>>
A base interface for builders that support set operators.interface
SetOperationBuilder<X,Y extends StartOngoingSetOperationBuilder<?,?,?>>
An interface for builders that support set operators.interface
StartOngoingSetOperationBuilder<X,Y,Z extends StartOngoingSetOperationBuilder<?,?,?>>
An interface for builders that support set operators.Subinterfaces of StartOngoingSetOperationBuilder in com.blazebit.persistence Modifier and Type Interface Description interface
StartOngoingSetOperationCriteriaBuilder<X,Y>
An interface for builders that support set operators.interface
StartOngoingSetOperationCTECriteriaBuilder<X,Y>
An interface for builders that support set operators.interface
StartOngoingSetOperationSubqueryBuilder<X,Y>
An interface for builders that support set operators.
-