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

com.easy.query.core.proxy.ProxyEntity Maven / Gradle / Ivy

There is a newer version: 2.0.106
Show newest version
package com.easy.query.core.proxy;

import com.easy.query.core.annotation.Nullable;
import com.easy.query.core.expression.parser.core.available.TableAvailable;

/**
 * create time 2023/6/21 23:37
 * 文件说明
 *
 * @author xuejiaming
 */
public interface ProxyEntity, TEntity>
        extends TableProxy, PropColumn, ProxyNavValueAvailable {

    /**
     * 请使用getTable
     *
     * @return
     */
    @Nullable
    @Deprecated
    TableAvailable getTableOrNull();

    @Override
    default String getValue() {
        return getNavValue();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy