Uses of Interface
com.poscoict.glueframework.dao.vo.GlueRow
Packages that use GlueRow
Package
Description
Glue DAO을 이용한 CRUD시 사용되는 Parameter와 DAO의 find()수행 결과.
-
Uses of GlueRow in com.poscoict.glueframework.dao.vo
Classes in com.poscoict.glueframework.dao.vo with type parameters of type GlueRowModifier and TypeInterfaceDescriptioninterface
GlueRowSet<E extends GlueRow<String,
Object>> Database 테이블의 복수 개의 레코드를 표현하는 Value Object 패턴의 인터페이스.Classes in com.poscoict.glueframework.dao.vo that implement GlueRowMethods in com.poscoict.glueframework.dao.vo that return GlueRowModifier and TypeMethodDescriptionGlueRowSet.getAllRow()
현재 RowSet의 모든 Row를 얻는다.GlueRowSetImpl.getAllRow()
GlueRowSet.next()
현재 커서 위치에서 다음에 존재하는 Row를 얻는다.GlueRowSetImpl.next()
GlueRowSet.previous()
현재 커서 위치에서 바로 전에 존재하는 Row를 얻는다.GlueRowSetImpl.previous()
Constructor parameters in com.poscoict.glueframework.dao.vo with type arguments of type GlueRowModifierConstructorDescriptionGluePageSetImpl
(List<GlueRow<String, Object>> rows) 생성자(constructor).GlueRowSetImpl
(List<GlueRow<String, Object>> rows) 생성자(constructor).