public class DbOperatorFactory extends Object
Constructor and Description |
---|
DbOperatorFactory(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
BeanOperatorManager |
getBeanOperatorManager() |
Configuration |
getConfiguration() |
DBOperator |
getDBOperator() |
DBOperator |
getDBOperator(String schema) |
DBOperator |
getNewDBOperator() |
DBOperator |
getNewDBOperator(String schema) |
public DbOperatorFactory(Configuration configuration)
public DBOperator getDBOperator() throws TinyDbException
TinyDbException
public DBOperator getDBOperator(String schema) throws TinyDbException
TinyDbException
public DBOperator getNewDBOperator() throws TinyDbException
TinyDbException
public DBOperator getNewDBOperator(String schema) throws TinyDbException
TinyDbException
public Configuration getConfiguration()
public BeanOperatorManager getBeanOperatorManager()
Copyright © 2006–2018 TinyGroup. All rights reserved.