Uses of Enum Class
com.foreach.across.modules.entity.registry.EntityAssociation.ParentDeleteMode
Package
Description
-
Uses of EntityAssociation.ParentDeleteMode in com.foreach.across.modules.entity.config.builders
Modifier and TypeMethodDescriptionEntityAssociationBuilder.parentDeleteMode
(EntityAssociation.ParentDeleteMode parentDeleteMode) Set the UI behaviour in case the parent entity is being deleted but there are associations. -
Uses of EntityAssociation.ParentDeleteMode in com.foreach.across.modules.entity.registry
Modifier and TypeMethodDescriptionEntityAssociation.getParentDeleteMode()
EntityAssociationImpl.getParentDeleteMode()
Returns the enum constant of this class with the specified name.static EntityAssociation.ParentDeleteMode[]
EntityAssociation.ParentDeleteMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
EntityAssociationImpl.setParentDeleteMode
(EntityAssociation.ParentDeleteMode parentDeleteMode) void
MutableEntityAssociation.setParentDeleteMode
(EntityAssociation.ParentDeleteMode parentDeleteMode)