类 EntitySet<T>
java.lang.Object
org.anyline.entity.EntitySet<T>
- 所有已实现的接口:
Serializable,Iterable<T>,Collection<T>
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanbooleanaddAll(Collection<? extends T> c) voidclear()booleanbooleancontainsAll(Collection<?> c) voidget(int index) getCode()longgetDatas()longgetHead()getMetadata(String column) getMetadataClassName(String column) getMetadataFullType(String column) getMetadataType(String column) getMetadataTypeName(String column) getNavi()getTable()booleanisAsc()booleanisDesc()booleanisEmpty()booleanbooleanisResult()iterator()booleanbooleanremoveAll(Collection<?> c) booleanbooleanretainAll(Collection<?> c) voidsetAsc(boolean asc) voidvoidsetCreateTime(long createTime) voidsetDatalink(String datalink) voidvoidsetDataSource(String datasource) voidsetDesc(boolean desc) voidsetException(Exception exception) voidsetExpires(long expires) voidsetFromCache(boolean fromCache) voidvoidsetMessage(String message) setMetadatas(LinkedHashMap metadatas) voidvoidsetPrimaryKeys(List<String> primaryKeys) voidsetResult(boolean result) voidvoidintsize()stream()Object[]toArray()<T1> T1[]toArray(T1[] a) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Collection
equals, hashCode, toArray
-
字段详细资料
-
log
protected static final org.slf4j.Logger log
-
-
构造器详细资料
-
EntitySet
public EntitySet()
-
-
方法详细资料
-
setMetadatas
-
getMetadatas
-
getMetadata
-
getMetadataTypeName
-
getMetadataType
-
getMetadataFullType
-
getMetadataClassName
-
gets
-
gets
-
get
-
set
-
isResult
public boolean isResult() -
setResult
public void setResult(boolean result) -
getCode
-
setCode
-
getException
-
setException
-
getMessage
-
setMessage
-
getHead
-
setHead
-
getDatas
-
setDatas
-
getPrimaryKeys
-
setPrimaryKeys
-
getDatalink
-
setDatalink
-
getDataSource
-
setDataSource
-
getSchema
-
setSchema
-
getTable
-
setTable
-
getCreateTime
public long getCreateTime() -
setCreateTime
public void setCreateTime(long createTime) -
getExpires
public long getExpires() -
setExpires
public void setExpires(long expires) -
isFromCache
public boolean isFromCache() -
setFromCache
public void setFromCache(boolean fromCache) -
isAsc
public boolean isAsc() -
setAsc
public void setAsc(boolean asc) -
isDesc
public boolean isDesc() -
setDesc
public void setDesc(boolean desc) -
size
public int size()- 指定者:
size在接口中Collection<T>
-
isEmpty
public boolean isEmpty()- 指定者:
isEmpty在接口中Collection<T>
-
contains
- 指定者:
contains在接口中Collection<T>
-
iterator
-
forEach
-
toArray
- 指定者:
toArray在接口中Collection<T>
-
toArray
public <T1> T1[] toArray(T1[] a) - 指定者:
toArray在接口中Collection<T>
-
add
- 指定者:
add在接口中Collection<T>
-
remove
- 指定者:
remove在接口中Collection<T>
-
containsAll
- 指定者:
containsAll在接口中Collection<T>
-
addAll
- 指定者:
addAll在接口中Collection<T>
-
removeAll
- 指定者:
removeAll在接口中Collection<T>
-
removeIf
- 指定者:
removeIf在接口中Collection<T>
-
retainAll
- 指定者:
retainAll在接口中Collection<T>
-
clear
public void clear()- 指定者:
clear在接口中Collection<T>
-
spliterator
- 指定者:
spliterator在接口中Collection<T>- 指定者:
spliterator在接口中Iterable<T>
-
stream
- 指定者:
stream在接口中Collection<T>
-
parallelStream
- 指定者:
parallelStream在接口中Collection<T>
-