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

info.unterrainer.commons.httpserver.daos.DaoTransactionManager Maven / Gradle / Ivy

There is a newer version: 0.3.14
Show newest version
package info.unterrainer.commons.httpserver.daos;

import io.javalin.http.Context;

public interface DaoTransactionManager {

	/**
	 * Gets you a new transaction and starts it.
	 *
	 * @return a {@link JpqlTransaction}
	 */
	DaoTransaction beginTransaction(Context ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy