On Mon, 2005-08-29 at 17:08 +0600, Sanka Samaranayake wrote:
> +
> + public CreateSeqBean retriveCreateSeq(String key) {
> + // retrieve the appropriate tuple form the table
> + // use that data to create and return the Bean
> + return null;
> + }
If these are methods to be implemented later then please throw new
UnsupportedMethodException() instead of returning null. It will save you
much grief in the future!
Sanjiva.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]