public abstract class AbstractExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.iworkz.common.helper.CloneHelper |
beanHelper |
protected SQLBuilder |
commandBuilder |
protected CommandHelper |
commandHelper |
protected ExceptionFactory |
exceptionFactory |
protected RecordHelper |
recordHelper |
protected org.iworkz.common.helper.ReflectionHelper |
reflectionHelper |
protected StringHelper |
stringHelper |
| Constructor and Description |
|---|
AbstractExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
cloneBean(T obj) |
protected Connection |
getConnection(ConnectionProvider connectionProvider,
GenericDao dao)
Get a connection.
|
@Inject protected StringHelper stringHelper
@Inject protected org.iworkz.common.helper.ReflectionHelper reflectionHelper
@Inject protected CommandHelper commandHelper
@Inject protected RecordHelper recordHelper
@Inject protected SQLBuilder commandBuilder
@Inject protected ExceptionFactory exceptionFactory
@Inject protected org.iworkz.common.helper.CloneHelper beanHelper
protected <T> T cloneBean(T obj)
protected Connection getConnection(ConnectionProvider connectionProvider, GenericDao dao)
connectionProvider - dao - Copyright © 2019. All rights reserved.