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

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

public class ClaimDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
messages
 
Constructor Summary
ClaimDAO(HibernateConfig config)
           
 
Method Summary
 ClaimDO[] getAllClaims()
           
 ClaimDO[] getAllMappedClaims()
           
 ClaimDO[] getAllMappedEnabledClaims()
           
 ClaimDO getClaimByURI(java.lang.String value)
           
 
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

ClaimDAO

public ClaimDAO(HibernateConfig config)
Method Detail

getAllClaims

public ClaimDO[] getAllClaims()

getClaimByURI

public ClaimDO getClaimByURI(java.lang.String value)

getAllMappedClaims

public ClaimDO[] getAllMappedClaims()

getAllMappedEnabledClaims

public ClaimDO[] getAllMappedEnabledClaims()