Class CascadingActions.BaseCascadingAction<T>

    • Constructor Detail

      • BaseCascadingAction

        public BaseCascadingAction()
    • Method Detail

      • performOnLazyProperty

        public boolean performOnLazyProperty()
        Description copied from interface: CascadingAction
        Should this action be performed (or noCascade consulted) in the case of lazy properties.
        Specified by:
        performOnLazyProperty in interface CascadingAction<T>