public class DaoModule
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
DaoModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
com.j256.ormlite.dao.Dao<StepStatus,Long> |
getRunStepStatusDao(Configuration config,
com.j256.ormlite.support.ConnectionSource connectionSource) |
com.j256.ormlite.dao.Dao<SchedulerStatus,Long> |
getSystemStatusDao(com.j256.ormlite.support.ConnectionSource connectionSource) |
com.j256.ormlite.dao.Dao<RunStatus,Long> |
getTaskRunStatusDao(com.j256.ormlite.support.ConnectionSource connectionSource) |
com.j256.ormlite.dao.Dao<TaskStatus,Long> |
getTaskStatusDao(com.j256.ormlite.support.ConnectionSource connectionSource) |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingprotected void configure()
configure in class com.google.inject.AbstractModule@Provides public com.j256.ormlite.dao.Dao<StepStatus,Long> getRunStepStatusDao(Configuration config, com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException@Provides public com.j256.ormlite.dao.Dao<SchedulerStatus,Long> getSystemStatusDao(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException@Provides public com.j256.ormlite.dao.Dao<RunStatus,Long> getTaskRunStatusDao(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException@Provides public com.j256.ormlite.dao.Dao<TaskStatus,Long> getTaskStatusDao(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLExceptionCopyright © 2017 Netgrid. All rights reserved.