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

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

Go to download

A library to work with Hibernate by fluent API. This library hasn't dependencies except Hibernate dependencies. It requires Java 1.6 and above.

The newest version!
package com.github.fluent.hibernate;

import org.hibernate.Session;

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

    T doInTransaction(Session session);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy