- get(String) - 类 中的方法com.jn.sqlhelper.datasource.DataSourceRegistry
-
- get(DataSourceKey) - 类 中的方法com.jn.sqlhelper.datasource.DataSourceRegistry
-
- get(DataSourceProperties) - 类 中的方法com.jn.sqlhelper.datasource.factory.c3p0.C3p0DataSourceFactory
-
- get(Properties) - 类 中的方法com.jn.sqlhelper.datasource.factory.c3p0.C3p0DataSourceFactory
-
- get(DataSourceProperties) - 类 中的方法com.jn.sqlhelper.datasource.factory.CentralizedDataSourceFactory
-
- get(Properties) - 类 中的方法com.jn.sqlhelper.datasource.factory.CentralizedDataSourceFactory
-
- get(DataSourceProperties) - 接口 中的方法com.jn.sqlhelper.datasource.factory.DataSourceFactory
-
- get(Properties) - 接口 中的方法com.jn.sqlhelper.datasource.factory.DataSourceFactory
-
- get(String) - 类 中的方法com.jn.sqlhelper.datasource.factory.DataSourceFactoryProvider
-
- get() - 类 中的方法com.jn.sqlhelper.datasource.factory.DataSourceFactoryProvider
-
- get(DataSourceProperties) - 类 中的方法com.jn.sqlhelper.datasource.factory.dbcp2.Dbcp2DataSourceFactory
-
- get(Properties) - 类 中的方法com.jn.sqlhelper.datasource.factory.dbcp2.Dbcp2DataSourceFactory
-
- get(DataSourceProperties) - 类 中的方法com.jn.sqlhelper.datasource.factory.druid.AlibabaDruidDataSourceFactory
-
- get(Properties) - 类 中的方法com.jn.sqlhelper.datasource.factory.druid.AlibabaDruidDataSourceFactory
-
- get(DataSourceProperties) - 类 中的方法com.jn.sqlhelper.datasource.factory.hikaricp.HikaricpDataSourceFactory
-
- get(Properties) - 类 中的方法com.jn.sqlhelper.datasource.factory.hikaricp.HikaricpDataSourceFactory
-
- get(DataSourceProperties) - 类 中的方法com.jn.sqlhelper.datasource.factory.tomcatjdbc.TomcatJdbcDataSourceFactory
-
- get(Properties) - 类 中的方法com.jn.sqlhelper.datasource.factory.tomcatjdbc.TomcatJdbcDataSourceFactory
-
- get(Method) - 类 中的方法com.jn.sqlhelper.datasource.key.MethodDataSourceKeyRegistry
-
- get(DataSourceKey, MethodInvocation) - 类 中的方法com.jn.sqlhelper.datasource.key.router.MethodInvocationKeyGetter
-
- getAnnotation() - 类 中的方法com.jn.sqlhelper.datasource.key.parser.DataSourceAnnotationParser
-
- getAnnotation() - 接口 中的方法com.jn.sqlhelper.datasource.key.parser.DataSourceKeyAnnotationParser
-
- getAnnotation() - 类 中的方法com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionalAnnotationParser
-
- getAutoCommitValue() - 类 中的方法com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Return whether the returned Connection's "autoCommit" setting should be overridden.
- getCatalog() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getCatalog() - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Return the database catalog to be applied to each Connection, if any.
- getChoices() - 类 中的静态方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- getCloseSuppressingConnectionProxy(Connection) - 类 中的方法com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getConnection() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getConnection(String, String) - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getConnection() - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
This implementation delegates to getConnectionFromDriver,
using the default username and password of this DataSource.
- getConnection(String, String) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
This implementation delegates to getConnectionFromDriver,
using the given username and password.
- getConnection() - 类 中的方法com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
- getConnection(String, String) - 类 中的方法com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Specifying a custom username and password doesn't make sense
with a single Connection.
- getConnectionFromDriver(String, String) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Build properties for the Driver, including the given username and password (if any),
and obtain a corresponding Connection.
- getConnectionFromDriver(Properties) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Obtain a Connection using the given properties.
- getConnectionFromDriver(Properties) - 类 中的方法com.jn.sqlhelper.datasource.driver.DriverManagerDataSource
-
- getConnectionFromDriver(Properties) - 类 中的方法com.jn.sqlhelper.datasource.driver.SimpleDriverDataSource
-
- getConnectionFromDriverManager(String, Properties) - 类 中的方法com.jn.sqlhelper.datasource.driver.DriverManagerDataSource
-
Getting a Connection using the nasty static from DriverManager is extracted
into a protected method to allow for easy unit testing.
- getConnectionProperties() - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Return the connection properties to be passed to the Driver, if any.
- getConnectionTimeoutInMills() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getCurrent() - 类 中的静态方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- getDatasourceIdSeparator() - 类 中的静态方法com.jn.sqlhelper.datasource.DataSources
-
- getDataSourceKey() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getDataSourceKey() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getDataSourceKey() - 接口 中的方法com.jn.sqlhelper.datasource.NamedDataSource
-
- getDataSourceKeyRegistry() - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- getDataSourceProperties() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getDataSourceProperties() - 接口 中的方法com.jn.sqlhelper.datasource.NamedDataSource
-
- getDataSourceRegistry() - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- getDatasources() - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- getDefaultRouter() - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- getDelegate() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getDriver() - 类 中的方法com.jn.sqlhelper.datasource.driver.SimpleDriverDataSource
-
Return the JDBC Driver instance to use.
- getDriverClassName() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getDriverProps() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getGroup() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getGroup() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getGroup() - 类 中的方法com.jn.sqlhelper.datasource.key.DataSourceKey
-
- getGroup() - 接口 中的方法com.jn.sqlhelper.datasource.NamedDataSource
-
- getGroupRouters() - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- getGroups() - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- getGroupWriterPatternMap() - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- getId() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getId() - 类 中的方法com.jn.sqlhelper.datasource.key.DataSourceKey
-
- getIdleTimeoutInMills() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getImplementation() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getInitialSize() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getInstance() - 类 中的静态方法com.jn.sqlhelper.datasource.factory.DataSourceFactoryProvider
-
- getIsolationLevel() - 类 中的方法com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionAttributeDefinition
-
- getKeyChoices() - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- getLeakDetectionThresholdInMills() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getLoginTimeout() - 类 中的方法com.jn.sqlhelper.datasource.AbstractDataSource
-
Returns 0, indicating the default system timeout is to be used.
- getLoginTimeout() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getLogWriter() - 类 中的方法com.jn.sqlhelper.datasource.AbstractDataSource
-
LogWriter methods are not supported.
- getLogWriter() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getMaxLifetimeInMills() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getMaxPoolSize() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getMinIdle() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getName() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceGroupProperties
-
- getName() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getName() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getName() - 类 中的方法com.jn.sqlhelper.datasource.key.DataSourceKey
-
- getName() - 类 中的方法com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionAttributeDefinition
-
- getName() - 类 中的方法com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionAttributeSourceAdapter
-
- getNodes() - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- getNodes(Predicate<DataSourceKey>) - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- getParentLogger() - 类 中的方法com.jn.sqlhelper.datasource.AbstractDataSource
-
- getParentLogger() - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- getPassword() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getPassword() - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Return the JDBC password to use for connecting through the Driver.
- getPrimary() - 类 中的方法com.jn.sqlhelper.datasource.DataSourceRegistry
-
- getRegistry() - 类 中的方法com.jn.sqlhelper.datasource.factory.CentralizedDataSourceFactory
-
- getRouter() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceGroupProperties
-
- getRouter(String) - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- getSchema() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getSchema() - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Return the database schema to be applied to each Connection, if any.
- getTransaction() - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- getTransactionAttribute(Method, Class<?>) - 类 中的方法com.jn.sqlhelper.datasource.spring.transaction.definition.EmptyTransactionAttributeSource
-
- getTransactionIsolation() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getUrl() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getUrl() - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Return the JDBC URL to use for connecting through the Driver.
- getUsername() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getUsername() - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Return the JDBC username to use for connecting through the Driver.
- getValidationQuery() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getValidationTimeoutInMills() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- getWeight(DataSourceKey, MethodInvocation) - 接口 中的方法com.jn.sqlhelper.datasource.key.router.DataSourceWeighter
-
- getWritePattern() - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceGroupProperties
-
- select(I) - 接口 中的方法com.jn.sqlhelper.datasource.key.DataSourceKeySelector
-
- select(MethodInvocation) - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
在真正的调用的地方调用即可
- setAutoCommit(boolean) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setAutoCommit(boolean) - 类 中的方法com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Set whether the returned Connection's "autoCommit" setting should be overridden.
- setCatalog(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setCatalog(String) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Specify a database catalog to be applied to each Connection.
- setConnectionProperties(Properties) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Specify arbitrary connection properties as key/value pairs,
to be passed to the Driver.
- setConnectionTimeoutInMills(long) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setCurrent(DataSourceKey) - 类 中的静态方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
在最里层的, 最直接的使用DataSource 的方法调用后执行该方法
- setDataSourceKeyRegistry(MethodDataSourceKeyRegistry) - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- setDataSourceProperties(DataSourceProperties) - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- setDataSourceProperties(DataSourceProperties) - 接口 中的方法com.jn.sqlhelper.datasource.NamedDataSource
-
- setDataSourceRegistry(DataSourceRegistry) - 接口 中的方法com.jn.sqlhelper.datasource.DataSourceRegistryAware
-
- setDataSourceRegistry(DataSourceRegistry) - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- setDataSourceRegistry(DataSourceRegistry) - 类 中的方法com.jn.sqlhelper.datasource.SimpleDynamicDataSourceInvocationHandler
-
- setDatasources(List<DataSourceProperties>) - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- setDefaultRouter(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- setDefaultRouter(DataSourceKeyRouter) - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- setDefaultWriteOperationMatcher(MethodMatcher) - 类 中的方法com.jn.sqlhelper.datasource.key.MethodInvocationDataSourceKeySelector
-
- setDefinitionRegistry(TransactionDefinitionRegistry) - 类 中的方法com.jn.sqlhelper.datasource.spring.aop.LocalizeGlobalTransactionInterceptor
-
- setDelegate(DataSource) - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- setDriver(Driver) - 类 中的方法com.jn.sqlhelper.datasource.driver.SimpleDriverDataSource
-
Specify the JDBC Driver instance to use.
- setDriverClass(Class<? extends Driver>) - 类 中的方法com.jn.sqlhelper.datasource.driver.SimpleDriverDataSource
-
Specify the JDBC Driver implementation class to use.
- setDriverClassName(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setDriverClassName(String) - 类 中的方法com.jn.sqlhelper.datasource.driver.DriverManagerDataSource
-
Set the JDBC driver class name.
- setDriverProps(Properties) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setEnabled(boolean) - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- setFailover(boolean) - 类 中的方法com.jn.sqlhelper.datasource.DataSourceRegistry
-
- setGroup(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setGroup(String) - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- setGroup(String) - 类 中的方法com.jn.sqlhelper.datasource.key.DataSourceKey
-
- setGroup(String) - 接口 中的方法com.jn.sqlhelper.datasource.NamedDataSource
-
- setGroups(List<DataSourceGroupProperties>) - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- setId(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setIdleTimeoutInMills(long) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setImplementation(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setInitialSize(int) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setKeyChoices(AspectJExpressionPointcutAdvisorProperties) - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- setKeyParser(DataSourceKeyDataSourceParser) - 类 中的方法com.jn.sqlhelper.datasource.DataSourceRegistry
-
- setKeyRegistry(MethodDataSourceKeyRegistry) - 类 中的方法com.jn.sqlhelper.datasource.spring.aop.DataSourceKeyChoicesAnnotationMethodInterceptor
-
- setLeakDetectionThresholdInMills(long) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setLoginTimeout(int) - 类 中的方法com.jn.sqlhelper.datasource.AbstractDataSource
-
Setting a login timeout is not supported.
- setLoginTimeout(int) - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- setLogWriter(PrintWriter) - 类 中的方法com.jn.sqlhelper.datasource.AbstractDataSource
-
LogWriter methods are not supported.
- setLogWriter(PrintWriter) - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- setMaxLifetimeInMills(long) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setMaxPoolSize(int) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setMinIdle(int) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setName(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceGroupProperties
-
- setName(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setName(String) - 类 中的方法com.jn.sqlhelper.datasource.DelegatingNamedDataSource
-
- setName(String) - 类 中的方法com.jn.sqlhelper.datasource.key.DataSourceKey
-
- setName(String) - 类 中的方法com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionAttributeDefinition
-
- setName(String) - 类 中的方法com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionAttributeSourceAdapter
-
- setPassword(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setPassword(String) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Set the JDBC password to use for connecting through the Driver.
- setPrimary(boolean) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setReadonly(boolean) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setRegistry(DataSourceRegistry) - 类 中的方法com.jn.sqlhelper.datasource.factory.CentralizedDataSourceFactory
-
- setRouter(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceGroupProperties
-
- setSchema(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setSchema(String) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Specify a database schema to be applied to each Connection.
- setSuppressClose(boolean) - 类 中的方法com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Set whether the returned Connection should be a close-suppressing proxy
or the physical Connection.
- setTransaction(AspectJExpressionPointcutAdvisorProperties) - 类 中的方法com.jn.sqlhelper.datasource.config.DynamicDataSourcesProperties
-
- setTransactionIsolation(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setTransactionManager(TransactionManager) - 类 中的方法com.jn.sqlhelper.datasource.spring.aop.LocalizeGlobalTransactionInterceptor
-
- setUrl(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setUrl(String) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Set the JDBC URL to use for connecting through the Driver.
- setUsername(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setUsername(String) - 类 中的方法com.jn.sqlhelper.datasource.driver.AbstractDriverBasedDataSource
-
Set the JDBC username to use for connecting through the Driver.
- setValidationQuery(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setValidationTimeoutInMills(long) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceProperties
-
- setWritePattern(String) - 类 中的方法com.jn.sqlhelper.datasource.config.DataSourceGroupProperties
-
- shouldClose(Connection) - 类 中的方法com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
This is a single Connection: Do not close it when returning to the "pool".
- shouldClose(Connection) - 接口 中的方法com.jn.sqlhelper.datasource.SmartDataSource
-
Should we close this Connection, obtained from this DataSource?
- SimpleDriverDataSource - com.jn.sqlhelper.datasource.driver中的类
-
Simple implementation of the standard JDBC
DataSource interface,
configuring a plain old JDBC
Driver via bean properties, and
returning a new
Connection from every
getConnection call.
- SimpleDriverDataSource() - 类 的构造器com.jn.sqlhelper.datasource.driver.SimpleDriverDataSource
-
Constructor for bean-style configuration.
- SimpleDriverDataSource(Driver, String) - 类 的构造器com.jn.sqlhelper.datasource.driver.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSource(Driver, String, String, String) - 类 的构造器com.jn.sqlhelper.datasource.driver.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSource(Driver, String, Properties) - 类 的构造器com.jn.sqlhelper.datasource.driver.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDynamicDataSourceInvocationHandler - com.jn.sqlhelper.datasource中的类
-
apache-dbutil, spring-jdbc 等这类简单的工具,可以用这种方式来处理多数据源,甚至可以不用,完全自己来管理就行。
- SimpleDynamicDataSourceInvocationHandler() - 类 的构造器com.jn.sqlhelper.datasource.SimpleDynamicDataSourceInvocationHandler
-
- SingleConnectionDataSource - com.jn.sqlhelper.datasource.driver中的类
-
Implementation of
SmartDataSource that wraps a single JDBC Connection
which is not closed after use.
- SingleConnectionDataSource() - 类 的构造器com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Constructor for bean-style configuration.
- SingleConnectionDataSource(String, String, String, boolean) - 类 的构造器com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
- SingleConnectionDataSource(String, boolean) - 类 的构造器com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
- SingleConnectionDataSource(Connection, boolean) - 类 的构造器com.jn.sqlhelper.datasource.driver.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with a given Connection.
- size() - 类 中的方法com.jn.sqlhelper.datasource.DataSourceRegistry
-
- SmartDataSource - com.jn.sqlhelper.datasource中的接口
-
Extension of the javax.sql.DataSource interface, to be
implemented by special DataSources that return JDBC Connections
in an unwrapped fashion.
- SpringDataSourcePropertiesAdapter - com.jn.sqlhelper.datasource.spring.boot中的类
-
兼容Spring DataSourceProperties 配置,将其适配为 sqlhelper-datasource 里的DataSourceProperties
- SpringDataSourcePropertiesAdapter() - 类 的构造器com.jn.sqlhelper.datasource.spring.boot.SpringDataSourcePropertiesAdapter
-
- springTransactionalAnnotationParser() - 类 中的方法com.jn.sqlhelper.datasource.spring.boot.DynamicTransactionAutoConfiguration
-
- SpringTransactionalAnnotationParser - com.jn.sqlhelper.datasource.spring.transaction.definition中的类
-
解析 Spring的 Transactional 注解
- SpringTransactionalAnnotationParser() - 类 的构造器com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionalAnnotationParser
-
- SpringTransactionAttributeDefinition - com.jn.sqlhelper.datasource.spring.transaction.definition中的类
-
通过兼容Spring里的 TransactionAttribute来达到兼容Spring 事务定义的目的
- SpringTransactionAttributeDefinition(TransactionAttribute) - 类 的构造器com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionAttributeDefinition
-
- SpringTransactionAttributeSourceAdapter - com.jn.sqlhelper.datasource.spring.transaction.definition中的类
-
用于兼容Spring Transaction 定义
- SpringTransactionAttributeSourceAdapter(TransactionAttributeSource) - 类 的构造器com.jn.sqlhelper.datasource.spring.transaction.definition.SpringTransactionAttributeSourceAdapter
-