@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
public @interface UNIQUE
Modifier and Type | Optional Element and Description |
---|---|
ConflictClauses |
onConflict
Sets action on UNIQUE constraint violation, see
ConflictClauses |
public abstract ConflictClauses onConflict
ConflictClauses