com.easy.query.api.proxy.entity.select.impl.EasyEntityQueryable10 Maven / Gradle / Ivy
package com.easy.query.api.proxy.entity.select.impl;
import com.easy.query.api.proxy.entity.select.EntityQueryable10;
import com.easy.query.core.basic.api.select.ClientQueryable10;
import com.easy.query.core.proxy.ProxyEntity;
/**
* create time 2023/6/23 23:22
* 文件说明
*
* @author xuejiaming
*/
public class EasyEntityQueryable10, T1,
T2Proxy extends ProxyEntity, T2,
T3Proxy extends ProxyEntity, T3,
T4Proxy extends ProxyEntity, T4,
T5Proxy extends ProxyEntity, T5,
T6Proxy extends ProxyEntity, T6,
T7Proxy extends ProxyEntity, T7,
T8Proxy extends ProxyEntity, T8,
T9Proxy extends ProxyEntity, T9,
T10Proxy extends ProxyEntity, T10>
extends AbstractEntityQueryable10 {
public EasyEntityQueryable10(T1Proxy t1Proxy, T2Proxy t2Proxy, T3Proxy t3Proxy, T4Proxy t4Proxy, T5Proxy t5Proxy, T6Proxy t6Proxy, T7Proxy t7Proxy, T8Proxy t8Proxy, T9Proxy t9Proxy, T10Proxy t10Proxy, ClientQueryable10 entityQueryable) {
super(t1Proxy, t2Proxy, t3Proxy, t4Proxy, t5Proxy, t6Proxy, t7Proxy, t8Proxy,t9Proxy,t10Proxy, entityQueryable);
}
@Override
public EntityQueryable10 cloneQueryable() {
return new EasyEntityQueryable10<>(get1Proxy(), get2Proxy(), get3Proxy(), get4Proxy(), get5Proxy(), get6Proxy(), get7Proxy(), get8Proxy(),get9Proxy(),get10Proxy(), getClientQueryable10().cloneQueryable());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy