Uses of Interface
org.hibernate.engine.spi.CascadingAction
Packages that use CascadingAction
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of CascadingAction in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement CascadingActionFields in org.hibernate.engine.spi declared as CascadingActionModifier and TypeFieldDescriptionstatic final CascadingAction<Void> CascadingActions.CHECK_ON_FLUSHstatic final CascadingAction<DeleteContext> CascadingActions.DELETEDeprecated, for removal: This API element is subject to removal in a future version.static final CascadingAction<Void> CascadingActions.EVICTstatic final CascadingAction<LockOptions> CascadingActions.LOCKDeprecated, for removal: This API element is subject to removal in a future version.becauseCascadeType.LOCKis deprecatedstatic final CascadingAction<MergeContext> CascadingActions.MERGEstatic final CascadingAction<PersistContext> CascadingActions.PERSISTstatic final CascadingAction<PersistContext> CascadingActions.PERSIST_ON_FLUSHExecute persist during flush timestatic final CascadingAction<RefreshContext> CascadingActions.REFRESHstatic final CascadingAction<DeleteContext> CascadingActions.REMOVEstatic final CascadingAction<ReplicationMode> CascadingActions.REPLICATEMethods in org.hibernate.engine.spi with parameters of type CascadingActionModifier and TypeMethodDescriptionbooleanCascadeStyle.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.ast.spi
Methods in org.hibernate.loader.ast.spi that return CascadingAction
CascadingActions.REMOVE