Search:

Type: Posts; User: thai; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,761

    encodePassword

    Could you post your encodePassword() ?

    you might want to talk a look at this post:
    http://forum.springsource.org/showthread.php?t=99013
  2. Spring, Hibernate, and aes_encrypt function in MySQL

    Hi all,

    Spring and Hibernate provided the way to insert a record into database via the save() method.
    Ex:
    User() user = new User(int id, String name);
    userDAO.save(user);

    which is great. ...
Results 1 to 2 of 2