| 
					
						 Hello everybody, 
  I am running into some nervous issues connected with the use of Hibernate in Netbeans. 
  I ese Netbeans version 8.0.2 and Hibernate 4.3.x (also tried Hibernate 4.2.6). 
  I cannot get my entire database be mapped into POJOs with mapping xml files. 
  I use the PostgreSQL database version 9.3. 
  I have got over 500 tables in the database. But when I use the standard way to create my POJOs and XMLs I get only 95 tables created. Every time only 95 tables. 
  There is nothing special on this tables, in some of them I use arrays of composite types. There are also some enums. 
  I don't get any error messages or some other peaces of information about why does the Hibernate only render 95 tables. 
  I found out, that the Hibernate cannot map tables containing uppercased letters. It just seem to skip them. Is there any possible work around? 
					
  
						
					 |