Uses of Interface
com.poscoict.glueframework.dao.vo.GlueRowSet
Packages that use GlueRowSet
Package
Description
Glue DAO을 이용한 CRUD시 사용되는 Parameter와 DAO의 find()수행 결과.
glue-nexacro17 common package.
-
Uses of GlueRowSet in com.poscoict.glueframework.dao.vo
Subinterfaces of GlueRowSet in com.poscoict.glueframework.dao.voModifier and TypeInterfaceDescriptioninterface
Database 테이블의 복수 개의 레코드를 표현하는 Value Object 패턴의 인터페이스.
GlueRowSet을 상속받았으므로 모든 기능을 사용할 수 있다.Classes in com.poscoict.glueframework.dao.vo that implement GlueRowSetModifier and TypeClassDescriptionclass
Database 테이블의 복수 개의 레코드를 표현하는 Value Object.class
Database 테이블의 복수 개의 레코드를 표현하는 Value Object. -
Uses of GlueRowSet in com.poscoict.glueframework.nexacro17.common
Methods in com.poscoict.glueframework.nexacro17.common with parameters of type GlueRowSetModifier and TypeMethodDescriptionstatic com.nexacro17.xapi.data.DataSet
Converter.convertGlueSetToDataSet
(String dsName, GlueRowSet glueRowSet) GlueSet을 DataSet으로 변환