Entity DAO com.soffid.iam.model.UserPrinterEntityDao [Entity]
Description
DAO methods
findUserByUserAndPrinter
from com.soffid.iam.model.UserPrinterEntity as ui where ui.user.userName=:userName and ui.printer.name=:printer and ui.user.tenant.id = :tenantId order by ui.user.userName, ui.printer.name
from com.soffid.iam.model.UserPrinterEntity as ui where ui.printer.name=:printer and ui.printer.tenant.id = :tenantId order by ui.user.userName, ui.printer.name
from com.soffid.iam.model.UserPrinterEntity as ui where ui.user.userName=:userName and ui.user.tenant.id = :tenantId order by ui.user.userName, ui.printer.name