Questions tagged as 'hibernate'

1
answer

Hibernate configuration

I'm in a java web project, using hibernate, maven, jsf, postgreeSQL DBMS and the apache tomcat container, and now I'm using the hibernate configuration file (cfgConfig.XML) and would like to switch to the JPA configuration persistent.xml), MS do...
asked by 24.05.2018 / 13:41
1
answer

No Persistence provider for EntityManager named x [closed]

This project does not recognize my Persistence Provider. It follows the same thing below. Yourlocationplusdependencies: I'mcallingitthroughaverysimpleXHTMLusingaManageBean.Followingimages: Theimageoftheerrorfollows.     
asked by 15.09.2016 / 20:51
1
answer

How to delete a parent entity without excluding child entities?

How do I, by annotations or methods to exclude, or make a update in a parent entity without being forced to delete the child entity, eg public class Produto{ @Id @GeneratedValue int id; //... @ManyToOne() //fetch.LAZY Categoria categor...
asked by 03.11.2018 / 17:01
1
answer

An application for several databases!

Someone would have an example there about several accesses in a web system?  ie I have several databases in the cloud, aii the users will log in with your login and password and each one is in your database, someone has any in regards to this ty...
asked by 24.04.2016 / 19:03