标签: java mysql hibernate
我需要一个名称查询注释来删除带有hibernate的表的所有行 该怎么做
答案 0 :(得分:1)
删除所有行
delete from table where condition
从数据库中删除整个表
drop table from db