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

ro.fortsoft.genericdata.utils.hibernate.DAOSupport Maven / Gradle / Ivy

package ro.fortsoft.genericdata.utils.hibernate;

import java.sql.Connection;

import javax.sql.DataSource;

import org.hibernate.Session;
import org.hibernate.SessionFactory;

public interface DAOSupport {

	SessionFactory getSessionFactory();

	DataSource getDataSource();

	Session getSession();

	Connection getConnection();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy