- fetch(SingularAttribute<? super X, Y>) - Method in class org.omnifaces.persistence.service.FetchWrapper
-
- fetch(SingularAttribute<? super X, Y>, JoinType) - Method in class org.omnifaces.persistence.service.FetchWrapper
-
- fetch(PluralAttribute<? super X, ?, Y>) - Method in class org.omnifaces.persistence.service.FetchWrapper
-
- fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in class org.omnifaces.persistence.service.FetchWrapper
-
- fetch(String) - Method in class org.omnifaces.persistence.service.FetchWrapper
-
- fetch(String, JoinType) - Method in class org.omnifaces.persistence.service.FetchWrapper
-
- fetch(SingularAttribute<? super X, Y>) - Method in class org.omnifaces.persistence.service.RootWrapper
-
- fetch(SingularAttribute<? super X, Y>, JoinType) - Method in class org.omnifaces.persistence.service.RootWrapper
-
- fetch(PluralAttribute<? super X, ?, Y>) - Method in class org.omnifaces.persistence.service.RootWrapper
-
- fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in class org.omnifaces.persistence.service.RootWrapper
-
- fetch(String) - Method in class org.omnifaces.persistence.service.RootWrapper
-
- fetch(String, JoinType) - Method in class org.omnifaces.persistence.service.RootWrapper
-
- fetchLazyBlobs(E) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Fetch all lazy blobs of given entity.
- fetchLazyBlobs(Optional<E>) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Fetch all lazy blobs of given optional entity.
- fetchLazyCollections(E, Function<E, Collection<?>>...) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Fetch lazy collections of given entity on given getters.
- fetchLazyCollections(Optional<E>, Function<E, Collection<?>>...) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Fetch lazy collections of given optional entity on given getters.
- fetchLazyMaps(E, Function<E, Map<?, ?>>...) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Fetch lazy maps of given entity on given getters.
- fetchLazyMaps(Optional<E>, Function<E, Map<?, ?>>...) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Fetch lazy maps of given optional entity on given getters.
- FetchWrapper<Z,X> - Class in org.omnifaces.persistence.service
-
A wrapper for
Fetch
, useful in case you intend to decorate it.
- FetchWrapper(Fetch<Z, X>) - Constructor for class org.omnifaces.persistence.service.FetchWrapper
-
- find(String, Object...) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Find entity by the given query and positional parameters, if any.
- find(String, Consumer<Map<String, Object>>) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Find entity by the given query and mapped parameters, if any.
- find(BaseEntityService.CriteriaQueryBuilder<E>, Consumer<Map<String, Object>>) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
- findById(I) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Find entity by the given ID.
- findById(I, boolean) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Find entity by the given ID and set whether it may return a soft deleted one.
- findFirst(String, Object...) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Find first entity by the given query and positional parameters, if any.
- findFirst(String, Consumer<Map<String, Object>>) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Find first entity by the given query and mapped parameters, if any.
- findFirst(BaseEntityService.CriteriaQueryBuilder<E>, Consumer<Map<String, Object>>) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
- findSoftDeletedById(I) - Method in class org.omnifaces.persistence.service.BaseEntityService
-
Find soft deleted entity by the given ID.