Package org.apache.cayenne.template
Class SQLTemplateRenderingUtils
java.lang.Object
org.apache.cayenne.template.SQLTemplateRenderingUtils
public class SQLTemplateRenderingUtils extends Object
Implements utility methods used inside Velocity templates when rendering
SQLTemplates.
- Since:
- 1.1
-
Constructor Summary
Constructors Constructor Description SQLTemplateRenderingUtils()
-
Method Summary
Modifier and Type Method Description Object
cayenneExp(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.
-