Class FetchWrapper<Z,X>
java.lang.Object
org.omnifaces.persistence.service.FetchWrapper<Z,X>
- Type Parameters:
Z
- Generic entity type of fetch source.X
- Generic entity type of fetch target.
- All Implemented Interfaces:
Fetch<Z,
,X> FetchParent<Z,
X>
A wrapper for Fetch
, useful in case you intend to decorate it.
- Author:
- Bauke Scholtz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetch
(PluralAttribute<? super X, ?, Y> attribute) fetch
(PluralAttribute<? super X, ?, Y> attribute, JoinType jt) fetch
(SingularAttribute<? super X, Y> attribute) fetch
(SingularAttribute<? super X, Y> attribute, JoinType jt) <X,
Y> Fetch<X, Y> <X,
Y> Fetch<X, Y> FetchParent<?,
Z>
-
Constructor Details
-
FetchWrapper
-
-
Method Details
-
getWrapped
-
getAttribute
- Specified by:
getAttribute
in interfaceFetch<Z,
X>
-
getFetches
- Specified by:
getFetches
in interfaceFetchParent<Z,
X>
-
getParent
-
getJoinType
- Specified by:
getJoinType
in interfaceFetch<Z,
X>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<Z,
X>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<Z,
X>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<Z,
X>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<Z,
X>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<Z,
X>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<Z,
X>
-