Welcome :)
On Dec 10, 2009, at 11:41 AM, Aristedes Maniatis wrote:
The Cayenne team welcomes Evgeny Ryabitskiy as a committer. In
recognition
of his work so far on Cayenne, he has been voted by the Project
Management
Committee to be given the rights to commit his work directly to the
Cayen
Welcome on board Evgeny yo are joining a great project. I hope you have some
fun.
regards Malcolm Edgar
2009/12/11 Aristedes Maniatis
> The Cayenne team welcomes Evgeny Ryabitskiy as a committer. In recognition
> of his work so far on Cayenne, he has been voted by the Project Management
> Commi
The Cayenne team welcomes Evgeny Ryabitskiy as a committer. In recognition
of his work so far on Cayenne, he has been voted by the Project Management
Committee to be given the rights to commit his work directly to the Cayenne
repository.
Evgeny lives in Russia, moving from Siberia to to the sligh
Sorry, my fault ... it seems, I hat the wrong API-Docs selected
2009/12/10 Andrus Adamchik :
> Hmm.. Where did you see it? It can't be in the Javadocs (as it's not in the
> interface). I found one piece of old docs though:
On Dec 10, 2009, at 10:03 AM, Juergen Saar wrote:
I've seen it too, but it's not really what I'm looking for ... it
should be good for a workaround, so that I can find my PrimaryKey
There's no ResultIterator API anymore to read ID's from a wider row.
But yes, you can create the ID yourself
I've seen it too, but it's not really what I'm looking for ... it
should be good for a workaround, so that I can find my PrimaryKey
What I'm not really sure with Cayenne-3: What is the Best Practise for
Batchprocessing really big Resultsets. I used the ResultIterator
because of it's small footprin
I haven't used it before, but I see a nextRow() method in
ResultIterator that may be what you are looking for.
mrg
On Thu, Dec 10, 2009 at 4:21 AM, Juergen Saar wrote:
> Hi,
>
> there seems to be a change in org.apache.cayenne.access.ResultIterator
> with version 3 ... I'm missing the method n
Hi,
there seems to be a change in org.apache.cayenne.access.ResultIterator
with version 3 ... I'm missing the method nextObjectId(DbEntity
entity) ... in the API-Docs it is still documented.
I used this method to reduce assignment of memory space while working
with big results.
Any advice for m