Uses of Enum Class
adalid.core.enums.CascadeType
Packages that use CascadeType
-
Uses of CascadeType in adalid.core
Methods in adalid.core that return CascadeTypeModifier and TypeMethodDescriptionAbstractEntity.getCascadeType()EntityCollection.getCascadeType()Methods in adalid.core with parameters of type CascadeTypeModifier and TypeMethodDescriptionvoidEntityCollection.setCascadeType(CascadeType... cascadeType) El método setCascadeType se utiliza para establecer el conjunto de operaciones que se propagan a la entidad relacionada. -
Uses of CascadeType in adalid.core.enums
Methods in adalid.core.enums that return CascadeTypeModifier and TypeMethodDescriptionstatic CascadeTypeReturns the enum constant of this class with the specified name.static CascadeType[]CascadeType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CascadeType in adalid.core.interfaces
Methods in adalid.core.interfaces that return CascadeType