public interface IStoreManager extends gu.sql2java.TableManager<StoreBean>
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
checkDuplicate(java.lang.String md5)
Check duplicated row by primary keys,if row exists throw exception
|
int |
deleteByPrimaryKey(java.util.Collection<java.lang.String> keys)
Delete rows according to primary key.
|
int |
deleteByPrimaryKey(java.lang.String... keys)
Delete rows according to primary key.
|
int |
deleteByPrimaryKey(java.lang.String md5)
Delete row according to its primary keys.
|
boolean |
existsPrimaryKey(java.lang.String md5)
check if contains row with primary key fields.
|
java.util.List<StoreBean> |
loadByPrimaryKey(java.util.Collection<java.lang.String> keys)
Loads
StoreBean from the fd_store using primary key fields. |
java.util.List<StoreBean> |
loadByPrimaryKey(java.lang.String... keys)
Loads
StoreBean from the fd_store using primary key fields. |
StoreBean |
loadByPrimaryKey(java.lang.String md5)
Loads a
StoreBean from the fd_store using primary key fields. |
StoreBean |
loadByPrimaryKeyChecked(java.lang.String md5)
Loads a
StoreBean from the fd_store using primary key fields. |
java.util.List<java.lang.String> |
toPrimaryKeyList(java.util.Collection<StoreBean> beans)
return a primary key list from
StoreBean collection |
java.util.List<java.lang.String> |
toPrimaryKeyList(StoreBean... beans)
return a primary key list from
StoreBean array |
addIfAbsent, checkDuplicate, countAll, countUsingTemplate, countUsingTemplate, countWhere, delete, delete, delete, deleteAll, deleteByPrimaryKey, deleteByWhere, deleteUsingTemplate, existsByPrimaryKey, existsPrimaryKey, foreach, foreachByWhere, loadAll, loadAll, loadAll, loadAll, loadAllAsList, loadAllAsList, loadByPrimaryKey, loadByPrimaryKey, loadByPrimaryKeyChecked, loadByPrimaryKeyChecked, loadByWhere, loadByWhere, loadByWhere, loadByWhere, loadByWhere, loadByWhere, loadByWhereAsList, loadByWhereAsList, loadByWhereAsList, loadByWhereForAction, loadColumnAsList, loadUniqueUsingTemplate, loadUniqueUsingTemplateChecked, loadUsingTemplate, loadUsingTemplate, loadUsingTemplate, loadUsingTemplate, loadUsingTemplate, loadUsingTemplate, loadUsingTemplateAsList, loadUsingTemplateAsList, loadUsingTemplateAsList, registerListener, save, save, save, saveAsTransaction, saveAsTransaction, unregisterListenerStoreBean loadByPrimaryKey(java.lang.String md5) throws gu.sql2java.exception.RuntimeDaoException
StoreBean from the fd_store using primary key fields.md5 - String - PK# 1null if not foundgu.sql2java.exception.RuntimeDaoExceptionStoreBean loadByPrimaryKeyChecked(java.lang.String md5) throws gu.sql2java.exception.RuntimeDaoException, gu.sql2java.exception.ObjectRetrievalException
StoreBean from the fd_store using primary key fields.md5 - String - PK# 1gu.sql2java.exception.ObjectRetrievalException - if not foundgu.sql2java.exception.RuntimeDaoExceptionboolean existsPrimaryKey(java.lang.String md5) throws gu.sql2java.exception.RuntimeDaoException
md5 - String - PK# 1gu.sql2java.exception.RuntimeDaoExceptionjava.lang.String checkDuplicate(java.lang.String md5) throws gu.sql2java.exception.RuntimeDaoException, gu.sql2java.exception.ObjectRetrievalException
md5 - primary keysgu.sql2java.exception.RuntimeDaoExceptiongu.sql2java.exception.ObjectRetrievalExceptionjava.util.List<StoreBean> loadByPrimaryKey(java.lang.String... keys) throws gu.sql2java.exception.RuntimeDaoException
StoreBean from the fd_store using primary key fields.keys - primary keys arraygu.sql2java.exception.RuntimeDaoExceptionjava.util.List<StoreBean> loadByPrimaryKey(java.util.Collection<java.lang.String> keys) throws gu.sql2java.exception.RuntimeDaoException
StoreBean from the fd_store using primary key fields.keys - primary keys collectiongu.sql2java.exception.RuntimeDaoExceptionint deleteByPrimaryKey(java.lang.String md5) throws gu.sql2java.exception.RuntimeDaoException
md5 - String - PK# 1gu.sql2java.exception.RuntimeDaoExceptionint deleteByPrimaryKey(java.lang.String... keys) throws gu.sql2java.exception.RuntimeDaoException
keys - primary keys arraygu.sql2java.exception.RuntimeDaoExceptionTableManager.delete(gu.sql2java.BaseBean)int deleteByPrimaryKey(java.util.Collection<java.lang.String> keys) throws gu.sql2java.exception.RuntimeDaoException
keys - primary keys collectiongu.sql2java.exception.RuntimeDaoExceptionTableManager.delete(gu.sql2java.BaseBean)java.util.List<java.lang.String> toPrimaryKeyList(StoreBean... beans)
StoreBean arraybeans - java.util.List<java.lang.String> toPrimaryKeyList(java.util.Collection<StoreBean> beans)
StoreBean collectionbeans - Copyright © 2020. All Rights Reserved.