org.wso2.wsas.persistence.dao
Class ServiceGroupDAO
java.lang.Object
org.wso2.wsas.persistence.dao.BaseDAO
org.wso2.wsas.persistence.dao.ServiceGroupDAO
- public class ServiceGroupDAO
- extends BaseDAO
Data access object managing persistence operations related to axis service groups.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceGroupDAO
public ServiceGroupDAO(HibernateConfig hbConfig)
createServiceGroup
public java.lang.Long createServiceGroup(ServiceGroupDO trasientInstance)
createServiceGroup
public java.lang.Long createServiceGroup(ServiceGroupDO trasientInstance,
org.hibernate.Session session)
getServiceGroup
public ServiceGroupDO getServiceGroup(java.lang.String serviceGroupId)
getServiceGroup
public ServiceGroupDO getServiceGroup(java.lang.String serviceGroupId,
org.hibernate.Session session)
getParameter
public ServiceGroupParameterDO getParameter(ServiceGroupDO serviceGroup,
java.lang.String paramName)
getServices
public ServiceDO[] getServices(ServiceGroupDO serviceGroup)