list.add(new PostLoadEventListenerImpl(cfc));
if(CommonUtil.POST_UPDATE.equals(eventType))
list.add(new PostUpdateEventListenerImpl(cfc));
if(CommonUtil.PRE_DELETE.equals(eventType))
list.add(new PreDeleteEventListenerImpl(cfc));
if(CommonUtil.PRE_INSERT.equals(eventType))
list.add(new PreInsertEventListenerImpl(cfc));
if(CommonUtil.PRE_LOAD.equals(eventType))
list.add(new PreLoadEventListenerImpl(cfc));
if(CommonUtil.PRE_UPDATE.equals(eventType))