Uses of Interface
com.poscoict.glueframework.dao.GlueGenericDao
Packages that use GlueGenericDao
Package
Description
activity package.
dao package for jdbc.
dao package for MyBatis.
-
Uses of GlueGenericDao in com.poscoict.glueframework.biz.activity
Methods in com.poscoict.glueframework.biz.activity that return GlueGenericDaoModifier and TypeMethodDescriptionapplicationContext.xml에 정의된 dao가져오기. -
Uses of GlueGenericDao in com.poscoict.glueframework.dao.jdbc
Subinterfaces of GlueGenericDao in com.poscoict.glueframework.dao.jdbcModifier and TypeInterfaceDescriptioninterface
데이타베이스 CRUD(Create, Read, Update, Delete) 오퍼레이션을 추상화하여 제공하는 Data Access Object 인터페이스.Classes in com.poscoict.glueframework.dao.jdbc that implement GlueGenericDaoModifier and TypeClassDescriptionclass
데이타베이스 CRUD(Create, Read, Update, Delete) 오퍼레이션을 추상화하여 제공하는 Data Access Object 오브젝트.class
GlueLazyJdbcDao. -
Uses of GlueGenericDao in com.poscoict.glueframework.dao.mybatis
Classes in com.poscoict.glueframework.dao.mybatis that implement GlueGenericDao