All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.javaoffers.batis.modelhelper.interceptor.JqlInterceptor Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.interceptor;

import com.javaoffers.batis.modelhelper.core.BaseSQLInfo;

public interface JqlInterceptor extends Interceptor {

    void handler(BaseSQLInfo baseSQLInfo);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy