| Package | Description | 
|---|---|
| com.poscoict.glueframework.dao.vo | 
 Glue DAO을 이용한 CRUD시 사용되는 Parameter와 DAO의 find()수행 결과. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GlueRowSet<E extends GlueRow<String,Object>>
Database 테이블의 복수 개의 레코드를 표현하는 Value Object 패턴의 인터페이스. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GlueRowImpl
Database 레코드를 표현하는 Value Object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GlueRow<String,Object>[] | 
GlueRowSetImpl.getAllRow()  | 
GlueRow<String,Object>[] | 
GlueRowSet.getAllRow()
현재 RowSet의 모든 Row를 얻는다. 
 | 
GlueRow<String,Object> | 
GlueRowSetImpl.next()  | 
GlueRow<String,Object> | 
GlueRowSet.next()
현재 커서 위치에서 다음에 존재하는 Row를 얻는다. 
 | 
GlueRow<String,Object> | 
GlueRowSetImpl.previous()  | 
GlueRow<String,Object> | 
GlueRowSet.previous()
현재 커서 위치에서 바로 전에 존재하는 Row를 얻는다. 
 | 
| Constructor and Description | 
|---|
GluePageSetImpl(List<GlueRow<String,Object>> rows)
생성자(constructor). 
 | 
GlueRowSetImpl(List<GlueRow<String,Object>> rows)
생성자(constructor). 
 | 
Copyright © 2013–2021 POSCO ICT. All rights reserved.