Modifier and Type | Field and Description |
---|---|
private TemplateEngine |
LdapDataConnector.filterCreator
Template engine used to change filter template into actual filter.
|
private TemplateEngine |
RDBMSDataConnector.queryCreator
Template engine used to change query template into actual query.
|
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
LdapDataConnector.getTemplateEngine()
Gets the engine used to evaluate the query template.
|
Modifier and Type | Method and Description |
---|---|
void |
RDBMSDataConnector.registerTemplate(TemplateEngine engine,
String template)
This sets the underlying template engine and registers the supplied template.
|
void |
LdapDataConnector.registerTemplate(TemplateEngine engine,
String template)
This sets the underlying template engine and registers the supplied template.
|
Modifier and Type | Field and Description |
---|---|
private TemplateEngine |
RDBMSDataConnectorFactoryBean.templateEngine
Template engine used to transform query templates into queries.
|
private TemplateEngine |
LdapDataConnectorFactoryBean.templateEngine
Template engine used to construct filter queries.
|
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
RDBMSDataConnectorFactoryBean.getTemplateEngine()
Gets the template engine used to construct the SQL query from the query template.
|
TemplateEngine |
LdapDataConnectorFactoryBean.getTemplateEngine()
Gets the template engine used to construct query filters.
|
Modifier and Type | Method and Description |
---|---|
void |
RDBMSDataConnectorFactoryBean.setTemplateEngine(TemplateEngine engine)
Sets the template engine used to construct the SQL query from the query template.
|
void |
LdapDataConnectorFactoryBean.setTemplateEngine(TemplateEngine engine)
Sets the template engine used to construct query filters.
|
Copyright © 1999-2012. All Rights Reserved.