| Author |
Override AbstractFacade ?!
|
Chris Ericsson
Greenhorn
Joined: Feb 09, 2011
Posts: 3
|
|
Hi, I am new to JEE programming and I have a newbie question for you.
I have generated Entities and Session/Stateless beans with Netbeans 6.9. Now I need to override the AbstractFacade, with some specific Entity manipulation. I have a ProjectFacade class that extends the AbstractFacade. I need to create/overload the create method. So I can set a TimeStamp on the Project Entity object before it gets persisted.
How would the function declaration look like if I override (I not sure of the syntax) ?
The AbstractFacade class
The ProjectFacade class
Thanks.
|
 |
 |
|
|
subject: Override AbstractFacade ?!
|
|
|