|
Sorry, I missed the output of the second method
Hibernate: drop table simple if exists Hibernate: create table simple (id bigint not null, name varchar(255), primary key (id)) Hibernate: select simpleenti0_.id as id1_0_0_, simpleenti0_.name as name2_0_0_ from simple simpleenti0_ where simpleenti0_.id=? Hibernate: insert into simple (name, id) values (?, ?)
As you can see, no update.
|