Hello All:
Is there a best way to use delegator.findList to return all records for an entity? For example, I want to do this SQL equivalent:

select * from content;

And I'm using this:

delegator.findList("Content", null,null,null,null,false);

[There are only a few records, so I don't need the list iterator. ]

TIA
Ruth


Reply via email to