Uses of Interface
com.blazebit.persistence.BaseJoinOnBuilder
-
Packages that use BaseJoinOnBuilder Package Description com.blazebit.persistence Blaze-Persistence is a rich Criteria API for JPA. -
-
Uses of BaseJoinOnBuilder in com.blazebit.persistence
Classes in com.blazebit.persistence with type parameters of type BaseJoinOnBuilder Modifier and Type Interface Description interfaceBaseJoinOnBuilder<T extends BaseJoinOnBuilder<T>>A base interface for builders that support join on.Subinterfaces of BaseJoinOnBuilder in com.blazebit.persistence Modifier and Type Interface Description interfaceJoinOnAndBuilder<T>The builder interface for a on predicate container that connects predicates with the AND operator.interfaceJoinOnBuilder<T>An interface for builders that support join on.interfaceJoinOnOrBuilder<T>The builder interface for a on predicate container that connects predicates with the OR operator.
-