org.jiucai.appframework.base.spring.service
类 BaseService

java.lang.Object
  继承者 org.jiucai.appframework.base.spring.service.BaseService

public abstract class BaseService
extends Object

业务层基础类,提供 TransactionTemplate 允许在业务层使用编程式事务控制

作者:
zhaidw

字段摘要
protected  Logs log
           
 
构造方法摘要
BaseService()
           
 
方法摘要
abstract  org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
          由子类实现 TransactionTemplate 的注入
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

log

protected Logs log
构造方法详细信息

BaseService

public BaseService()
方法详细信息

getTransactionTemplate

public abstract org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
由子类实现 TransactionTemplate 的注入

返回:
TransactionTemplate


Copyright © 2013. All Rights Reserved.