Uses of Interface
nl.datasteel.crudcraft.projection.impl.CollectionHydrator.RowFetcher
Packages that use CollectionHydrator.RowFetcher
-
Uses of CollectionHydrator.RowFetcher in nl.datasteel.crudcraft.projection.impl
Methods in nl.datasteel.crudcraft.projection.impl with parameters of type CollectionHydrator.RowFetcherModifier and TypeMethodDescriptionstatic <T,
D> void CollectionHydrator.hydrateCollections
(Class<T> entityType, ProjectionMetadata<D> metadata, Map<Object, D> dtoMap, CollectionHydrator.RowFetcher fetcher) Hydrates collection attributes in the DTO map by fetching the necessary data from the database.