Annotation Interface DataTransformer
Generic version of allowing transformations to be applied when reading or writing
data to and from the database. Inspired by Hibernate's
ColumnTransformer concept.- Since:
- 1.0
- Author:
- graemerocher
-
Optional Element Summary
Optional Elements
-
Element Details
-
read
-
write
String writeAn expression use to write a value to the database.- Returns:
- The expression
- Default:
""
-