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

com.easy.query.api.proxy.entity.select.impl.EasyEntityQueryable6 Maven / Gradle / Ivy

There is a newer version: 2.0.106
Show newest version
package com.easy.query.api.proxy.entity.select.impl;

import com.easy.query.api.proxy.entity.select.EntityQueryable6;
import com.easy.query.api.proxy.entity.select.abstraction.AbstractEntityQueryable6;
import com.easy.query.core.basic.api.select.ClientQueryable6;
import com.easy.query.core.proxy.ProxyEntity;

/**
 * create time 2023/6/23 23:22
 * 文件说明
 *
 * @author xuejiaming
 */
public class EasyEntityQueryable6, T1,
        T2Proxy extends ProxyEntity, T2,
        T3Proxy extends ProxyEntity, T3,
        T4Proxy extends ProxyEntity, T4,
        T5Proxy extends ProxyEntity, T5,
        T6Proxy extends ProxyEntity, T6>
        extends AbstractEntityQueryable6 {
    public EasyEntityQueryable6(T1Proxy t1Proxy, T2Proxy t2Proxy, T3Proxy t3Proxy, T4Proxy t4Proxy, T5Proxy t5Proxy, T6Proxy t6Proxy, ClientQueryable6 entityQueryable) {
        super(t1Proxy, t2Proxy, t3Proxy, t4Proxy,t5Proxy,t6Proxy, entityQueryable);
    }

    @Override
    public EntityQueryable6 cloneQueryable() {
        return new EasyEntityQueryable6<>(get1Proxy(), get2Proxy(), get3Proxy(),get4Proxy(),get5Proxy(),get6Proxy(), getClientQueryable6().cloneQueryable());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy