Package org.kuali.rice.krad.data.jpa
Annotation Interface RemoveMapping
Class level annotation that indicates that a mapping inherited from a superclass should be "unmapped" in the child
class.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Required Element Summary
Required Elements
-
Element Details
-
name
String name(Required) The property name of the mapping to remove.- Returns:
- the property name of the mapping to remove.
-