Uses of Interface
com.poscoict.glueframework.dao.manager.GlueQueryManager
Packages that use GlueQueryManager
Package
Description
biz control package.
dao package for jdbc.
package-info.java
-
Uses of GlueQueryManager in com.poscoict.glueframework.biz.control
Methods in com.poscoict.glueframework.biz.control with parameters of type GlueQueryManagerModifier and TypeMethodDescriptionvoid
GlueServiceDBLoader.setQueryManager
(GlueQueryManager queryManager) setter method for DI. -
Uses of GlueQueryManager in com.poscoict.glueframework.dao.jdbc
Fields in com.poscoict.glueframework.dao.jdbc declared as GlueQueryManagerModifier and TypeFieldDescriptionprotected GlueQueryManager
GlueJdbcDao.queryManager
Query ManagerMethods in com.poscoict.glueframework.dao.jdbc that return GlueQueryManagerModifier and TypeMethodDescriptionGlueGenericJdbcDao.getQueryManager()
Query Manager를 얻는다.GlueJdbcDao.getQueryManager()
Methods in com.poscoict.glueframework.dao.jdbc with parameters of type GlueQueryManagerModifier and TypeMethodDescriptionvoid
GlueJdbcDao.setQueryManager
(GlueQueryManager queryManager) setter method for DI. -
Uses of GlueQueryManager in com.poscoict.glueframework.dao.manager
Classes in com.poscoict.glueframework.dao.manager that implement GlueQueryManager