How to use Hibernate’s @ColumnTransformer annotaion? How to format or modify a database column value using @ColumnTransformer?
Let me give you an introduction. If you want to skip and jump quickly into the implementation part then scroll down to the Examples section. First of all, what is an SQL Expression? It’s a combination of one or more values, operators and SQL functions that evaluates to a value. We usually use queries combined […]
Continue Reading