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

cn.org.atool.fluent.mybatis.functions.RefKeyFunc Maven / Gradle / Ivy

There is a newer version: 1.9.9
Show newest version
package cn.org.atool.fluent.mybatis.functions;

import java.util.function.Function;

/**
 * IEntity实例关联键值构造器
 *
 * @param  IEntity类型
 * @author darui.wu
 */
@FunctionalInterface
public interface RefKeyFunc extends Function {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy