Uses of Class
org.panteleyev.persistence.annotations.ReferenceOption
-
Packages that use ReferenceOption Package Description org.panteleyev.persistence.annotations This package defines annotations applied to Java classes implementing database table records. -
-
Uses of ReferenceOption in org.panteleyev.persistence.annotations
Methods in org.panteleyev.persistence.annotations that return ReferenceOption Modifier and Type Method Description static ReferenceOptionReferenceOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReferenceOption[]ReferenceOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-