Package org.spincast.plugins.jdbc
Class SpincastJdbcPluginModule
java.lang.Object
com.google.inject.AbstractModule
org.spincast.core.guice.SpincastGuiceModuleBase
org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- All Implemented Interfaces:
com.google.inject.Module
,SpincastContextTypesInterested
-
Constructor Summary
ConstructorDescriptionSpincastJdbcPluginModule
(Class<? extends RequestContext<?>> requestContextImplementationClass, Class<? extends WebsocketContext<?>> websocketContextImplementationClass) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected Class<? extends BatchInsertStatement>
protected org.aopalliance.intercept.MethodInterceptor
protected Class<? extends DeleteStatement>
protected Class<? extends InsertStatement>
protected Class<? extends SelectStatement>
protected Class<? extends SpincastConnection>
protected Class<? extends SpincastDataSource>
protected Class<? extends UpdateStatement>
Methods inherited from class org.spincast.core.guice.SpincastGuiceModuleBase
getRequestContextImplementationClass, getRequestContextInterface, getWebsocketContextImplementationClass, getWebsocketContextInterface, install, parameterizeWithContextInterfaces, parameterizeWithRequestContext, parameterizeWithWebsocketContext, setRequestContextImplementationClass, setWebsocketContextImplementationClass
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
SpincastJdbcPluginModule
public SpincastJdbcPluginModule() -
SpincastJdbcPluginModule
public SpincastJdbcPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass, Class<? extends WebsocketContext<?>> websocketContextImplementationClass)
-
-
Method Details
-
configure
protected void configure()- Specified by:
configure
in classSpincastGuiceModuleBase
-
getSelectJdbcStatementImpl
-
getInsertJdbcStatementDefaultImpl
-
getBatchInsertJdbcStatementImpl
-
getUpdateJdbcStatementImpl
-
getDeleteJdbcStatementImpl
-
getSpincastDataSourceImpl
-
getSpincastConnectionImpl
-
getDataSourceInterceptor
protected org.aopalliance.intercept.MethodInterceptor getDataSourceInterceptor()
-