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

cn.cliveyuan.robin.base.condition.Query Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
/*
 * Copyright (c) 2020  Clive Yuan ([email protected]).
 */

package cn.cliveyuan.robin.base.condition;

/**
 * 查询
 *
 * 

用于Service层面

* * @author Clive Yuan * @date 2020/10/29 */ public interface Query extends Conditional { /** * 设置实体 * * @param entity 实体 */ void setEntity(T entity); /** * 获取实体 */ T getEntity(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy