-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
with my RCP program I have the problem that I want to have more than one copy running on my PC. The first instance runs very good.
If I start the second instance, everything is fine until I want to access the database.
Using this code:
..
Map properties = new HashMap();
properties…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
It seems like EclipseLink has been chosen by sun as the reference implementation of JPA 2.0, nevertheless I see lots of people continue to use hibernate...
I have no experience with none of them, so I wonder which one should I choose for a new project...
I'd like to know the pros / cons of each…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I need to read a complex model in an ordered way with eclipselink. The order is mandantory because it is a huge database and I want to have an output of a small portion of the database in a jface tableview. Trying to reorder it in the loading/quering thread takes too long and ordering it in the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I doing a Proof Of Concept to figure out how efficient to call a store procedure using EclipseLink. I was able to call oracle store procedure using EclispeLink with Scalar/primitive data types (link Integer, varchar etc). I wanted to understand how can I handle Oracle Store procedure from EclipseLink…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I need to read a complex model in an ordered way with eclipselink. The order is mandantory because it is a huge database and I want to have an output of a small portion of the database in a jface tableview. Trying to reorder it in the loading/quering thread takes too long and ordering it in the…
>>> More