users@jpa-spec.java.net
[jpa-spec users] Multicolumn IN-Subselect
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
fs5_at_gmx.net
>
Date
: Thu, 22 Dec 2011 13:15:59 +0000 (GMT)
I'd like to see JPA 2.1 to support queries like this:
SELECT x
FROM MyEntity x
WHERE
(x.p1, x.p2)
IN
(
SELECT y.p1, MAX(y.p2)
FROM MyEntity y
GROUP BY y.p1
)
This message
: [
Message body
]
Next message
:
Linda DeMichiel: "[jpa-spec users] [jsr338-experts] Re: updated spec draft / EDR"
Previous message
:
Scott Marlow: "[jpa-spec users] [jsr338-experts] Re: Re: changes for 7.6.2 Container-managed Transaction-scoped Persistence Context"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]