有人能告诉我如何用Eclipse配置hibernate (注解)吗?
发布于 2009-10-27 19:49:59
要在Eclipse中使用hibernate注释,我只需添加对所需jar (hibernate-annotations.jar)的引用。
您还需要hibernate jar和ejb3 jar (ejb3-persistence.jar)
https://stackoverflow.com/questions/1629819
相似问题