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

javascript - How do you prevent nested queries/catches in sequelize? -

ruby on rails - ActiveRecord order not working -

java - ConcurrentModificationException upon committing transaction with Hibernate -