org.wso2.wsas.persistence.dao
Class BindingOperationDAO

java.lang.Object
  extended by org.wso2.wsas.persistence.dao.BaseDAO
      extended by org.wso2.wsas.persistence.dao.BindingOperationDAO

public class BindingOperationDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.wsas.persistence.dao.BaseDAO
hbConfig
 
Constructor Summary
BindingOperationDAO(HibernateConfig hbConfig)
           
 
Method Summary
 void updateBindingOperation(BindingOperationDO bindingOperation)
           
 
Methods inherited from class org.wso2.wsas.persistence.dao.BaseDAO
create, createOrUpdate, delete, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingOperationDAO

public BindingOperationDAO(HibernateConfig hbConfig)
Method Detail

updateBindingOperation

public void updateBindingOperation(BindingOperationDO bindingOperation)