public class GlueJdbcSearch extends GlueActivity<GlueContext>
Activity Property - dao : (Çʼö) applicationContext.xmlÀÇ DAO id. - sql-key : (Çʼö) {name}-query.glue_sqlÀÇ query id - param-count : (¼±ÅÃ) Binding ÇÒ °³¼ö (select * from emp where deptno=?)ÀÇ "?" ¼ö - param#(param0,param1...) : (¼±ÅÃ) Binding Value ("?"¿Í ¼ø¼ ÀÏÄ¡ ÇÏ¿©¾ß ÇÔ) - param-bindings : (¼±ÅÃ) binding¿¡ »ç¿ëµÇ´Â °ª°ú Mapping µÇ´Â Key( bindName=ctxName[|bindName=ctxName] ). ctxÀÇ key°¡ binding variable name°ú °°Àº °æ¿ì »ý·«(´ë¼Ò¹®ÀÚ ±¸ºÐ). ctxName Àº ContextÀÇ Key. - result-key : (Çʼö) Context¿¡ ´ã±â´Â Query ¼öÇà °á°ú Key. [ default ] : {sql-key}_resultList - cache-key : (¼±ÅÃ) ±âÁ¸ Query ¼öÇà°á°ú Á¸ÀçÀ¯¹« È®ÀÎÈÄ Query¸¦ ¼öÇàÇϵµ·Ï ÇÔ. - cache-region : (¼±ÅÃ) ±âÁ¸ Query ¼öÇà°á°ú Á¸ÀçÀ¯¹« È®ÀÎÈÄ Query¸¦ ¼öÇàÇϵµ·Ï ÇÔ. [ default ] : _default-region (GlueCacheRegions.DEFAULT_REGION) - cache-manager : (¼±ÅÃ) applicationContext.xmlÀÇ CacheManager id. ±âÁ¸ Query ¼öÇà°á°ú Á¸ÀçÀ¯¹« È®ÀÎÈÄ Query¸¦ ¼öÇàÇϵµ·Ï ÇÔ. [ default ] : cacheManager (GlueBizControlConstants.DEFAULT_CACHE_MANAGER_ID) ¿¹Á¦»ç¿ë ¿¹# 1 - À¯Çü1 Äõ¸®¸¦ »ç¿ëÇÏ´Â °æ¿ì »ç¿ë ¿¹# 2 - À¯Çü2 Äõ¸®¸¦ »ç¿ëÇÏ´Â °æ¿ì »ç¿ë ¿¹# 3 - ij½Ì±â´É Æ÷ÇÔ Á¶È¸ Âü°í : {name}-query.glue_sql
dynamicProperties, logger
Constructor and Description |
---|
GlueJdbcSearch() |
Modifier and Type | Method and Description |
---|---|
String |
runActivity(GlueContext ctx)
Sub Class¿¡¼ ¹Ýµå½Ã ±¸ÇöÇÏ¿©¾ß ÇÏ´Â Abstract Method À̸ç ÀÌ Method´Â F/W¿¡¼ È£ÃâÇÑ´Ù.
|
commitTransaction, commitTransaction, getDao, getEventList, getName, getProperty, getPropertyNames, getTransition, rollbackTransaction, rollbackTransaction, setEventList, setName, setProperty, setTransition
public String runActivity(GlueContext ctx)
GlueActivity
runActivity
in class GlueActivity<GlueContext>
ctx
- GlueContext¿¹)==> return "success"À̸é BizLogic Activity ¸¦ ½ÇÇàÇÔ.
Copyright © 2013–2016 POSCO ICT. All rights reserved.