grails - How to display “where value is in dynamic list” in HQL/GORM? (MongoDB) -


i using mongodb gorm. in shopping cart, have stored product id in mongodb , want corresponding product details stored in mysql.

when product id, able display them individually. def cart = u.mycart println cart[0]

it array list. how can elements , query list in mysql?

looks fit getall, if productid identifier.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -