类 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
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected org.springframework.jdbc.core.JdbcTemplate
     

    从类继承的字段 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)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
     
     
    getFeature(boolean connection)
     
     
     
    org.springframework.jdbc.core.JdbcTemplate
     
    void
    setProcessor(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

      public DataSource getDataSource()
    • getProcessor

      public Object getProcessor()
      指定者:
      getProcessor 在接口中 org.anyline.data.runtime.DataRuntime
      覆盖:
      getProcessor 在类中 org.anyline.data.runtime.init.AbstractRuntime
    • setProcessor

      public void setProcessor(Object processor)
      指定者:
      setProcessor 在接口中 org.anyline.data.runtime.DataRuntime
      覆盖:
      setProcessor 在类中 org.anyline.data.runtime.init.AbstractRuntime
    • getFeature

      public String getFeature(boolean connection)
      指定者:
      getFeature 在接口中 org.anyline.data.runtime.DataRuntime
      覆盖:
      getFeature 在类中 org.anyline.data.runtime.init.AbstractRuntime
    • getVersion

      public String getVersion()
      指定者:
      getVersion 在接口中 org.anyline.data.runtime.DataRuntime
      覆盖:
      getVersion 在类中 org.anyline.data.runtime.init.AbstractRuntime
    • destroy

      public boolean destroy() throws Exception
      指定者:
      destroy 在接口中 org.anyline.data.runtime.DataRuntime
      覆盖:
      destroy 在类中 org.anyline.data.runtime.init.AbstractRuntime
      抛出:
      Exception