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

com.github.fluent.hibernate.IStatelessRequest Maven / Gradle / Ivy

package com.github.fluent.hibernate;

import org.hibernate.StatelessSession;

/**
 *
 * @author V.Ladynev
 */
public interface IStatelessRequest {

    T doInTransaction(StatelessSession session);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy