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 |
LdapDataConnector.registerTemplate(TemplateEngine engine,
String template)
This sets the underlying template engine and registers the supplied template.
|
void |
RDBMSDataConnector.registerTemplate(TemplateEngine engine,
String template)
This sets the underlying template engine and registers the supplied template.
|
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–2014. All rights reserved.