@NoRepositoryBean
public interface ResourceCustomizedDao
| 限定符和类型 | 方法和说明 |
|---|---|
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模式
|
org.springframework.data.domain.Page<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.ResourceModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
query - 查询参数pageable - 分页参数java.util.List<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.ResourceModel.Request.Query query,
org.springframework.data.domain.Sort sort)
query - 查询参数sort - 分页参数java.util.List<Resource> findAttributes(com.xforceplus.api.model.ResourceModel.Request.Query query, org.springframework.data.domain.Sort sort)
org.springframework.data.domain.Page<Resource> findAttributes(com.xforceplus.api.model.ResourceModel.Request.Query query, org.springframework.data.domain.Pageable pageable)