Mysql
 sql >> Baza danych >  >> RDS >> Mysql

Błąd podczas konfigurowania hibernacji 5.0.1 i MySQL

Oto rozwiązanie.

Zastąp

<hibernate-configuration
        xmlns="http://www.hibernate.org/xsd/hibernate-configuration"
        xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-configuration hibernate-configuration-4.0.xsd"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

z

<hibernate-configuration>

i dodaj poniższy kod na górze pliku.

<!DOCTYPE hibernate-configuration PUBLIC 
        "-//Hibernate/Hibernate Configuration DTD 3.0//EN" 
        "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> 

Również w pliku konfiguracyjnym zastąp <mapping resource=...> do <mapping class=...>



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Czy tabele MySQL wymagają identyfikatora?

  2. Zrzut MySQL według zapytania

  3. Znaczenie n:m i 1:n w projekcie bazy danych

  4. Zapisywanie ramki danych do tabeli MySql DB

  5. Znaki ucieczki, takie jak $ i % | MySQL i PHP