ejbStore for this. The only reason
that I ask this is - in certain cases, the foreign key itself is enough
information - I don't want to trigger another query to load up the
state bean via the relationship.
Maybe it would be enough not to have a setStateId(Integer)? But then
it would read t
gt; > Regards.
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]] On Behalf
> > > Of Russell Chan
> > > Sent: mercredi 13 février 2002 5:08
> > > To: [EMAIL PROTECTED]
> > > Subje
@jboss:column-name "NAME"
*/
public abstract java.lang.String getName ();
/**
* setName - set NAME
*
* @ejb:interface-method view-type="remote"
* @ejb:interface-meth
code generation.
>
> cheers
> dim
>
> On Tue, 2 Oct 2001, Russell Chan wrote:
>
> > On Tue, Oct 02, 2001 at 12:33:45PM +1000, Dmitri Colebatch wrote:
> > > On Mon, 1 Oct 2001, Russell Chan wrote:
> > [snip]
> > > > BTW, In case anyone cares, I ha
Hmm...
Interesting - I'll try this out - thanks. If this is the case, this should
probably be documented somewhere.
Which application server are you using - jboss? Does anyone know if this
behaviour is server specific?
On Tue, Oct 02, 2001 at 03:24:12PM +0200, Jan Heise wrote:
> hi,
>
> for
On Tue, Oct 02, 2001 at 12:33:45PM +1000, Dmitri Colebatch wrote:
> On Mon, 1 Oct 2001, Russell Chan wrote:
[snip]
> > BTW, In case anyone cares, I have some utility classes which will generate
> > an xdoclet file from a database schema using metadata. (A template for the
> &
Dim,
On Tue, Oct 02, 2001 at 10:20:18AM +1000, Dmitri Colebatch wrote:
> Russ,
>
> On Mon, 1 Oct 2001, Russell Chan wrote:
> > >
> > > > THis is what my beans javadoc header currently looks like:
> > > > /**
> > > > * @ejb:bean name="
Thanks for the quick response...
On Tue, Oct 02, 2001 at 08:51:34AM +1000, Dmitri Colebatch wrote:
> Russell,
>
> I assume you're using a (relatively) current version of XDoclet?
Yup... I'm using the cvs repository, with the tag xdoclet-1-0.
>
> On Mon, 1 Oct
ger)" unchecked="true"
* @ejb:finder signature="Collection findAll()" unchecked="true"
*
*
*
* @jboss:table-name "MEMBER"
* @jboss:create-table "true"
* @jboss:remove-table "true"
* @jboss:tuned-updates "true"
* @