Package org.apache.cayenne.template
Class CayenneSQLTemplateProcessor
java.lang.Object
org.apache.cayenne.template.CayenneSQLTemplateProcessor
- All Implemented Interfaces:
SQLTemplateProcessor
- Since:
- 4.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SQLStatement
processTemplate
(String template, List<Object> positionalParameters) Builds and returns a SQLStatement based on SQL template String and a list of positional parameters.processTemplate
(String template, Map<String, ?> parameters) Builds and returns a SQLStatement based on SQL template String and a map of parameters.
-
Constructor Details
-
CayenneSQLTemplateProcessor
-
-
Method Details
-
processTemplate
Description copied from interface:SQLTemplateProcessor
Builds and returns a SQLStatement based on SQL template String and a map of parameters.- Specified by:
processTemplate
in interfaceSQLTemplateProcessor
-
processTemplate
Description copied from interface:SQLTemplateProcessor
Builds and returns a SQLStatement based on SQL template String and a list of positional parameters.- Specified by:
processTemplate
in interfaceSQLTemplateProcessor
-
process
-