Package org.apache.cayenne.template
Class SQLTemplateRenderingUtils
java.lang.Object
org.apache.cayenne.template.SQLTemplateRenderingUtils
Implements utility methods used inside Velocity templates when rendering
SQLTemplates.
- Since:
- 1.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncayenneExp
(Object object, String expression) Returns the result of evaluation of expression with object.
-
Constructor Details
-
SQLTemplateRenderingUtils
public SQLTemplateRenderingUtils()
-
-
Method Details
-
cayenneExp
Returns the result of evaluation of expression with object.
-