Annotation Interface EntityRepresentation


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @Inherited public @interface EntityRepresentation
Defines entity representation for database operations. Is type is TABULAR it means default entity representation and COLUMN will mean result will contain single column with the value of given type.
Since:
4.0.0
Author:
radovanradic