I am looking some example for integration of latest Spring framework security with Hibernate based on annotation( ie JPA) with user credential from the DB. How can I do this? can I go for password encoding and decoding with Spring?
One of the solution available is with link here but this is based on Spring 2.5 with XML configuration. I want to avoid xml and use annotation.