declex icon indicating copy to clipboard operation
declex copied to clipboard

@Column policy for @LocalDBModels

Open smaugho opened this issue 7 years ago • 0 comments

It would be nice to have a @Column policy for @LocalDBModels:

If @Column is used in at least one parameter, only @Column annotated fields will be Columns. If @Column is not used, all fields will be columns (transient will be used for not column).

smaugho avatar Jun 10 '17 04:06 smaugho