hi,
is there a possibility to select only one column.
if i code this

...             Criteria crit = new Criteria();
                crit.add( EinsatzAbPeer.NAME, "Meyer" );
                try 
                {
                        list = EinsatzAbPeer.doSelect( crit );  

...

the statement is actually about a the table.
How do i have to change the doSelect , if i only want to have the NAME

Regards 

J�rg



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to