Search Results

0
votes

Workaround for Spring/Hibernate due to non-standard behaviour of UNIQUE constraint in MS SQL

I have no experience in Hibernate, so I don't know if you are free to change the DB at your will or if Hibernate requires a specific DB structure you cannot change. If you can make changes …
2
votes

Delphi versus C++ Builder - Which is Better Choice for a Java Programmer Doing Win32

Of course java sintax is more like c++ than like delphi, but I think that the object model is more similar to delphi: single inheritance. Interfaces exist but are more like COM than l …