Package com.esprow.oapi.repository
Interface OapiUnique
public interface OapiUnique
Specifies the uniqueness of a field value.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a reference to the specific field or fields that must be unique.
-
Method Details
-
getFieldRefs
List<OapiFieldRef> getFieldRefs()Returns a reference to the specific field or fields that must be unique.- Returns:
- a reference to the specific field or fields that must be unique
-