jsr338-experts@jpa-spec.java.net

[jsr338-experts] Re: improved SQL result set mapping

From: Rainer Kwesi Schweigkoffer <kwesi_at_sap.com>
Date: Thu, 28 Apr 2011 16:50:33 +0200

Hi Linda, all,

Linda DeMichiel, am 26 Apr 2011 hast Du um 11:42 zum Thema "[jsr338-experts] Re: improved SQL result set mapp" geschrieben :

> I'm afraid I don't understand your comment below about the ordering
> of constructor parameters though. Could you explain further?

maybe I was a bit cryptic here, sorry. What I wanted to point out is :

If we have e.g.

@Target(value={})
 @Retention(value=RUNTIME)
 public @interface ConstructorResult
 {
     Class targetClass();
     ColumnResult[] columns();
     EntityResult[] entities();
 }

then we force the users to provide a constructor that first takes
columns and then entities as parameters. You can't specify a
constructor like

MyClass(SomeObject firstColumn, SomeEntity firstEntity,
        SomeOtherObject secondColumn, SomeOtherEntity secondEntity)

unless we provide means for that. And I was grumbling a bit that we
don't have inheritance with annotations such that we could introduce an
"abstract" annotation ContructorParameter as element of
ConstructorResult that is extended by both ColumnResult and
EntityResult. That's all.

Best regards
Rainer



---
Rainer Schweigkoffer                      SAP AG Walldorf
Business Solution & Technology            TD Core JS&I
Technology Development                    Dietmar-Hopp-Allee 16
Java Server Core                          D-69190 Walldorf
JEE Implementation Group           phone: +49 6227 7 45305
Building 3, I.3.14                 fax:   +49 6227 7 821177
rainer.schweigkoffer_at_sap.com
Sitz der Gesellschaft/Registered Office: Walldorf, Germany
Vorstand/SAP Executive Board: Werner Brandt, Angelika Dammann,
Bill McDermott (Co-CEO), Gerhard Oswald, Vishal Sikka,
Jim Hagemann Snabe (Co-CEO)
Vorsitzender des Aufsichtsrats/Chairperson of the SAP Supervisory 
Board: Hasso Plattner
Registergericht/Commercial Register Mannheim No HRB 350269
Diese E-Mail kann Betriebs- oder Geschaeftsgeheimnisse oder sonstige
vertrauliche Informationen enthalten. Sollten Sie diese E-Mail 
irrtuemlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, 
eine Vervielfaeltigung oder Weitergabe der E-Mail ausdruecklich 
untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die 
empfangene E-Mail. Vielen Dank.
This e-mail may contain trade secrets or privileged, undisclosed, or
otherwise confidential information. If you have received this e-mail 
in error, you are hereby notified that any review, copying, or 
distribution of it is strictly prohibited. Please inform us 
immediately and destroy the original transmittal. Thank you for your 
cooperation.