Annotation Interface Column
The annotation to configure the mapping from an attribute to a database column.
- Author:
- Kazuki Shimizu, Florian Lüdiger, Bastian Wilhelm, Mark Paluch
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe column name. The attribute supports Value Expressions to dynamically obtain the column name on a per-operation basis. Expressions returning aStringaresanitizedprior usage. Expressions can also return aSqlIdentifierdirectly that is used as-is without further sanitization.- Default:
""
-