Search:

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

Search: Search took 0.02 seconds.

  1. Thread: MongoDb $push

    by yukatan
    Replies
    0
    Views
    208

    MongoDb $push

    When Im using Update.push in a nested collection



    Update update = new Update().push("nodeActivities.$.activities",activity);


    the Activity pojo is add correctly to activities collection but...
  2. Replies
    0
    Views
    245

    Big problem MongoDb and QuerysDSL

    We are using the last builds from the repositorys with QueryDSL 2.5

    We have a POJO as Mongo entity with a String as id property.

    The problem is that when we insert the entity with the id...
  3. Replies
    1
    Views
    618

    [solved]

    The solution is to execute the code in a SessionCallback Object




    template.execute(new SessionCallback() {

    @Override
    public Object execute(RedisOperations operations)...
  4. Replies
    1
    Views
    618

    RedisTemplate multi() and exec()

    Hi,

    I have a problem with the RedisTemplate class when I try to use it in a multi-thread envirotment. In the Spring Data Redis documentation I can read that the class is thread-safe, but when I...
Results 1 to 4 of 4