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

com.centit.framework.jdbc.dao.JsonDaoExecuteWork Maven / Gradle / Ivy

There is a newer version: 5.3.2302
Show newest version
package com.centit.framework.jdbc.dao;

import com.centit.support.database.jsonmaptable.JsonObjectDao;

import java.io.IOException;
import java.sql.SQLException;

public interface JsonDaoExecuteWork {
    T execute(JsonObjectDao conn) throws SQLException, IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy