entitymanager - Integrate BooleanExpression into SQL query -


this situation :

booleanexpression = //a booleanexpression; @autowired private entitymanager em; list<tuple> result = (list<tuple>) em.createquery("select x y where" + be); 

what take booleanexpression , calculate "where"...any suggestion?


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -