fields property

Iterable<SqlField> fields
final

Use can specify some additional fields using the fields property, if you want to save not only model fields (see more details in SqlField)

Implementation

final Iterable<SqlField> fields;