Uses of Enum Class
com.foreach.across.modules.entity.registry.EntityAssociation.ParentDeleteMode
Packages that use EntityAssociation.ParentDeleteMode
Package
Description
-
Uses of EntityAssociation.ParentDeleteMode in com.foreach.across.modules.entity.config.builders
Methods in com.foreach.across.modules.entity.config.builders with parameters of type EntityAssociation.ParentDeleteModeModifier 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
Methods in com.foreach.across.modules.entity.registry that return EntityAssociation.ParentDeleteModeModifier 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.Methods in com.foreach.across.modules.entity.registry with parameters of type EntityAssociation.ParentDeleteModeModifier and TypeMethodDescriptionvoid
EntityAssociationImpl.setParentDeleteMode
(EntityAssociation.ParentDeleteMode parentDeleteMode) void
MutableEntityAssociation.setParentDeleteMode
(EntityAssociation.ParentDeleteMode parentDeleteMode)