Uses of Interface
de.hybris.platform.servicelayer.model.strategies.FetchStrategy
-
Packages that use FetchStrategy Package Description de.hybris.platform.servicelayer.model de.hybris.platform.servicelayer.model.strategies -
-
Uses of FetchStrategy in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that return FetchStrategy Modifier and Type Method Description FetchStrategyItemContextBuilder. getFetchStrategy()protected FetchStrategyItemModelContextImpl. getFetchStrategy()Methods in de.hybris.platform.servicelayer.model with parameters of type FetchStrategy Modifier and Type Method Description voidItemContextBuilder. setFetchStrategy(FetchStrategy fetchStrategy)voidItemModelContextImpl. setFetchStrategy(FetchStrategy fetchStrategy) -
Uses of FetchStrategy in de.hybris.platform.servicelayer.model.strategies
Classes in de.hybris.platform.servicelayer.model.strategies that implement FetchStrategy Modifier and Type Class Description classDefaultFetchStrategyDefault fetch strategy.classFetchAlwaysReferencesStrategyAlways fetch models having references to other models.
-