protobuf4j.orm.sql.expr.ValueCollection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobuf4j-sql Show documentation
Show all versions of protobuf4j-sql Show documentation
A Facility Framework to Develop with Google Protobuf
The newest version!
package protobuf4j.orm.sql.expr;
import com.google.common.collect.Collections2;
import com.google.common.collect.ImmutableList;
import lombok.Data;
import org.apache.commons.lang3.StringUtils;
import protobuf4j.orm.sql.ISqlOperator;
import protobuf4j.orm.sql.ISqlValue;
import javax.annotation.Nonnull;
import java.util.Collection;
import java.util.List;
/**
* 值集合
*
* author: yuanwq
* date: 2018/7/11
*/
@Data
public class ValueCollection extends AbstractExpression {
/**
* @return 与{@code value}关联的字段,便于确定{@code value}转换SqlValue时的类型
*/
private final String field;
private final List