|
It is currently Fri Sep 03, 2010 6:03 pm
|
View unanswered posts | View active topics
 |
Page 1 of 1
|
[ 2 posts ] |
|
| Author |
Message |
|
skurlow
|
Post subject: DAO interface use import statement Posted: Tue Jan 19, 2010 3:49 am |
|
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.
|
|
| |
|
 |
|
lars
|
Post subject: Re: DAO interface use import statement Posted: Fri Apr 16, 2010 8:09 pm |
|
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
|
|
| |
|
 |
 |
Page 1 of 1
|
[ 2 posts ] |
|
|
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
|