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

arrays - PHP Shopping Cart Variable and Object errors -

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -