Uses of Class
nablarch.common.dao.EntityList
-
Uses of EntityList in nablarch.common.dao
Modifier and TypeMethodDescription<T> EntityList<T>
<T> EntityList<T>
全件の検索を行う。static <T> EntityList<T>
すべてのエンティティを取得する。<T> EntityList<T>
BasicDaoContext.findAllBySqlFile
(Class<T> entityClass, String sqlId) <T> EntityList<T>
BasicDaoContext.findAllBySqlFile
(Class<T> entityClass, String sqlId, Object params) <T> EntityList<T>
DaoContext.findAllBySqlFile
(Class<T> entityClass, String sqlId) SQL_IDをもとに検索を行う。<T> EntityList<T>
DaoContext.findAllBySqlFile
(Class<T> entityClass, String sqlId, Object params) SQL_IDをもとにバインド変数を展開して検索処理を行う。static <T> EntityList<T>
UniversalDao.findAllBySqlFile
(Class<T> entityClass, String sqlId) SQL_IDをもとに検索し、結果Beanのリストに格納して取得する。static <T> EntityList<T>
UniversalDao.findAllBySqlFile
(Class<T> entityClass, String sqlId, Object params) SQL_IDをもとにバインド変数を展開した上で検索し、結果Beanのリストに格納して取得する。protected <T> EntityList<T>
BasicDaoContext.findAllBySqlFileWithoutPaginate
(Class<T> entityClass, String sqlId, Object params) ページングなしの場合の検索を実行する。protected <T> EntityList<T>
BasicDaoContext.findAllBySqlFIleWithPaginate
(Class<T> entityClass, String sqlId, Object params) ページネーションつきの検索を実行する。