@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.mybatis-bean") public class MyBatisBeanComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
MyBatisBeanComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationUri() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getSqlSessionFactory() |
void |
setConfigurationUri(String configurationUri) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSqlSessionFactory(String sqlSessionFactory) |
public String getSqlSessionFactory()
public void setSqlSessionFactory(String sqlSessionFactory)
public String getConfigurationUri()
public void setConfigurationUri(String configurationUri)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel