org.hibernate.annotations.ColumnTransformer |
Custom SQL expression used to read the value from and write a value to a column.
Use for direct object loading/saving as well as queries.
The write expression must contain exactly one '?' placeholder for the value.
For example: read="decrypt(credit_card_num)" write="encrypt(?)"
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |