@Converter

From NovaOrdis Knowledge Base
Revision as of 20:35, 31 October 2018 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Configuration

@Convert(autoapply=true)

If autoapply=true is set, the JPA provider will use this Converter to covert all entity attributes of the given type. If autoapply=false, then each field to be converted must be specifically annotated.