Hola,
How do I map a superclass attribute using hibernate xdoclet task?
Say you have:
class X {
private String _something;
public String getSomething() {
return _something;
}
public void setSomething(String something) {
Patches item #657927, was opened at 2002-12-23 18:19
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=657927&group_id=40712
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: J. Russell Smyth (drfish)
Assigned to: Nobody/Ano
Thanks Max; that is useful :)
> -Original Message-
> From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED]
> Sent: Monday, 23 December 2002 11:54 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Hibernate] Patch/Bug tracking suggestion...
>
>
> 14 hours and no objections - it is hereby done :)
Currently the map-parsing code is badly designed. Trouble is I'm not
sure what a good design would look like. I do know a few people have
found it to be a limitation. Unfortunately I don't personally enough
spare cycles to expend any on this problem.
If someone wants to redesign / reimplement this
Patches item #652500, was opened at 2002-12-12 16:41
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=652500&group_id=40712
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Jeffery Cann (jccann)
Assigned to: Nobody/
> Current xdoclet stuff is not very intuitive.
Please feel free to make improvements :)
> For example it needs 3 tags to specify
> bag - hibernate.bag, hibernate.collection-one-to-many
> & hibernate.collection-key ( and maybe about jca cache
> ) - "this sux" (c) Burt Simpson :)
Yeah I had fe
Thanks. I will apply this asap :)
> -Original Message-
> From: Russell Smyth [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 24 December 2002 5:31 AM
> To: Hibernate-Devel (E-mail)
> Subject: [Hibernate] [PATCH] make Query.setMaxResults() work
> for all databases
>
>
> I have submitted a pa