Uses of Interface
org.hibernate.engine.spi.CascadingAction
-
Packages that use CascadingAction Package Description org.hibernate.engine.spi org.hibernate.loader.entity -
-
Uses of CascadingAction in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement CascadingAction Modifier and Type Class Description static classCascadingActions.BaseCascadingActionFields in org.hibernate.engine.spi declared as CascadingAction Modifier and Type Field Description static CascadingActionCascadingActions. DELETEstatic CascadingActionCascadingActions. EVICTstatic CascadingActionCascadingActions. LOCKstatic CascadingActionCascadingActions. MERGEstatic CascadingActionCascadingActions. PERSISTstatic CascadingActionCascadingActions. PERSIST_ON_FLUSHExecute persist during flush timestatic CascadingActionCascadingActions. REFRESHstatic CascadingActionCascadingActions. REPLICATEstatic CascadingActionCascadingActions. SAVE_UPDATEMethods in org.hibernate.engine.spi with parameters of type CascadingAction Modifier and Type Method Description booleanCascadeStyle. doCascade(CascadingAction action)For this style, should the given action be cascaded?booleanCascadeStyles.MultipleCascadeStyle. doCascade(CascadingAction action)booleanCascadeStyle. reallyDoCascade(CascadingAction action)Probably more aptly named something like doCascadeToCollectionElements(); it is however used from both the collection and to-one logic branches...booleanCascadeStyles.BaseCascadeStyle. reallyDoCascade(CascadingAction action)booleanCascadeStyles.MultipleCascadeStyle. reallyDoCascade(CascadingAction action) -
Uses of CascadingAction in org.hibernate.loader.entity
Constructors in org.hibernate.loader.entity with parameters of type CascadingAction Constructor Description CascadeEntityJoinWalker(OuterJoinLoadable persister, CascadingAction action, SessionFactoryImplementor factory)CascadeEntityLoader(OuterJoinLoadable persister, CascadingAction action, SessionFactoryImplementor factory)
-