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

com.easy.query.api4j.dynamic.condition.ObjectQueryBuilder4J Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.easy.query.api4j.dynamic.condition;

import com.easy.query.core.expression.lambda.Property;

/**
 * create time 2023/6/11 09:40
 * 文件说明
 *
 * @author xuejiaming
 */

/**
 * 映射查询对象和数据库对象的属性
 * @param  查询对象
 * @param  query结果对象
 */
public interface ObjectQueryBuilder4J {
    ObjectQueryBuilder4J property(Property entityProperty, Property property);
    ObjectQueryBuilder4J property(Property entityProperty, Property property1, Property property2);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy