Entity DAO com.soffid.iam.model.AgentDescriptorEntityDao [Entity]
Description
DAO methods
findByClass
select agentDescriptorEntity
from com.soffid.iam.model.AgentDescriptorEntity as agentDescriptorEntity
join agentDescriptorEntity.plugin as plugin join plugin.tenant as tenant where agentDescriptorEntity.className = :className and tenant.name = :tenant order by agentDescriptorEntity.description