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

com.github.siwenyan.query.ISqlSessionFactoryProvider Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
package com.github.siwenyan.query;

import org.apache.ibatis.session.SqlSessionFactory;

public interface ISqlSessionFactoryProvider {
    SqlSessionFactory getSqlSessionFactory();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy