public class CompanyTenantRelOperationCustomizedDaoImpl extends java.lang.Object implements CompanyTenantRelOperationCustomizedDao
| 构造器和说明 |
|---|
CompanyTenantRelOperationCustomizedDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
javax.persistence.Tuple |
findTuple(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query)
通用查询的Tuple模式
|
org.springframework.data.domain.Page<javax.persistence.Tuple> |
findTuples(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
分页通用查询的Tuple模式
|
public CompanyTenantRelOperationCustomizedDaoImpl()
public org.springframework.data.domain.Page<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
CompanyTenantRelOperationCustomizedDaofindTuples 在接口中 CompanyTenantRelOperationCustomizedDaoquery - 查询参数pageable - 分页参数public javax.persistence.Tuple findTuple(com.xforceplus.api.model.CompanyTenantRelOperationModel.Request.Query query)
CompanyTenantRelOperationCustomizedDaofindTuple 在接口中 CompanyTenantRelOperationCustomizedDaoquery - 查询参数