public.javadoc.org.spincast.plugins.jdbc.SpincastJdbcPluginModule.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastJdbcPluginModule (org.spincast:spincast-framework 1.14.0 API)
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
public class SpincastJdbcPluginModule
extends SpincastGuiceModuleBase
-
-
Constructor Summary
Constructors
Constructor and Description
SpincastJdbcPluginModule()
SpincastJdbcPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass,
Class<? extends WebsocketContext<?>> websocketContextImplementationClass)
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
protected void
configure()
protected Class<? extends BatchInsertStatement>
getBatchInsertJdbcStatementImpl()
protected org.aopalliance.intercept.MethodInterceptor
getDataSourceInterceptor()
protected Class<? extends DeleteStatement>
getDeleteJdbcStatementImpl()
protected Class<? extends InsertStatement>
getInsertJdbcStatementDefaultImpl()
protected Class<? extends SelectStatement>
getSelectJdbcStatementImpl()
protected Class<? extends SpincastConnection>
getSpincastConnectionImpl()
protected Class<? extends SpincastDataSource>
getSpincastDataSourceImpl()
protected Class<? extends UpdateStatement>
getUpdateJdbcStatementImpl()
-
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 Detail
-
SpincastJdbcPluginModule
public SpincastJdbcPluginModule()
-
SpincastJdbcPluginModule
public SpincastJdbcPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass,
Class<? extends WebsocketContext<?>> websocketContextImplementationClass)
-
Method Detail
-
configure
protected void configure()
- Specified by:
configure
in class SpincastGuiceModuleBase
-
getSelectJdbcStatementImpl
protected Class<? extends SelectStatement> getSelectJdbcStatementImpl()
-
getInsertJdbcStatementDefaultImpl
protected Class<? extends InsertStatement> getInsertJdbcStatementDefaultImpl()
-
getBatchInsertJdbcStatementImpl
protected Class<? extends BatchInsertStatement> getBatchInsertJdbcStatementImpl()
-
getUpdateJdbcStatementImpl
protected Class<? extends UpdateStatement> getUpdateJdbcStatementImpl()
-
getDeleteJdbcStatementImpl
protected Class<? extends DeleteStatement> getDeleteJdbcStatementImpl()
-
getSpincastDataSourceImpl
protected Class<? extends SpincastDataSource> getSpincastDataSourceImpl()
-
getSpincastConnectionImpl
protected Class<? extends SpincastConnection> getSpincastConnectionImpl()
-
getDataSourceInterceptor
protected org.aopalliance.intercept.MethodInterceptor getDataSourceInterceptor()
Copyright © 2019. All rights reserved.