Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一张包含数千条记录的表。我想在中间插入记录。我保存在表中的对象非常复杂。这是一种方便的方法。
如果考虑表中数据的顺序与表的主键顺序相同。然后,您可以在 pojo 中插入指定主键的记录(设置 id 例如:)employee.setId(25);。但是,如果您这样做,则不应将主键设为 *auto_increment*。
employee.setId(25);