com.github.fluent.hibernate.IRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-hibernate-core Show documentation
Show all versions of fluent-hibernate-core Show documentation
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