类 AbstractISegmentList

java.lang.Object
java.util.AbstractCollection<ISqlSegment>
java.util.AbstractList<ISqlSegment>
java.util.ArrayList<ISqlSegment>
com.baomidou.mybatisplus.core.conditions.segments.AbstractISegmentList
所有已实现的接口:
ISqlSegment, StringPool, Serializable, Cloneable, Iterable<ISqlSegment>, Collection<ISqlSegment>, List<ISqlSegment>, RandomAccess, SequencedCollection<ISqlSegment>
直接已知子类:
GroupBySegmentList, HavingSegmentList, NormalSegmentList, OrderBySegmentList

public abstract class AbstractISegmentList extends ArrayList<ISqlSegment> implements ISqlSegment, StringPool
SQL 片段集合 处理的抽象类
从以下版本开始:
2018-06-27
作者:
miemie
另请参阅:
  • 构造器详细资料

    • AbstractISegmentList

      public AbstractISegmentList()
  • 方法详细资料