Class CascadingActions.BaseCascadingAction<T>

java.lang.Object
org.hibernate.engine.spi.CascadingActions.BaseCascadingAction<T>
All Implemented Interfaces:
CascadingAction<T>
Enclosing class:
CascadingActions

public abstract static class CascadingActions.BaseCascadingAction<T> extends Object implements CascadingAction<T>
  • Constructor Details

    • BaseCascadingAction

      public BaseCascadingAction()
  • Method Details

    • 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>