
com.github.fluent.hibernate.request.HibernateDoInTransaction 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.request;
import com.github.fluent.hibernate.IRequest;
import com.github.fluent.hibernate.cfg.HibernateSessionFactory;
/**
*
* @author V.Ladynev
*/
public class HibernateDoInTransaction {
public static T execute(IRequest request) {
return HibernateSessionFactory.doInTransaction(request);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy