org.androwrapee.db
Annotation Type ReferenceField


@Retention(value=RUNTIME)
public @interface ReferenceField

The ReferenceField annotation that can be used to annotate fields that mark the related entity of the current object. A Reference Field is not saved as it is in the database. Instead, the id field of the related class is used.