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

com.rapleaf.jack.transaction.IExecution Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package com.rapleaf.jack.transaction;

import com.rapleaf.jack.IDb;

@FunctionalInterface
public interface IExecution {

  void execute(DB db) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy