Uses of Interface
com.poscoict.glueframework.dao.vo.GluePageSet
Packages that use GluePageSet
Package
Description
dao package for jdbc.
Glue DAO을 이용한 CRUD시 사용되는 Parameter와 DAO의 find()수행 결과.
-
Uses of GluePageSet in com.poscoict.glueframework.dao.jdbc
Methods in com.poscoict.glueframework.dao.jdbc that return GluePageSetModifier and TypeMethodDescriptionGlueGenericJdbcDao.findForNavigationPage
(String queryKey, int pageSize, int curPage) Page Set 기능을 지원하는 메소드이다.<P> GluePageSet
GlueGenericJdbcDao.findForNavigationPage
(String queryKey, GlueParameter<P> param, int pageSize, int curPage) Page Set 기능을 지원하는 메소드이다.GlueJdbcDao.findForNavigationPage
(String queryKey, int pageSize, int curPage) <P> GluePageSet
GlueJdbcDao.findForNavigationPage
(String queryKey, GlueParameter<P> param, int pageSize, int curPage) GlueGenericJdbcDao.findForNavigationPageByQuery
(String queryStmt, int pageSize, int curPage) Page Set 기능을 지원하는 메소드이다.<P> GluePageSet
GlueGenericJdbcDao.findForNavigationPageByQuery
(String queryStmt, GlueParameter<P> param, int pageSize, int curPage) Page Set 기능을 지원하는 메소드이다.GlueJdbcDao.findForNavigationPageByQuery
(String queryStmt, int pageSize, int curPage) <P> GluePageSet
GlueJdbcDao.findForNavigationPageByQuery
(String queryStmt, GlueParameter<P> param, int pageSize, int curPage) -
Uses of GluePageSet in com.poscoict.glueframework.dao.vo
Classes in com.poscoict.glueframework.dao.vo that implement GluePageSetModifier and TypeClassDescriptionclass
Database 테이블의 복수 개의 레코드를 표현하는 Value Object.