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

com.github.bingoohuang.sqltrigger.ProxyFactoryPrepare Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.sqltrigger;

public class ProxyFactoryPrepare {
    public boolean requiredProxy() {
        return false;
    }

    public Object createPsProxyFactory(Object ps) {
        return ps;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy