public class RoleCustomizedDaoImpl extends AbstractDefaultJpaRepositoryImpl implements RoleCustomizedDao
| 构造器和说明 |
|---|
RoleCustomizedDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.domain.Page<Role> |
findAttributes(com.xforceplus.api.model.RoleModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
java.util.List<Role> |
findAttributes(com.xforceplus.api.model.RoleModel.Request.Query query,
org.springframework.data.domain.Sort sort) |
java.util.List<com.xforceplus.domain.tenant.RoleRelAccountExportDto> |
findRolesRelAccount(java.lang.Long tenantId,
com.xforceplus.api.model.RoleModel.Request.Export query,
org.springframework.data.domain.Sort sort) |
java.util.List<com.xforceplus.domain.tenant.RoleExportDto> |
findRolesResourcesetRel(java.lang.Long tenantId,
com.xforceplus.api.model.RoleModel.Request.Export query,
org.springframework.data.domain.Sort sort) |
org.springframework.data.domain.Page<javax.persistence.Tuple> |
findTuples(com.xforceplus.api.model.RoleModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
分页通用查询的Tuple模式
|
java.util.List<javax.persistence.Tuple> |
findTuples(com.xforceplus.api.model.RoleModel.Request.Query query,
org.springframework.data.domain.Sort sort)
列表通用查询的Tuple模式
|
javax.persistence.EntityManager |
getEntityManager() |
findBySql, findBySql, findBySql, pagingSqlBy, pagingSqlBy, pagingSqlBy, pagingSqlBy, pagingSqlBy, setQueryParamspublic javax.persistence.EntityManager getEntityManager()
@Transactional(readOnly=true)
public java.util.List<com.xforceplus.domain.tenant.RoleExportDto> findRolesResourcesetRel(java.lang.Long tenantId,
com.xforceplus.api.model.RoleModel.Request.Export query,
org.springframework.data.domain.Sort sort)
findRolesResourcesetRel 在接口中 RoleCustomizedDao@Transactional(readOnly=true)
public java.util.List<com.xforceplus.domain.tenant.RoleRelAccountExportDto> findRolesRelAccount(java.lang.Long tenantId,
com.xforceplus.api.model.RoleModel.Request.Export query,
org.springframework.data.domain.Sort sort)
findRolesRelAccount 在接口中 RoleCustomizedDaopublic org.springframework.data.domain.Page<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.RoleModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
RoleCustomizedDaofindTuples 在接口中 RoleCustomizedDaoquery - 查询参数pageable - 分页参数public java.util.List<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.RoleModel.Request.Query query,
org.springframework.data.domain.Sort sort)
RoleCustomizedDaofindTuples 在接口中 RoleCustomizedDaoquery - 查询参数sort - 分页参数@Transactional(readOnly=true) public org.springframework.data.domain.Page<Role> findAttributes(com.xforceplus.api.model.RoleModel.Request.Query query, org.springframework.data.domain.Pageable pageable)
findAttributes 在接口中 RoleCustomizedDao@Transactional(readOnly=true) public java.util.List<Role> findAttributes(com.xforceplus.api.model.RoleModel.Request.Query query, org.springframework.data.domain.Sort sort)
findAttributes 在接口中 RoleCustomizedDao