Two Feature Requests for JPA Support
1) If you could right click a class in the project tree and say "Make Persistent" which would add the minimal annotations like @Entity and @Id, as well as add the class to persistence.xml.
2) Sorta the reverse, if I add @Entity to a class, it could provide an intention popup that says, "Add to persistence unit (persistence.xml)?".
请先登录再写评论。