| Package | Description | 
|---|---|
| com.poscoict.glueframework.dao.jdbc | 
 dao package for jdbc. 
 | 
| com.poscoict.glueframework.dao.vo | 
 Glue DAO을 이용한 CRUD시 사용되는 Parameter와 DAO의 find()수행 결과. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<P> GluePageSet | 
GlueGenericJdbcDao.findForNavigationPage(String queryKey,
                     GlueParameter<P> param,
                     int pageSize,
                     int curPage)
Page Set 기능을 지원하는 메소드이다. 
 | 
<P> GluePageSet | 
GlueJdbcDao.findForNavigationPage(String queryKey,
                     GlueParameter<P> param,
                     int pageSize,
                     int curPage)  | 
GluePageSet | 
GlueGenericJdbcDao.findForNavigationPage(String queryKey,
                     int pageSize,
                     int curPage)
Page Set 기능을 지원하는 메소드이다. 
 | 
GluePageSet | 
GlueJdbcDao.findForNavigationPage(String queryKey,
                     int pageSize,
                     int curPage)  | 
<P> GluePageSet | 
GlueGenericJdbcDao.findForNavigationPageByQuery(String queryStmt,
                            GlueParameter<P> param,
                            int pageSize,
                            int curPage)
Page Set 기능을 지원하는 메소드이다. 
 | 
<P> GluePageSet | 
GlueJdbcDao.findForNavigationPageByQuery(String queryStmt,
                            GlueParameter<P> param,
                            int pageSize,
                            int curPage)  | 
GluePageSet | 
GlueGenericJdbcDao.findForNavigationPageByQuery(String queryStmt,
                            int pageSize,
                            int curPage)
Page Set 기능을 지원하는 메소드이다. 
 | 
GluePageSet | 
GlueJdbcDao.findForNavigationPageByQuery(String queryStmt,
                            int pageSize,
                            int curPage)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GluePageSetImpl
Database 테이블의 복수 개의 레코드를 표현하는 Value Object. 
 | 
Copyright © 2013–2021 POSCO ICT. All rights reserved.