Interface BlazeFetchParent<Z,X>

Type Parameters:
Z - The source type
X - The target type
All Superinterfaces:
FetchParent<Z,X>
All Known Subinterfaces:
BlazeCollectionJoin<Z,E>, BlazeFetch<Z,X>, BlazeFrom<Z,X>, BlazeJoin<Z,X>, BlazeListJoin<Z,E>, BlazeMapJoin<Z,K,V>, BlazeRoot<X>, BlazeSetJoin<Z,E>

public interface BlazeFetchParent<Z,X> extends FetchParent<Z,X>
An extended version of FetchParent.
Since:
1.2.0
Author:
Christian Beikov
  • Method Details