Class DaoModule

java.lang.Object
org.beangle.commons.inject.bind.AbstractBindModule
org.openurp.app.DaoModule
All Implemented Interfaces:
org.beangle.commons.inject.bind.BindModule

public class DaoModule
extends org.beangle.commons.inject.bind.AbstractBindModule
  • Field Summary

    Fields inherited from class org.beangle.commons.inject.bind.AbstractBindModule

    config
  • Constructor Summary

    Constructors
    Constructor Description
    DaoModule()  
  • Method Summary

    Modifier and Type Method Description
    protected void doBinding()  

    Methods inherited from class org.beangle.commons.inject.bind.AbstractBindModule

    bean, bind, bind, devEnabled, entry, getConfig, getObjectType, isSingleton, list, listref, map, props, ref, ref, set, template

    Methods inherited from class java.lang.Object

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

    • DaoModule

      public DaoModule()
  • Method Details

    • doBinding

      protected void doBinding()
      Specified by:
      doBinding in class org.beangle.commons.inject.bind.AbstractBindModule