public interface DataSourceCreator
| Modifier and Type | Method and Description |
|---|---|
org.apache.xbean.recipe.ObjectRecipe |
clearRecipe(Object object) |
void |
destroy(Object object) |
DataSource |
managed(String name,
CommonDataSource ds) |
DataSource |
pool(String name,
DataSource ds,
Properties properties) |
CommonDataSource |
pool(String name,
String driver,
Properties properties) |
DataSource |
poolManaged(String name,
DataSource ds,
Properties properties) |
DataSource |
poolManaged(String name,
String driver,
Properties properties) |
DataSource |
poolManagedWithRecovery(String name,
XAResourceWrapper xaResourceWrapper,
String driver,
Properties properties) |
DataSource managed(String name, CommonDataSource ds)
DataSource poolManaged(String name, DataSource ds, Properties properties)
DataSource pool(String name, DataSource ds, Properties properties)
DataSource poolManagedWithRecovery(String name, XAResourceWrapper xaResourceWrapper, String driver, Properties properties)
DataSource poolManaged(String name, String driver, Properties properties)
CommonDataSource pool(String name, String driver, Properties properties)
org.apache.xbean.recipe.ObjectRecipe clearRecipe(Object object)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.