Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isMutable()  
      boolean needsFetch​(java.lang.String attributeQualifier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultFetchStrategy

        public DefaultFetchStrategy()
    • Method Detail

      • needsFetch

        public boolean needsFetch​(java.lang.String attributeQualifier)
        Specified by:
        needsFetch in interface FetchStrategy