HiberObjects

Download

Order

Forum

Vote for this plugin

It is currently Fri Sep 03, 2010 6:03 pm

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: DAO interface use import statement
PostPosted: Tue Jan 19, 2010 3:49 am 
Offline

Joined: Fri Jan 15, 2010 9:43 am
Posts: 46
I created a DAO class based on one of my persistent classes and the DAO's interface uses the fully qualified class name in each of the generated method names such as:

/**
* @generated
*/
Long create(com.pinkwater.trader.server.Scan object);

but I would prefer the generated code to have an import statement at the top of the source file and the method with a signature like:

import com.pinkwater.trader.server;

/**
* @generated
*/
Long create(Scan object);

Thanks.


Report this post
 
 Profile  
Reply with quote  
 Post subject: Re: DAO interface use import statement
PostPosted: Fri Apr 16, 2010 8:09 pm 
Offline

Joined: Tue Apr 10, 2007 4:42 pm
Posts: 561
Location: Uppsala, Sweden
I will not prioritize this because the generated code is correct, just not as readable as one could wish. I hope that one does not need to read the generated code very often.

Regards,
Lars


Report this post
 
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2002, 2006 phpBB Group