Getting NoSuchMethodError: javax.persistence.Table.indexes() while performing JPA query

前端 未结 1 1113
挽巷
挽巷 2020-12-06 20:40

I have IntelliJ project with libraries: Hibernate-entitymanager 4.3.4 and JPA 2.0-2.0. Which is connected to database using postgresql-9.3.1100.jdbc4. How to fix it?

<
相关标签:
1条回答
  • 2020-12-06 21:07

    Just read the documentation:

    http://docs.oracle.com/javaee/7/api/javax/persistence/Table.html#indexes()

    Specifically, the lines

    Since:Java Persistence 2.1

    0 讨论(0)
提交回复
热议问题