Uses of Interface
com.poscoict.glueframework.dao.GlueAuditAttributeHolder

Packages that use GlueAuditAttributeHolder
com.poscoict.glueframework.context context package. 
com.poscoict.glueframework.dao.vo Glue DAO을 이용한 CRUD시 사용되는 Parameter와 DAO의 find()수행 결과. 
 

Uses of GlueAuditAttributeHolder in com.poscoict.glueframework.context
 

Subinterfaces of GlueAuditAttributeHolder in com.poscoict.glueframework.context
 interface GlueContext
          모든 Layout에서 공통으로 Data 를 저장하고 조회 하는 Class이다.
 

Classes in com.poscoict.glueframework.context that implement GlueAuditAttributeHolder
 class GlueDefaultContext
          모든 Layer에서 공통으로 Data 를 저장하고 조회 하는 Class이다.
 class GluePortletContext
          GlueContext for Portlet.
 class GlueWebContext
          Servlet의 Data를 관리하기 위한 내부 저장소 Class 이다 .
 

Uses of GlueAuditAttributeHolder in com.poscoict.glueframework.dao.vo
 

Classes in com.poscoict.glueframework.dao.vo that implement GlueAuditAttributeHolder
 class GlueHibernateParameter<P>
          Hibernate용 GlueParameter 클래스. setNamedParam(Session session, String queryString)를 호출하여 namedParam에 대한 값을 세팅한 후 사용한다.
 class GlueParameter<P>
           
 



Copyright © 2013–2018 POSCO ICT. All rights reserved.