Uses of Class
adalid.core.enums.OnDeleteAction
-
Packages that use OnDeleteAction Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of OnDeleteAction in adalid.core
Methods in adalid.core that return OnDeleteAction Modifier and Type Method Description OnDeleteActionAbstractPersistentEntity. getOnDeleteAction() -
Uses of OnDeleteAction in adalid.core.annotations
Methods in adalid.core.annotations that return OnDeleteAction Modifier and Type Method Description OnDeleteActiononDelete()onDelete especifica la acción del gestor de base de datos al eliminar filas de la tabla de la base de datos correspondiente a la entidad referenciada. -
Uses of OnDeleteAction in adalid.core.enums
Methods in adalid.core.enums that return OnDeleteAction Modifier and Type Method Description static OnDeleteActionOnDeleteAction. valueOf(String name)Returns the enum constant of this type with the specified name.static OnDeleteAction[]OnDeleteAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OnDeleteAction in adalid.core.interfaces
Methods in adalid.core.interfaces that return OnDeleteAction Modifier and Type Method Description OnDeleteActionPersistentEntityReference. getOnDeleteAction()
-