类 VertxJDBCRuntime
java.lang.Object
org.anyline.data.runtime.init.AbstractRuntime
org.anyline.data.jdbc.runtime.JDBCRuntime
org.anyline.environment.vertx.data.jdbc.runtime.VertxJDBCRuntime
- 所有已实现的接口:
org.anyline.data.runtime.DataRuntime
public class VertxJDBCRuntime
extends org.anyline.data.jdbc.runtime.JDBCRuntime
implements org.anyline.data.runtime.DataRuntime
-
字段概要
从类继承的字段 org.anyline.data.jdbc.runtime.JDBCRuntime
processor从类继承的字段 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 -
构造器概要
构造器 -
方法概要
从类继承的方法 org.anyline.data.jdbc.runtime.JDBCRuntime
destroy, getDataSource, getFeature, getProcessor, getVersion, setProcessor从类继承的方法 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, destroy, getAdapter, getAdapterKey, getCatalog, getDriver, getFeature, getFeature, getHolder, getKey, getProcessor, getSchema, getUrl, getVersion, origin, origin, setAdapter, setAdapterKey, setCatalog, setDriver, setFeature, setHolder, setKey, setProcessor, setSchema, setUrl, setVersion
-
构造器详细资料
-
VertxJDBCRuntime
public VertxJDBCRuntime()
-