| 限定符和类型 | 方法和说明 |
|---|---|
StoreBean |
StoreBean.Builder.build()
return a clone instance of
StoreBean.Builder.TEMPLATE |
StoreBean |
StoreBean.clone() |
StoreBean |
IStoreManager.loadByPrimaryKey(java.lang.String md5)
Loads a
StoreBean from the fd_store using primary key fields. |
StoreBean |
IStoreManager.loadByPrimaryKeyChecked(java.lang.String md5)
Loads a
StoreBean from the fd_store using primary key fields. |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<StoreBean> |
IStoreManager.loadByPrimaryKey(java.util.Collection<java.lang.String> keys)
Loads
StoreBean from the fd_store using primary key fields. |
java.util.List<StoreBean> |
IStoreManager.loadByPrimaryKey(java.lang.String... keys)
Loads
StoreBean from the fd_store using primary key fields. |
| 限定符和类型 | 方法和说明 |
|---|---|
StoreBean.Builder |
StoreBean.Builder.template(StoreBean bean)
set a bean as template,must not be
null |
java.util.List<java.lang.String> |
IStoreManager.toPrimaryKeyList(StoreBean... beans)
return a primary key list from
StoreBean array |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<java.lang.String> |
IStoreManager.toPrimaryKeyList(java.util.Collection<StoreBean> beans)
return a primary key list from
StoreBean collection |
Copyright © 2020. All Rights Reserved.