类 SpringJDBCRuntime
java.lang.Object
org.anyline.data.runtime.init.AbstractRuntime
org.anyline.environment.spring.data.jdbc.runtime.SpringJDBCRuntime
- 所有已实现的接口:
org.anyline.data.runtime.DataRuntime
public class SpringJDBCRuntime
extends org.anyline.data.runtime.init.AbstractRuntime
implements org.anyline.data.runtime.DataRuntime
-
字段概要
字段从类继承的字段 org.anyline.data.runtime.init.AbstractRuntime
adapter, adapterKey, catalog, driver, feature, holder, key, origin, schema, url, version从接口继承的字段 org.anyline.data.runtime.DataRuntime
ANYLINE_DAO_BEAN_PREFIX, ANYLINE_DATABASE_BEAN_PREFIX, ANYLINE_DATASOURCE_BEAN_PREFIX, ANYLINE_JDBC_TEMPLATE_BEAN_PREFIX, ANYLINE_SERVICE_BEAN_PREFIX, ANYLINE_TRANSACTION_BEAN_PREFIX -
构造器概要
构造器构造器说明SpringJDBCRuntime(String key, org.springframework.jdbc.core.JdbcTemplate jdbc, org.anyline.data.adapter.DriverAdapter adapter) -
方法概要
修饰符和类型方法说明booleandestroy()getFeature(boolean connection) org.springframework.jdbc.core.JdbcTemplatejdbc()voidsetProcessor(Object processor) 从类继承的方法 org.anyline.data.runtime.init.AbstractRuntime
datasource, getAdapter, getAdapterKey, getCatalog, getDriver, getHolder, getKey, getSchema, getUrl, origin, origin, setAdapter, setAdapterKey, setCatalog, setDriver, setFeature, setHolder, setKey, setSchema, setUrl, setVersion从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.anyline.data.runtime.DataRuntime
datasource, getAdapter, getAdapterKey, getCatalog, getDriver, getFeature, getHolder, getKey, getSchema, getUrl, origin, origin, setAdapter, setAdapterKey, setCatalog, setDriver, setFeature, setHolder, setKey, setSchema, setUrl, setVersion
-
字段详细资料
-
processor
protected org.springframework.jdbc.core.JdbcTemplate processor
-
-
构造器详细资料
-
SpringJDBCRuntime
public SpringJDBCRuntime(String key, org.springframework.jdbc.core.JdbcTemplate jdbc, org.anyline.data.adapter.DriverAdapter adapter) -
SpringJDBCRuntime
public SpringJDBCRuntime()
-
-
方法详细资料
-
jdbc
public org.springframework.jdbc.core.JdbcTemplate jdbc() -
getDataSource
-
getProcessor
- 指定者:
getProcessor在接口中org.anyline.data.runtime.DataRuntime- 覆盖:
getProcessor在类中org.anyline.data.runtime.init.AbstractRuntime
-
setProcessor
- 指定者:
setProcessor在接口中org.anyline.data.runtime.DataRuntime- 覆盖:
setProcessor在类中org.anyline.data.runtime.init.AbstractRuntime
-
getFeature
- 指定者:
getFeature在接口中org.anyline.data.runtime.DataRuntime- 覆盖:
getFeature在类中org.anyline.data.runtime.init.AbstractRuntime
-
getVersion
- 指定者:
getVersion在接口中org.anyline.data.runtime.DataRuntime- 覆盖:
getVersion在类中org.anyline.data.runtime.init.AbstractRuntime
-
destroy
- 指定者:
destroy在接口中org.anyline.data.runtime.DataRuntime- 覆盖:
destroy在类中org.anyline.data.runtime.init.AbstractRuntime- 抛出:
Exception
-