Uses of Class
net.lecousin.reactive.data.relational.annotations.ForeignKey.OnForeignDeleted
-
Packages that use ForeignKey.OnForeignDeleted Package Description net.lecousin.reactive.data.relational.annotations -
-
Uses of ForeignKey.OnForeignDeleted in net.lecousin.reactive.data.relational.annotations
Methods in net.lecousin.reactive.data.relational.annotations that return ForeignKey.OnForeignDeleted Modifier and Type Method Description ForeignKey.OnForeignDeletedonForeignDeleted()static ForeignKey.OnForeignDeletedForeignKey.OnForeignDeleted. valueOf(String name)Returns the enum constant of this type with the specified name.static ForeignKey.OnForeignDeleted[]ForeignKey.OnForeignDeleted. values()Returns an array containing the constants of this enum type, in the order they are declared.
-