-
Optional Element Summary
Optional Elements
Define the name of the database field.
int
Define the position of the database field (is needed for passing field position when serializing object as
PostgreSQL ROW).
Transformer class of type
ValueTransformer that can be used to transform
incoming value into a needed class (is needed for cases like non-standard way of passing enums).
-
Element Details
-
name
Define the name of the database field.
- Default:
""
-
position
int position
Define the position of the database field (is needed for passing field position when serializing object as
PostgreSQL ROW).
- Default:
-1
-
-
mapper
- Default:
org.zalando.typemapper.core.fieldMapper.DefaultObjectMapper.class