Posts by Bruno Serqueira • 63 points
4 posts
-
1
votes1
answer32
viewsQ: Excess EJBS in Managedbean
Good morning, I have a question as to how the Container works in the injection of the EJBS will be that the quantity of EJBS injected in Managedbean can significantly interfere in the performance of…
-
4
votes1
answer702
viewsQ: How to properly reuse business rules using Ejbs?
I am refactoring a system where the greatest concern is to decrease the coupling and complexity of the various levels of inheritance, so the examples are illustrative. I have the entities Contrato,…
-
1
votes1
answer106
viewsA: Error in Embeddedid
Problema resolvido, joinColumns order was interfering in inserting and creating columns like FK Reversing: public Abstract class Contract{ @OneToOne @JoinColumns(value = { @JoinColumn(name =…
-
0
votes1
answer106
viewsQ: Error in Embeddedid
I have the composite key below, the problem is that when creating the schema and save the values, Hibernate is reversing the values of TipoContrato with Distribuidora and vice versa. Someone has…