Uses of Interface
com.blazebit.persistence.BaseJoinOnBuilder
Packages that use BaseJoinOnBuilder
-
Uses of BaseJoinOnBuilder in com.blazebit.persistence
Classes in com.blazebit.persistence with type parameters of type BaseJoinOnBuilderModifier and TypeInterfaceDescriptioninterfaceBaseJoinOnBuilder<T extends BaseJoinOnBuilder<T>>A base interface for builders that support join on.Subinterfaces of BaseJoinOnBuilder in com.blazebit.persistenceModifier and TypeInterfaceDescriptioninterfaceThe builder interface for a on predicate container that connects predicates with the AND operator.interfaceAn interface for builders that support join on.interfaceThe builder interface for a on predicate container that connects predicates with the OR operator.