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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -