类 AbstractDynSchemaInterceptor

java.lang.Object
cn.vonce.sql.solon.datasource.AbstractDynSchemaInterceptor
所有已实现的接口:
org.noear.solon.core.aspect.Interceptor

public abstract class AbstractDynSchemaInterceptor extends Object implements org.noear.solon.core.aspect.Interceptor
动态Schema切换切点
版本:
1.0
作者:
Jovi
  • 构造器详细资料

    • AbstractDynSchemaInterceptor

      public AbstractDynSchemaInterceptor()
  • 方法详细资料

    • getSchema

      public abstract String getSchema()
    • doIntercept

      public Object doIntercept(org.noear.solon.core.aspect.Invocation inv) throws Throwable
      指定者:
      doIntercept 在接口中 org.noear.solon.core.aspect.Interceptor
      抛出:
      Throwable