Annotation Interface SQLIgnore


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface SQLIgnore
Placing this annotation on public fields or getter/setter methods on POJOs hints at this field not being included in the resulting collection/table.
Author:
Matthew Tropiano