PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Non riesco a generare file di mappatura Hibernate e POJO dal database PostgreSQL?

Nel file "hibernate.reveng.xml" ha quanto segue

  <schema-selection match-catalog="mybd" match-schema="mybd"/>

Devi eliminare il match-schema="mybd" .

Per impostazione predefinita, quando usi postgresql in ibernazione, appare il match-schema, che non accade in mysql, eliminalo e funziona, controllato in Netbeans8.0