The EntityManager.remove() API in JPA will delete that single object. If you want to delete multiple objects, you can either use a delete query, ...
確定! 回上一頁