@Repository public class ResourceCustomizedDaoImpl extends java.lang.Object implements ResourceCustomizedDao
| 构造器和说明 |
|---|
ResourceCustomizedDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.domain.Page<Resource> |
findAttributes(com.xforceplus.api.model.ResourceModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
java.util.List<Resource> |
findAttributes(com.xforceplus.api.model.ResourceModel.Request.Query query,
org.springframework.data.domain.Sort sort) |
org.springframework.data.domain.Page<javax.persistence.Tuple> |
findTuples(com.xforceplus.api.model.ResourceModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
分页通用查询的Tuple模式
|
java.util.List<javax.persistence.Tuple> |
findTuples(com.xforceplus.api.model.ResourceModel.Request.Query query,
org.springframework.data.domain.Sort sort)
列表通用查询的Tuple模式
|
@Transactional(readOnly=true)
public org.springframework.data.domain.Page<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.ResourceModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
ResourceCustomizedDaofindTuples 在接口中 ResourceCustomizedDaoquery - 查询参数pageable - 分页参数@Transactional(readOnly=true)
public java.util.List<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.ResourceModel.Request.Query query,
org.springframework.data.domain.Sort sort)
ResourceCustomizedDaofindTuples 在接口中 ResourceCustomizedDaoquery - 查询参数sort - 分页参数@Transactional(readOnly=true) public org.springframework.data.domain.Page<Resource> findAttributes(com.xforceplus.api.model.ResourceModel.Request.Query query, org.springframework.data.domain.Pageable pageable)
findAttributes 在接口中 ResourceCustomizedDao@Transactional(readOnly=true) public java.util.List<Resource> findAttributes(com.xforceplus.api.model.ResourceModel.Request.Query query, org.springframework.data.domain.Sort sort)
findAttributes 在接口中 ResourceCustomizedDao