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.
我创建了一个使用 JPA 和 Hibernate 的简单 CRUD 应用程序。
我有实体注释的 JPAjavax.persistence.@entity注释和休眠配置文件(hibernate.cfg.xml)。
javax.persistence.@entity
(hibernate.cfg.xml)
我不使用 JPA 实体管理器,而是使用 Hibernate Native API (Session, Session Factory, HibernateUtil)。我没有休眠映射文件和persistence.xml.
(Session, Session Factory, HibernateUtil)
persistence.xml
任何问题。
请帮忙。
当您使用 JPA 注释时,您不需要映射文件。但当然,除非您使用 Spring 3.1 LocalContainerEntityManagerFactoryBean 类,否则您必须拥有 persistence.xml。