Câu hỏi được gắn thẻ «fetch»




2
tìm nạp bài đăng với dữ liệu biểu mẫu nhiều phần
Tôi đang tìm nạp một URL như thế này: fetch(url, { mode: 'no-cors', method: method || null, headers: { 'Accept': 'application/json, application/xml, text/plain, text/html, *.*', 'Content-Type': 'multipart/form-data' }, body: JSON.stringify(data) || null, }).then(function(response) { console.log(response.status) console.log("response"); console.log(response) }) API của tôi mong muốn dữ liệu là của multipart/form-datanên tôi đang …

2
truy vấn đã chỉ định tìm nạp kết hợp, nhưng chủ sở hữu của liên kết được tìm nạp không có mặt trong danh sách chọn
Tôi đang chọn hai cột id nhưng nhận được lỗi được chỉ định: org.hibernate.QueryException: **query specified join fetching, but the owner of the fetched association was not present in the select list** [FromElement{explicit,not a collection join,fetch join,fetch non-lazy properties,classAlias=r,role=null,tableName=REVISIONS,tableAlias=revision1_,origin=ENTITY_CHANGED_IN_REVISION entitychan0_,columns={entitychan0_.REV_ID ,className=ru.csbi.registry.domain.envers.Revision}}] [ select ec.id as entityChangeId, r.id as revisionId from …
82 hibernate  join  fetch 


Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.