All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.beangle.webmvc.hibernate.DefaultModule.scala Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
package org.beangle.webmvc.hibernate

import org.beangle.commons.inject.bind.AbstractBindModule
import org.beangle.webmvc.hibernate.action.{ ConfigAction, IndexAction, StatAction }
import org.beangle.webmvc.hibernate.helper.SessionFactoryHelper

class DefaultModule extends AbstractBindModule {

  protected override def binding() {
    bind(classOf[IndexAction], classOf[StatAction], classOf[ConfigAction])
    bind(classOf[SessionFactoryHelper])
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy