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

org.sqlproc.engine.SqlSessionFactory Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
package org.sqlproc.engine;

/**
 * The factory definition, which can be used to construct the {@link SqlSession} instances.
 * 
 * 

* The factory can be based on Spring DI framework for example. * *

* For more info please see the Tutorials. * * @author Vladimir Hudec */ public interface SqlSessionFactory { /** * The main contract of this factory. * * @return the instance of the SqlSession */ SqlSession getSqlSession(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy