Class NativeChannel

java.lang.Object
mc.core.system.base.BaseBean
mc.core.system.base.BaseBeanTx
mc.core.system.channel.base.ChannelBean
mc.core.domain.i18n.text.work.NativeChannel
All Implemented Interfaces:
mc.core.system.channel.base.IChannel
Direct Known Subclasses:
NativeTextLoader

public abstract class NativeChannel extends mc.core.system.channel.base.ChannelBean
base class for channels executing native SQL statements for performance improvement
  • Field Summary

    Fields inherited from class mc.core.system.channel.base.ChannelBean

    CSV_ENCODING_DEFAULT, XML_ENCODING_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class mc.core.system.channel.base.ChannelBean

    encoding

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NativeChannel

      public NativeChannel()