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–2020 POSCO ICT. All rights reserved.