Uses of Interface
com.poscoict.glueframework.dao.jdbc.GlueGenericJdbcDao
Packages that use GlueGenericJdbcDao
Package
Description
dao package for jdbc.
layout manager package.
-
Uses of GlueGenericJdbcDao in com.poscoict.glueframework.dao.jdbc
Classes in com.poscoict.glueframework.dao.jdbc that implement GlueGenericJdbcDaoModifier and TypeClassDescriptionclass
데이타베이스 CRUD(Create, Read, Update, Delete) 오퍼레이션을 추상화하여 제공하는 Data Access Object 오브젝트.class
GlueLazyJdbcDao. -
Uses of GlueGenericJdbcDao in com.poscoict.glueframework.message.layout
Methods in com.poscoict.glueframework.message.layout that return GlueGenericJdbcDaoMethods in com.poscoict.glueframework.message.layout with parameters of type GlueGenericJdbcDaoModifier and TypeMethodDescriptionvoid
GlueDBMessageLayout.setDao
(GlueGenericJdbcDao dao) setter method for DI.