Search code examples
javadatabaseserializablemvel

Mvel's compiled expression how to store in database


I have to save the compiled expression from MVel in database. So that I can use this directly to evaluate the expression. How can I do that.


Solution

  • All compiled expressions are serializable, and thus can be saved as blobs.