最新回答 / qq_我很丑絕緣體_0
不一定,返回的數(shù)據(jù)要有能夠和它對(duì)應(yīng)的實(shí)體,實(shí)體的屬性個(gè)數(shù)不能小于返回的數(shù)據(jù)庫(kù)的字段個(gè)數(shù)!
2019-05-27
講的好細(xì),好基礎(chǔ)。如果來(lái)學(xué)這個(gè)SpringData,應(yīng)該都會(huì)懂這些東西吧。可以講重點(diǎn)我覺(jué)得
2019-04-29
請(qǐng)問(wèn)有提供spring data JPA高級(jí)那部分的代碼嗎?需要進(jìn)一步學(xué)習(xí)。
2019-04-29
Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: EntityPathResolver must not be null!
2019-04-26
Repository查詢方法的規(guī)則定義:https://images2017.cnblogs.com/blog/779102/201707/779102-20170729001326368-156348206.png
2019-04-23
還是有些淺呀,要是能夠把關(guān)聯(lián)查詢這一塊補(bǔ)上就好了.....jpa關(guān)聯(lián)查詢遇到好多問(wèn)題,都找不到合適的視頻
2019-04-15
create table student(
id int not null auto_increment,
name varchar(20)not null,
age int not null,
primary key(id)
);
insert into student(name,age) values("zhangsan",20);
insert into student(name,age) values("lisi",21);
insert into student(name,age) values("wangwu",22);
id int not null auto_increment,
name varchar(20)not null,
age int not null,
primary key(id)
);
insert into student(name,age) values("zhangsan",20);
insert into student(name,age) values("lisi",21);
insert into student(name,age) values("wangwu",22);
2019-04-09
說(shuō)句實(shí)話,記這種規(guī)則真不如自己寫(xiě)sql來(lái)得方便。。不過(guò)老師講的還是很好的
2019-04-04
最新回答 / 何小玄
<...code...>join 用上面方式查詢,ProjectPoint 里有 PersonnelRecord 集合。group by 的還沒(méi)用過(guò),感覺(jué)上應(yīng)該類似,都是封裝成對(duì)象了。
2019-02-27