Re: [hibernate-dev] Annotation name for column-level read/write expression

2010-09-28 Thread Justin Sands
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

[hibernate-dev] where can I learn about contributing a patch to hibernate?

2010-09-21 Thread Justin Sands
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