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

cn.cliveyuan.robin.base.condition.Criteria 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;

/**
 * 条件集合
 *
 * @author Clive Yuan
 * @date 2020/10/29
 */
public class Criteria extends GeneratedCriteria> {

    @Override
    protected String columnToString(String column) {
        return column;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy