Pinaki Poddar
|
a868ae3435
|
OPENJPA-926,OPENJPA-1050: handling corner cases of access type. moving uniformaly to access code. adding type parameters.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@768498 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-25 09:11:11 +00:00 |
|
Pinaki Poddar
|
0ffbce338f
|
OPENJPA-926: entity without any property can have unknown access type.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@768428 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-24 22:24:45 +00:00 |
|
Pinaki Poddar
|
2c7432cccd
|
OPENJPA-703: Set original query string for prepared query
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@768395 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-24 18:49:46 +00:00 |
|
Pinaki Poddar
|
178f0a180a
|
OPENJPA-926: Support explicit access types
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@767973 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-23 16:55:45 +00:00 |
|
Fay Wang
|
0e30a59b08
|
OPENJPA-1024: clean up test cases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@767246 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-21 18:23:07 +00:00 |
|
Catalina Wei
|
f3b437ab76
|
1035 JPA2 Query allow embeddable as orderby item
add more test strings for IS NULL and IS EMPTY predicates with path navigation thru key path or embeddable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@767084 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-21 09:21:02 +00:00 |
|
Fay Wang
|
282b8770cd
|
OPENJPA-1024: clean up test case
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@766845 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-20 20:13:55 +00:00 |
|
Catalina Wei
|
32fd2a52d1
|
1035 JPA2 Query fix setParameter for key path in predicates
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@766576 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-20 05:21:40 +00:00 |
|
Fay Wang
|
8bbf149781
|
OPENJPA-1024: subquery support of nullif and coalesce for enum literals
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@766204 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-18 02:54:35 +00:00 |
|
David Ezzio
|
e4b87fd6b3
|
Fix for OpenJPA-1002, patch submitted by Ravi Palacherla
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765801 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 23:27:02 +00:00 |
|
Fay Wang
|
0daf1bffc8
|
OPENJPA-1041: allow orderBy on nested embeddables
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765800 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 23:24:07 +00:00 |
|
Fay Wang
|
b2f74fcbd5
|
OPENJPA-1024: clean up test cases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765742 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 20:11:03 +00:00 |
|
Fay Wang
|
5681d06afe
|
OPENJPA-1024: clean up testcases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765716 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 18:42:05 +00:00 |
|
Catalina Wei
|
5239148763
|
1035 JPA2 Query map key path in predicates
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765469 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 05:34:49 +00:00 |
|
Pinaki Poddar
|
21b41a50fe
|
OPENJPA-1039: treat AND OR operators as non-associative
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765085 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-15 08:34:45 +00:00 |
|
Catalina Wei
|
affdc073d0
|
OPENJPA-1035 JPA2 Query allow map key/value path to appear as argument to scalar functions
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765064 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-15 06:18:17 +00:00 |
|
Pinaki Poddar
|
e55f36f813
|
OPENJPA-1010: Tests for Canonical Metamodel Generator from annotated source code.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765031 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-15 01:48:06 +00:00 |
|
Fay Wang
|
0398c0e7dd
|
OPENJPA-1024: support case expression in subquery
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@764779 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-14 13:53:41 +00:00 |
|
Catalina Wei
|
f758a191ee
|
OPENJPA-1035 JPA2 Query allow map key/value path to appear as argument to scalar functions
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@764668 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-14 04:09:05 +00:00 |
|
Catalina Wei
|
8c31381f18
|
OPENJPA-1021 allow MapKey on relation field
- add JPA2 Query support for MapKey on relation field
- remove @AllowFailure in test cases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@764218 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-11 16:47:15 +00:00 |
|
Fay Wang
|
d00cf9d468
|
OPENJPA-1024: support enum literal in case expression
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@764094 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-10 22:57:00 +00:00 |
|
Jeremy Bauer
|
69d01f2813
|
OPENJPA-1034 Remove OrderColumn attributes and corresponding tests
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@764041 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-10 20:38:28 +00:00 |
|
Fay Wang
|
16c8b6d2dc
|
OPENJPA-1024: add enum literal support for case expression
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763860 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-10 02:51:31 +00:00 |
|
Michael Dick
|
3b2585f39b
|
OPENJPA-1028 OPENJPA-1021 fix eol style for new classes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763677 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-09 15:07:33 +00:00 |
|
Catalina Wei
|
be8731aafa
|
OPENJPA-967 JPA2 Query support for MapKey fixes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763516 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-09 05:11:20 +00:00 |
|
Fay Wang
|
2901ea6e52
|
OPENJPA-1028: fixed setMappedByValue when embeddable is involved.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763427 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 22:06:56 +00:00 |
|
Fay Wang
|
e4ec2cf90d
|
OPENJPA-1021: fix test case problem
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763301 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 16:13:09 +00:00 |
|
Fay Wang
|
da5c1da5c6
|
OPENJPA-1021: fix test cases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763295 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 15:58:19 +00:00 |
|
Fay Wang
|
5580dd3ea6
|
OPENJPA-1021: allow MapKey on relation fields
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 15:39:54 +00:00 |
|
Pinaki Poddar
|
96cb35ffa3
|
OPENJPA-1024: Scalar expression in SubQuery requires subquery expression be enclosed in parentheses
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763149 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 09:06:11 +00:00 |
|
Fay Wang
|
d0cb71dd59
|
OPENJPA-1021: support MapKey annotation on relation fields
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763015 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-07 22:32:36 +00:00 |
|
Catalina Wei
|
05ebf66372
|
OPENJPA-1024 JPA2 support scalar expressions in subquery
add test strings
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762871 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-07 17:51:36 +00:00 |
|
Catalina Wei
|
df18282acd
|
OPENJPA-1024 JPA2 support scalar expressions in subquery
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762854 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-07 17:06:19 +00:00 |
|
Michael Dick
|
b5d5ea2734
|
OPENJPA-1023. set svn:eol on .properties
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762563 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 23:28:17 +00:00 |
|
Albert Lee
|
4386138356
|
OPENJPA-1022 - correct test case to properly handle notify/wait testing protocol between multi-threads test scenario. This fix corrects some timing related failures.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762559 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 22:59:21 +00:00 |
|
Albert Lee
|
bdce39ae28
|
OPENJPA-1022 - Ensure LockMode READ/OPTIMISTIC & WRITE/OPTIMISTIC_FORCE_INCREMENT are distinct in type but semantics equivalent.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762409 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 16:30:24 +00:00 |
|
Albert Lee
|
718370e1ef
|
OPENJPA-957 - Create Fetch*HintHandler(s) for property processing in EntityManager/Query interface methods.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762161 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-05 21:29:42 +00:00 |
|
Catalina Wei
|
5e820a36c9
|
OPENJPA-967 JPA2 Query embeddable MapKey rework
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@761851 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-04 01:10:30 +00:00 |
|
Michael Dick
|
b6e661e24a
|
OPENJPA-1015 fix line wrapping in source files. Based on patch contributed by B.J. Reed. Updates made to do enforce line wrapping during the process-sources phase of the build.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@761509 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-03 03:09:53 +00:00 |
|
Fay Wang
|
f21f7b5ae5
|
OPENJPA-1004: fix problems with IdClass which has a derived identity and the relation corresponding to the derived identity uses generatedKey
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@761326 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-02 15:38:34 +00:00 |
|
Catalina Wei
|
33ed6bfb7f
|
JPA2 Query support for embeddables; nested embeddables; relationships from embeddables
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@761031 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-01 19:53:54 +00:00 |
|
Michael Dick
|
80be256e13
|
OPENJPA-975 committing patch from B.J. Reed
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@760914 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-01 15:15:42 +00:00 |
|
Jeremy Bauer
|
a5e3bdd592
|
OPENJPA-990 Committing code and test updates contributed by Donald Woods
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@760056 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-30 17:21:57 +00:00 |
|
Milosz Tylenda
|
7f5471bae7
|
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@759470 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-28 14:38:49 +00:00 |
|
Jeremy Bauer
|
f8bb2a83e6
|
OPENJPA-773 Updates for 03/13/2009 JSR-317 public draft.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@759348 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-27 20:58:10 +00:00 |
|
Catalina Wei
|
ad0c7db14c
|
OPENJPA-961 JPA2 Query support for element collection
add support for element collection within embeddable object
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@759330 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-27 20:18:39 +00:00 |
|
Catalina Wei
|
c7fabe7ff7
|
OPENJPA-956 JPA2 Query support ElementCollection in FROM clause
add query test strings
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@758906 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-26 22:45:39 +00:00 |
|
Catalina Wei
|
7e6ca9043e
|
OPENJPA-956 support elementCollection in FROM clause
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@758868 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-26 21:36:08 +00:00 |
|
Pinaki Poddar
|
32796f751b
|
OPENJPA-5: Upgrade to JDK6
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@758490 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-26 01:01:39 +00:00 |
|
Jeremy Bauer
|
a4124b4743
|
OPENJPA-885 Committing additional detach tests contributed by Dianne Richards
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@758442 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-25 21:43:57 +00:00 |
|