Uses of Enum Class
io.fluxzero.common.api.modeling.ModelDeletionCascade
Packages that use ModelDeletionCascade
-
Uses of ModelDeletionCascade in io.fluxzero.common.api.modeling
Subclasses with type arguments of type ModelDeletionCascade in io.fluxzero.common.api.modelingModifier and TypeClassDescriptionenumRequired scope of an explicit independent-model hard deletion.Methods in io.fluxzero.common.api.modeling that return ModelDeletionCascadeModifier and TypeMethodDescriptionstatic ModelDeletionCascadeReturns the enum constant of this class with the specified name.static ModelDeletionCascade[]ModelDeletionCascade.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.common.api.modeling with parameters of type ModelDeletionCascade -
Uses of ModelDeletionCascade in io.fluxzero.common.modeling
Methods in io.fluxzero.common.modeling with parameters of type ModelDeletionCascadeModifier and TypeMethodDescriptionstatic StringModelRelationshipQueries.deletionFingerprint(String rootId, ModelDeletionCascade cascade, List<String> orderedIds) Stable fingerprint for one ordered hard-deletion selection.