I want to know if there is any way to convert a String to Java compilable code.
I have a comparative expression saved in a database field. I want to retrieve it from database, then evaluate it inside a conditional structure.
Is there any way to do this?