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

com.github.fluent.hibernate.request.HibernateDoInTransaction 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.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