online.sanen.unabo.nosql.mongodb.transaction.TransactionFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unabo Show documentation
Show all versions of unabo Show documentation
Unabo, the Java™ progressive ORM framework
The newest version!
package online.sanen.unabo.nosql.mongodb.transaction;
import com.mongodb.client.ClientSession;
/**
*
* @author LazyToShow
* Date: Nov 3, 2018
* Time: 10:48:46 AM
*/
public interface TransactionFactory {
Transaction newTransaction(ClientSession session);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy