public class DialectFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Dialect>
| Constructor and Description |
|---|
DialectFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Dialect |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public Dialect getObject() throws SQLException
getObject in interface org.springframework.beans.factory.FactoryBean<Dialect>SQLExceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Dialect>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Dialect>Copyright © 2005–2018 Alfresco Software. All rights reserved.