Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The @Field annotation is applied to a method which should be mapped to a column in the database.  The method must be public.

An optional @Converter  annotation can be used to override the default conversion from the database.

Code Block
languagejava
@Converter(converter = ConditionsRecordConverter.class)

This is only used in a few special cases.