Package net.croz.nrich.search.api.model
Class SearchJoin<R>
java.lang.Object
net.croz.nrich.search.api.model.SearchJoin<R>
- Type Parameters:
R- search request
Join or join fetch that will be applied to query if condition is satisfied (it condition is null join will always be applied).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <R> SearchJoin<R>static <R> SearchJoin<R>innerJoinFetch(String path) static <R> SearchJoin<R>static <R> SearchJoin<R>leftJoinFetch(String path)
-
Constructor Details
-
SearchJoin
public SearchJoin()
-
-
Method Details
-
innerJoin
-
leftJoin
-
innerJoinFetch
-
leftJoinFetch
-