org.wso2.solutions.identity.persistence.dao
Class RealmDAO

java.lang.Object
  extended by org.wso2.solutions.identity.persistence.dao.BaseDAO
      extended by org.wso2.solutions.identity.persistence.dao.RealmDAO

public class RealmDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
log, messages
 
Constructor Summary
RealmDAO(HibernateConfig config)
           
 
Method Summary
 RealmDO[] getAllRealms()
           
 RealmDO getRealm(java.lang.String className)
           
 
Methods inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
create, createOrUpdate, delete, executeSingleDMLStatement, getDataObject, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealmDAO

public RealmDAO(HibernateConfig config)
Method Detail

getAllRealms

public RealmDO[] getAllRealms()

getRealm

public RealmDO getRealm(java.lang.String className)