public class ResourcesetCustomizedDaoImpl extends AbstractDefaultJpaRepositoryImpl implements ResourcesetCustomizedDao
| 构造器和说明 |
|---|
ResourcesetCustomizedDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.domain.Page<Resourceset> |
findAttributes(com.xforceplus.api.model.ResourcesetModel.Request.Query query,
org.springframework.data.domain.Pageable pageable) |
java.util.List<Resourceset> |
findAttributes(com.xforceplus.api.model.ResourcesetModel.Request.Query query,
org.springframework.data.domain.Sort sort) |
org.springframework.data.domain.Page<javax.persistence.Tuple> |
findTuples(com.xforceplus.api.model.ResourcesetModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
分页通用查询的Tuple模式
|
java.util.List<javax.persistence.Tuple> |
findTuples(com.xforceplus.api.model.ResourcesetModel.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()
public org.springframework.data.domain.Page<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.ResourcesetModel.Request.Query query,
org.springframework.data.domain.Pageable pageable)
ResourcesetCustomizedDaofindTuples 在接口中 ResourcesetCustomizedDaoquery - 查询参数pageable - 分页参数public java.util.List<javax.persistence.Tuple> findTuples(com.xforceplus.api.model.ResourcesetModel.Request.Query query,
org.springframework.data.domain.Sort sort)
ResourcesetCustomizedDaofindTuples 在接口中 ResourcesetCustomizedDaoquery - 查询参数sort - 分页参数@Transactional(readOnly=true) public org.springframework.data.domain.Page<Resourceset> findAttributes(com.xforceplus.api.model.ResourcesetModel.Request.Query query, org.springframework.data.domain.Pageable pageable)
findAttributes 在接口中 ResourcesetCustomizedDao@Transactional(readOnly=true) public java.util.List<Resourceset> findAttributes(com.xforceplus.api.model.ResourcesetModel.Request.Query query, org.springframework.data.domain.Sort sort)
findAttributes 在接口中 ResourcesetCustomizedDao