Class DefaultPrefetchAttributeMode

    • Constructor Detail

      • DefaultPrefetchAttributeMode

        public DefaultPrefetchAttributeMode()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isPrefetchedAsDefault

        protected boolean isPrefetchedAsDefault​(AttributeDescriptor desc)
        Called when no specific preFetch property has been found. Calls ItemModelConverter.mustConvert(Type) in order to determine whether or not to preLoad the model attribute.
        Parameters:
        desc - the attribute descriptor to evaluate