sql >> Database teknologi >  >> RDS >> Mysql

Fejl ved konfiguration af hibernate 5.0.1 og MySQL

Så her er løsningen.

Udskift

<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">

med

<hibernate-configuration>

og tilføje nedenstående kode øverst i filen.

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

Udskift også <mapping resource=...> i konfigurationsfilen til <mapping class=...>



  1. PDO::PARAM for type decimal?

  2. SQL-forespørgsel, der returnerer alle datoer, der ikke er brugt i en tabel

  3. Skjult ydeevne og håndteringsforbedringer i SQL Server 2012/2014

  4. Sammenkæd en streng og et tal i PostgreSQL