- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Nested Annotations
Mon, 2009-03-23, 13:28
Is http://lampsvn.epfl.ch/trac/scala/ticket/294 fixed in the current
snapshots?
If not, when will it be?
- Florian.
Tue, 2009-03-24, 12:07
#2
Re: Nested Annotations
Lukas Rytz schrieb:
> No it's not fixed yet, and the problem is on the syntax level:
Good to know that the old language designer's battle cry "but it is
only syntax!" still applies :-). So I guess I should not hold my breath
and instead try to design my JPA code so that it will not need nested
annotations. You can get quite far by relying on default naming conventions,
but explicitly modeling many-to-many relations with composite keys gets
hairy. (Admittedly, that seems to be a weak point of JPA in general).
> I'm currently working on named arguments, I hope they will be in 2.8.0.
Good luck, then.
- Florian.
On Mon, Mar 23, 2009 at 13:28, Florian Hars <hars@bik-gmbh.de> wrote:
No it's not fixed yet, and the problem is on the syntax level:
http://www.nabble.com/nested-annotations-td18811917.html#a18914592
I'm currently working on named arguments, I hope they will be in 2.8.0.
Lukas