Class DefaultFetchStrategy
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.strategies.DefaultFetchStrategy
-
- All Implemented Interfaces:
FetchStrategy,java.io.Serializable
public class DefaultFetchStrategy extends java.lang.Object implements FetchStrategy
Default fetch strategy. When used works like no fetch strategy is used.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultFetchStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMutable()booleanneedsFetch(java.lang.String attributeQualifier)
-
-
-
Method Detail
-
needsFetch
public boolean needsFetch(java.lang.String attributeQualifier)
- Specified by:
needsFetchin interfaceFetchStrategy
-
isMutable
public boolean isMutable()
- Specified by:
isMutablein interfaceFetchStrategy
-
-