There is a perfectly reasonable use case for a binary operation (though it
still
applies to one column).
>From your credit card example, there is sometimes more than one key.
@ReadWriteExpression(
read="decrypt(credit_card_num, key)",
write="decrypt(credit_card_num, key)")
- Origina
Hi, I have a patch I would like to contribute; however, I am unfamiliar with
the
hibernate development community.
How can I find out how I should proceed? I've been on the hibernate.org and
JBoss sites, but didn't find a "how to contribute" FAQ.
Can someone point me in the right direction?
Th