Search:

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

Search: Search took 0.02 seconds.

  1. Come on, this should be somehow possible. After 2...

    Come on, this should be somehow possible. After 2 months, any ideas?
  2. Is this really not possible with Spring Data /...

    Is this really not possible with Spring Data / MongoDB? -- Just to update an outdated object with fresh contents from the database, like in JPA?
  3. mongodb: refresh existing POJO to reflect db changes

    The user object is loaded on login time by spring security. Then, during the session:


    User self = (User) SecurityContextHolder.getContext().getAuthentication().getPrincipal();
    ...
Results 1 to 3 of 3