Richard G. Curtis
|
29213af88a
|
OPENJPA-1803: Fix EM.unwrap(java.sql.Connection.class) to account for a non-jdbc(sql) backed store.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1155500 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-09 19:17:07 +00:00 |
Michael Dick
|
ff4dc0c5ce
|
OPENJPA-2025: Generate SingularAttribute for unannotated arrays, ListAttribute will be used for @PersistentCollections.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1143520 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-06 18:18:43 +00:00 |
Michael Dick
|
928aa703cb
|
OPENJPA-2027: Use SingularAttribute for unannotated arrays. ListAttribute for @PersistentCollections
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1143519 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-06 18:17:36 +00:00 |
Milosz Tylenda
|
8a85ffb402
|
OPENJPA-487: Simplify generated SQL for SUBSTRING and LOCATE JPQL functions by switching from JDO style to JPA style in expressions. SUBSTRING parameters are still inlined to support grouping by SUBSTRING.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1142426 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-03 12:32:03 +00:00 |
Pinaki Poddar
|
bfa48697eb
|
OPENJPA-2024: Ignore non-canonical fields during metamodel assignment
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1141583 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-30 15:52:11 +00:00 |
Pinaki Poddar
|
31c0249e14
|
OPENJPA-2017: Adding DEATCH.NONE option. Retry commit after local test run
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1141556 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-30 14:54:31 +00:00 |
Richard G. Curtis
|
053d81db95
|
OPENJPA-1803: Add support for obtaining a connection via EntityManager.unwrap. Patch contributed by Sebastian Laskawiec.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1138059 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-21 15:46:46 +00:00 |
Michael Dick
|
cd486f73f5
|
OPENJPA-2017: Comment out constant count for AutoDetach - less error prone than storing an offset.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1137728 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-20 18:15:10 +00:00 |
Pinaki Poddar
|
f054aa705b
|
OPENJPA-2017: Modify test to adjust for changes in AutoDetach constant
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1137659 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-20 15:25:12 +00:00 |
Michael Dick
|
f0fbbaa26a
|
OPENJPA-2017: Changes cause test failures in openjpa-lib. Reverting for now.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1137645 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-20 14:54:58 +00:00 |
Pinaki Poddar
|
9be9d836c4
|
OPENJPA-2017: Introduce AutoDetach.NONE option to improve batch insert operation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1135776 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-14 20:18:20 +00:00 |
Heath Thomann
|
e9dd20c9e9
|
OPENJPA-1999: Optional support for non-sequential positional parameters - made additional changes, per Mike Dick, to QueryImpl ctor.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1134463 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-10 22:20:41 +00:00 |
Heath Thomann
|
cabf34a6fd
|
OPENJPA-1999: Optional support for non-sequential positional parameters - used Rick's provided patch for trunk.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1134128 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-09 23:16:09 +00:00 |
Michael Dick
|
8ef3f3db35
|
OPENJPA-2011: Optionally prevent reparsing annotations in in query mode.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1133900 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-09 14:49:11 +00:00 |
Michael Dick
|
0bcded74e1
|
OPENJPA-2010: Check line number and source file before logging duplicate meta data warning
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1133546 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 20:19:03 +00:00 |
Richard G. Curtis
|
862e818e50
|
OPENJPA-1989: Flip FeildMetaData.DefaultFetchGroupExplicit flag when parsing ToOne xml relationships.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1101951 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-11 16:19:04 +00:00 |
Jody Grassel
|
6fc7d55a09
|
OPENJPA-1993: Deadlock Potential with XML ORM Processing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1100363 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 20:22:23 +00:00 |
Richard G. Curtis
|
d450910b0a
|
OPENJPA-1989: Fix *ToOne xml fetch attribute to honor LAZY.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1097517 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-28 16:00:58 +00:00 |
Michael Dick
|
76552a11fd
|
remove casts for broker factory aliases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1096876 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-26 19:54:27 +00:00 |
Pinaki Poddar
|
f1c1c78787
|
OPENJPA-1662: Save a runtime typecast.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1084944 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-24 13:14:33 +00:00 |
Albert Lee
|
0c37fc6e57
|
OPENJPA-1943 - Apply query timeout value to pessimistic row lock statement execution.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1072061 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 16:59:16 +00:00 |
Michael Dick
|
bc5e826b45
|
Remove empty finally block
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1071619 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-17 14:32:46 +00:00 |
Pinaki Poddar
|
b1b503e136
|
OPENJPA-1050: Generics for extent
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1069984 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-11 23:34:15 +00:00 |
Michael Dick
|
c415857292
|
OPENJPA-1593: Add OSGi managed runtime.
Submitted By: Wolfgang Glas
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1068588 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-08 21:28:30 +00:00 |
Michael Dick
|
af080beed3
|
OPENJPA-1937: update javadoc for evict methods on OpenJPAEntityManager.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1068553 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-08 20:26:37 +00:00 |
Jeremy Bauer
|
8695d9f54f
|
Updated messages to use standard double quotes around literals
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1062894 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-24 17:33:48 +00:00 |
Pinaki Poddar
|
212740ea77
|
Correct JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1061583 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-21 00:07:50 +00:00 |
Richard G. Curtis
|
c8b5c8350e
|
OPENJPA-1910: Update PersistenceProviderImpl to use different classloader when running in osgi.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1057817 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-11 19:28:34 +00:00 |
Richard G. Curtis
|
aae0ccfc3a
|
OPENJPA-1906: Fix message so that variable substitution works.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1052116 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 00:18:04 +00:00 |
Michael Dick
|
1ac8dd4058
|
OPENNJPA-1906 adding warning when connection retain mode is used with container managed EMFs
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1045397 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 22:32:20 +00:00 |
Jody Grassel
|
3de119f57a
|
OPENJPA-1905: Validate jar-file pu element after confirming OpenJPA is chosen provider
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1045296 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 18:54:57 +00:00 |
Jeremy Bauer
|
b56fcf3287
|
OPENJPA-1884 Updated entity manager impl to process cache store mode property provided on refresh method and updated data cache manager to refresh the L2 properly when a store mode is provided.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1042698 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-06 16:09:08 +00:00 |
Richard G. Curtis
|
8cfea1bd5f
|
OPENJPA-1866: Add missing break to AnnotationPersistenceMetaDataSerializer. Patch contributed by Guy Korland.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1037006 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-19 20:21:20 +00:00 |
Pinaki Poddar
|
ea5db0fbb3
|
OPENJPA-1889: Relax binding query parameter type checks for enums
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1035884 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-17 00:38:17 +00:00 |
Fay Wang
|
0836fba158
|
OPENJPA-1762: lock join table when pessimistic scope is set to EXTENDED
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1032686 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-08 20:10:45 +00:00 |
Fay Wang
|
ad98d444e1
|
OPENJPA-1810: make QueryKey distinguishable for CriteriaQuery
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1031244 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-04 21:03:23 +00:00 |
Richard G. Curtis
|
36ed1fe1be
|
OPENJPA-1851: Backing changes out of trunk while we continue to develop this feature in a sandbox.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1030481 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-03 14:59:47 +00:00 |
Richard G. Curtis
|
2f6baf7119
|
OPENJPA-1851: Backing changes out of trunk while we continue to develop this feature in a sandbox.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1030479 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-03 14:51:28 +00:00 |
Richard G. Curtis
|
b24d729deb
|
OPENJPA-1868: Miscellaneous FindBugs suggested performance improvements for lib, persistence, and persistence-jdbc.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1030172 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-02 18:50:13 +00:00 |
Richard G. Curtis
|
51dad64253
|
OPENJPA-1865: Findbugs. Use entrySet iterator rather than keySet. Patch contributed by Guy Korland.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1030083 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-02 15:18:10 +00:00 |
Pinaki Poddar
|
bfdfa49810
|
OPENJPA-1851: name the request handler thread
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1028470 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-28 20:50:05 +00:00 |
Donald Woods
|
9230486ff7
|
OPENJPA-1318 Incorrect hashcode()/equals() implementation(s) for ExtentImpl. Patch contributed by Heath Thomann.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1028452 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-28 19:58:31 +00:00 |
Donald Woods
|
06a1b71cbf
|
OPENJPA-1317 Incorrect hashcode()/equals() implementation(s) for FetchPlanImpl. Patch contributed by Heath Thomann.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1028365 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-28 16:12:12 +00:00 |
Pinaki Poddar
|
3598d38ffc
|
OPENJPA-1851: Add URI to JEST server. Change parameter separator to &
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1028291 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-28 13:35:14 +00:00 |
Kevin W. Sutter
|
c47965d889
|
OPENJPA-1851. The @Override was getting flagged as an error in Eclipse's sensitive error checking...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1028127 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 22:31:34 +00:00 |
Pinaki Poddar
|
3f8bff4331
|
OPENJPA-1851: First version of JEST (REST on OpenJPA)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1028093 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 20:42:44 +00:00 |
Richard G. Curtis
|
daa090c11b
|
OPENJPA-1855: Log warning if javax.persistence.cache.retrieve/storeMode is used incorrectly.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1028064 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 18:39:53 +00:00 |
Donald Woods
|
3b65de0765
|
OPENJPA-1316 Incorrect hashcode()/equals() implementation(s) in GeneratorImpl. Patch contributed by Heath Thomann.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027992 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 15:01:16 +00:00 |
Donald Woods
|
dcf503dd5a
|
OPENJPA-1314 Incorrect hashcode()/equals() implementation(s) in QueryResultCacheImpl. Patch contributed by Heath Thomann.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027984 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-27 14:50:26 +00:00 |
Donald Woods
|
57e94f648c
|
OPENJPA-1311 Incorrect hashcode()/equals() implementation(s). Contributed by Heath Thomann.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027731 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-26 20:22:27 +00:00 |