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
           
protected  org.springframework.transaction.support.TransactionTemplate transactionTemplate
           
 
构造方法摘要
BaseService()
           
 
方法摘要
 org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
           
abstract  void setTransactionTemplate(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

log

protected Logs log

transactionTemplate

protected org.springframework.transaction.support.TransactionTemplate transactionTemplate
构造方法详细信息

BaseService

public BaseService()
方法详细信息

getTransactionTemplate

public org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()

setTransactionTemplate

public abstract void setTransactionTemplate(org.springframework.transaction.support.TransactionTemplate transactionTemplate)


Copyright © 2013. All Rights Reserved.