| 程序包 | 说明 |
|---|---|
| net.gdface.facelog.db |
| 限定符和类型 | 字段和说明 |
|---|---|
static StoreBean |
StoreBean.NULL
NULL
StoreBean bean , IMMUTABLE instance |
| 限定符和类型 | 方法和说明 |
|---|---|
StoreBean |
StoreBean.asImmutable()
set
this as immutable object |
StoreBean |
StoreBean.asNULL()
|
StoreBean |
StoreBean.Builder.build()
return a clone instance of
StoreBean.Builder.TEMPLATE |
StoreBean |
StoreBean.clone() |
StoreBean |
StoreBean.cloneMutable() |
StoreBean |
StoreBean.copy(StoreBean bean) |
StoreBean |
StoreBean.copy(StoreBean bean,
int... fieldList) |
StoreBean |
StoreBean.copy(StoreBean bean,
java.lang.String... fieldList) |
StoreBean |
IStoreManager.loadByPrimaryKey(java.lang.String md5)
Loads a
StoreBean from the fl_store using primary key fields. |
StoreBean |
IStoreManager.loadByPrimaryKeyChecked(java.lang.String md5)
Loads a
StoreBean from the fl_store using primary key fields. |
| 限定符和类型 | 方法和说明 |
|---|---|
IBeanConverter<StoreBean,N_STORE> |
IDbConverter.getStoreBeanConverter()
return a converter
StoreBean -> N_STORE |
IBeanConverter<StoreBean,R_STORE> |
BaseDbConverterGeneric.getStoreBeanConverter() |
java.util.List<StoreBean> |
IStoreManager.loadByPrimaryKey(java.util.Collection<java.lang.String> keys)
Loads
StoreBean from the fl_store using primary key fields. |
java.util.List<StoreBean> |
IStoreManager.loadByPrimaryKey(java.lang.String... keys)
Loads
StoreBean from the fl_store using primary key fields. |
static java.util.List<StoreBean> |
StoreBean.replaceNull(java.util.List<StoreBean> source) |
static java.util.List<StoreBean> |
StoreBean.replaceNullInstance(java.util.List<StoreBean> source) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
StoreComparator.compare(StoreBean b1,
StoreBean b2) |
int |
StoreBean.compareTo(StoreBean object) |
StoreBean |
StoreBean.copy(StoreBean bean) |
StoreBean |
StoreBean.copy(StoreBean bean,
int... fieldList) |
StoreBean |
StoreBean.copy(StoreBean bean,
java.lang.String... fieldList) |
int |
IStoreManager.delete(StoreBean... beans)
Delete beans.
|
protected void |
BeanConverterUtils.StoreBeanConverter.doFromRight(StoreBean left,
R_STORE right) |
protected void |
BeanConverterUtils.StoreBeanConverter.doToRight(StoreBean left,
R_STORE right) |
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
IStoreManager.delete(java.util.Collection<StoreBean> beans)
Delete beans.
|
static java.util.List<StoreBean> |
StoreBean.replaceNull(java.util.List<StoreBean> source) |
static java.util.List<StoreBean> |
StoreBean.replaceNullInstance(java.util.List<StoreBean> source) |
java.util.List<java.lang.String> |
IStoreManager.toPrimaryKeyList(java.util.Collection<StoreBean> beans)
return a primary key list from
StoreBean collection |
| 构造器和说明 |
|---|
BeanConverterUtils.StoreBeanConverter(java.lang.Class<StoreBean> leftClass,
java.lang.Class<R_STORE> rightClass) |
BeanConverterUtils.StoreBeanConverter(java.lang.Class<StoreBean> leftClass,
java.lang.Class<R_STORE> rightClass,
java.lang.String javaFields)
constructor
|
Copyright © 2019. All Rights Reserved.