@Retention(value=CLASS)
@Target(value=FIELD)
public @interface PrimaryKey
RealmException
.
Primary keys also count as having the Index
and Required
annotations.
Only one field pr. RealmObject class can have this annotation and it is only allowed on the following
types: String, short, int, long, byte