类 GaiadbAdapter

java.lang.Object
org.anyline.data.adapter.init.DefaultJDBCAdapter
org.anyline.data.adapter.init.SQLAdapter
org.anyline.data.jdbc.mysql.MySQLAdapter
org.anyline.data.jdbc.gaiadb.GaiadbAdapter
所有已实现的接口:
org.anyline.data.adapter.JDBCAdapter, org.springframework.beans.factory.InitializingBean

@Repository("anyline.data.jdbc.adapter.gaiadb") public class GaiadbAdapter extends MySQLAdapter
  • 构造器详细资料

    • GaiadbAdapter

      public GaiadbAdapter()
  • 方法详细资料

    • type

      public org.anyline.metadata.type.DatabaseType type()
      指定者:
      type 在接口中 org.anyline.data.adapter.JDBCAdapter
      覆盖:
      type 在类中 MySQLAdapter
    • afterPropertiesSet

      public void afterPropertiesSet()
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      覆盖:
      afterPropertiesSet 在类中 MySQLAdapter