- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
R: Re: Hibernate + Scala - Annotations
Thu, 2011-10-27, 18:13
Dear Eric,
for my experience everything works fine if you annotate var members with hibernate.
It would be interesting to know how to annotate constructor parameters and vals...
Best
Edmondo
Inviato da BlackBerry(R) Wireless Handheld
-----Original Message-----
From: Eric Kolotyluk
Sender: scala-user@googlegroups.com
Date: Thu, 27 Oct 2011 10:10:13
Cc:
Subject: Re: [scala-user] Hibernate + Scala - Annotations
On 2011-10-27 8:48 AM, Brian Schlining wrote:
> On Thursday, October 27, 2011 at 8:41 AM, Eric Kolotyluk wrote:
>> What the...
>>
>> How long has it been possible to use JPF/Hibernate annotations in Scala
>> source code?
>>
>> Does anyone actually use this in a production app?
> I use Scala with JPA/EclipseLink in production apps.
>
Very interesting.
Any you are happy with using it?
Is it hard to learn all the tricks to make it work in Scala? Has anyone
documented this yet?
I originally was curious about using Hibernate with Scala, but all the
references I found made it look like too much trouble.
Is there a community of people somewhere using JPA/EclipseLink to get
support/help from?
I would like to consider using Hibernate with Scala in the future.
Cheers, Eric