Posts by Ronie M • 51 points
4 posts
-
0
votes1
answer54
viewsQ: Nhibernate + . Netframework 3.5
Would anyone know which is the latest version of Nhibernate that works on . NET 3.5? I even searched the site itself, but could not find it. The one I own is 2.1.0.4000.
-
0
votes1
answer236
viewsQ: Java @Generatedvalue + SQL server NEWID + Hibernate
I have a table that has ID defined as CREATE DEFAULT ID_Tabelas AS NEWID(), that is, even if I use an Insert without the key, it will be generated automatically. How to make Hibernate recognize that…
-
0
votes3
answers1175
viewsA: JPA + Wildfly + Hibernate
Thanks guys, for the help! I decided as follows: I added the default connection to the persistence.xml file: <persistence-unit name="Persistence-unit"> <properties> <property…
-
5
votes3
answers1175
viewsQ: JPA + Wildfly + Hibernate
Is there any way to dynamically change the connection to the database by changing the file standalone.xml of Wildfly 8 (or 10)? Currently I have a class Hibernatesessionfactory that creates um…