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 SummaryConstructors Constructor Description SQLTemplateRenderingUtils()
- 
Method SummaryModifier and Type Method Description ObjectcayenneExp(Object object, String expression)Returns the result of evaluation of expression with object.
- 
Constructor Details- 
SQLTemplateRenderingUtilspublic SQLTemplateRenderingUtils()
 
- 
- 
Method Details- 
cayenneExpReturns the result of evaluation of expression with object.
 
-