Package | Description |
---|---|
com.poscoict.glueframework.biz.activity |
activity package.
|
com.poscoict.glueframework.dao.jdbc |
dao package for jdbc.
|
com.poscoict.glueframework.dao.mybatis |
dao package for MyBatis.
|
Modifier and Type | Method and Description |
---|---|
GlueGenericDao |
GlueActivity.getDao(String daoKey)
applicationContext.xml에 정의된 dao가져오기.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GlueGenericJdbcDao
데이타베이스 CRUD(Create, Read, Update, Delete) 오퍼레이션을 추상화하여 제공하는 Data Access Object 인터페이스.
|
Modifier and Type | Class and Description |
---|---|
class |
GlueJdbcDao
데이타베이스 CRUD(Create, Read, Update, Delete) 오퍼레이션을 추상화하여 제공하는 Data Access Object 오브젝트.
|
class |
GlueLazyJdbcDao
GlueLazyJdbcDao.
|
Modifier and Type | Class and Description |
---|---|
class |
GlueMybatisDao
MybatisDAO.
|
Copyright © 2013–2021 POSCO ICT. All rights reserved.