@Documented @Target(value={FIELD,TYPE}) @Retention(value=RUNTIME) public @interface Unique
Modifier and Type | Required Element and Description |
---|---|
String[] |
columns
Unique columns names (used only in @Table definition).
|
Modifier and Type | Optional Element and Description |
---|---|
String |
name
Constraint name.
|
Conflict |
onConflict
The on clonflict clause (default ROLLBACK).
|
public abstract String[] columns
public abstract String name
public abstract Conflict onConflict
Copyright © 2015. All Rights Reserved.