Commit Graph

592 Commits

Author SHA1 Message Date
Michael Dick bd9121c950 Revert "Correct artifact id for jai libraries"
This reverts commit 1170873. The new artifact id for JAI does not appear
to work.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1171098 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 13:46:42 +00:00
Pinaki Poddar 8daa92c745 OPENJPA-2030: Audit documentation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1161350 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 01:08:14 +00:00
Pinaki Poddar 2a75640c21 Correct artifact id for jai libraries
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1161319 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 23:37:35 +00:00
Michael Dick 1b55762471 Add example for connection pooling with slice.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1155474 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 18:45:58 +00:00
Heath Thomann 529827b0fb OPENJPA-1376: Added property for forward compatibility, documented property and migration considerations.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1155358 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 13:30:29 +00:00
Heath Thomann 8a7ef392f3 OPENJPA-1691: Added property for forward compatibility, documented property and migration considerations.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1155056 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 18:53:55 +00:00
Michael Dick de47911079 OPENJPA-1343: Fix openjpa.Sequence example.
Submitted By: Jacob Nowosatka

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1149380 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 21:52:05 +00:00
Milosz Tylenda 81f032dd60 OPENJPA-1932: Documentation update: Correct the example on disabling prepared SQL cache.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1149322 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21 19:13:29 +00:00
Albert Lee 391c4c2117 Fix sample code typo; em -> emf.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1146252 13f79535-47bb-0310-9956-ffa450edef68
2011-07-13 19:17:14 +00:00
Milosz Tylenda dae5ba7def OPENJPA-487: After simplifying SQL generation for LOCATE function, the function works on Firebird 2.1 (wow!).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1143985 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 19:15:42 +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
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 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
Richard G. Curtis cc3c3eb055 OPENJPA-2014: Allow proxies to stay in place when using LiteAutoDetach.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1134726 13f79535-47bb-0310-9956-ffa450edef68
2011-06-11 19:00:01 +00:00
Michael Dick 43b545eca4 OPENJPA-1725: Add documentation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1133516 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 19:17:42 +00:00
Richard G. Curtis f9c5a20200 OPENJPA-1990: Skip calling back to DB2 when an exception is encountered.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1097826 13f79535-47bb-0310-9956-ffa450edef68
2011-04-29 14:54:20 +00:00
Milosz Tylenda d1d356c151 OPENJPA-1932: Documentation update: Add information about other lock-related methods to the entity locking section.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1096425 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 07:49:27 +00:00
Milosz Tylenda 77b7ced1d5 OPENJPA-1932: Documentation update: Extract entity locking to a new section and add missing lock modes defined in JPA 2.0.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1095186 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19 20:07:05 +00:00
Milosz Tylenda c2b3e11a78 OPENJPA-1932: Documentation update: Update links to Java Logging Overview and jconsole.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1094122 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17 09:27:31 +00:00
Milosz Tylenda a997e75ecd OPENJPA-1932: Documentation update: Change JSE 6 Javadoc base URL from http://java.sun.com/javase/6/docs/api/ to http://download.oracle.com/javase/6/docs/api/.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1093971 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 11:48:01 +00:00
Milosz Tylenda 9223144782 OPENJPA-1932: Documentation update: Change JEE 6 Javadoc base URL from http://java.sun.com/javaee/6/docs/api/ to http://download.oracle.com/javaee/6/api/.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1093968 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 11:40:24 +00:00
Milosz Tylenda a582e60afb OPENJPA-1932: Documentation update: Upgrade TransactionManager JEE 3 Javadoc link to JEE 6 (2nd attempt).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1093967 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 11:24:05 +00:00
Milosz Tylenda b8e0b0d58b OPENJPA-1932: Documentation update: Upgrade TransactionManager JEE 3 Javadoc link to JEE 6.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1093966 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 11:20:58 +00:00
Milosz Tylenda 6b93af88a6 OPENJPA-1932: Documentation update: Upgrade JSE 5 Javadoc links to JSE 6 in Slice documentation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1093964 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 11:06:11 +00:00
Milosz Tylenda 82c79adab1 OPENJPA-1932: Documentation update: Correct broken and outdated links.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1090746 13f79535-47bb-0310-9956-ffa450edef68
2011-04-10 07:51:33 +00:00
Milosz Tylenda 8c68768917 OPENJPA-1932: Documentation update: remove Java 5 references, improve formatting and wording, point out that getSupportedProperties is an OpenJPA extension (no longer in the JPA 2.0 spec), remove link to criteria API draft (criteria API is in the final 2.0 spec).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1090649 13f79535-47bb-0310-9956-ffa450edef68
2011-04-09 19:02:33 +00:00
Milosz Tylenda d470141828 OPENJPA-1932: Documentation update: Add missing example titles, fix typos.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1088391 13f79535-47bb-0310-9956-ffa450edef68
2011-04-03 19:58:03 +00:00
Albert Lee 20b66ce0df OPENJPA-1969 Document "Known Issues.." on DataDirect limitation on precision loss during prepared statement setTimestamp method call.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1087074 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 21:09:37 +00:00
Milosz Tylenda 1f139e4013 OPENJPA-1932: Documentation update: remove Java 5 references (OpenJPA requires Java 6), remove sjvm setting from examples (no longer needed), improve formatting (we should remember to use literal/classname tags), fix typos.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1086719 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 20:19:30 +00:00
Milosz Tylenda 59c9ec99af OPENJPA-1932: Documentation update: remove non-existing oracle option from savepoint managers, fix typos, improve letter case.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1086408 13f79535-47bb-0310-9956-ffa450edef68
2011-03-28 21:24:30 +00:00
Milosz Tylenda f6e05d0852 OPENJPA-1932: Documentation update - copyright year and version, wording corrections.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1083273 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 20:03:53 +00:00
Milosz Tylenda 0b72fb417a OPENJPA-478: Get rid of contradictory text about HAVING without GROUP BY in user guide.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1083258 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 19:36:05 +00:00
Milosz Tylenda 1d889e3e50 OPENJPA-1376: Documentation update related to allocationSize property of @SequenceGenerator.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1078777 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 14:02:33 +00:00
Milosz Tylenda 2e0d69141f OPENJPA-1376: Documentation update - add migration section on allocationSize property of @SequenceGenerator.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1078761 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 12:33:59 +00:00
Milosz Tylenda cdfb5c79c5 OPENJPA-1932: Sun -> Oracle, update copyright year, make LOB term consistent in case, fix typos.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1067730 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 19:03:15 +00:00
Kevin W. Sutter 90a95d4ee9 OPENJPA-1213. Updating the documentation for the change in behavior with the Query.setParameter() exception processing (at least our implementation of the interface).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1067185 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 14:51:26 +00:00
Milosz Tylenda ee92abbdd0 OPENJPA-1932: Update for version 2.2.0, fix link to Building OpenJPA wiki page.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1065358 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 19:27:21 +00:00
Milosz Tylenda 6dab974ec7 OPENJPA-1932: Update version to 2.2.0, copyright year, drop support for Java SE 5, fix typos.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1065252 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 11:38:56 +00:00
Michael Dick 0568802abf OPENJPA-1699: Fix typo
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1058757 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13 21:59:50 +00:00
Michael Dick d916e6feb8 OPENJPA-1699: Add documentation for fully materialized LOB issue with streaming LOBs and DB2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1058756 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13 21:52:39 +00:00
Richard G. Curtis d48bbbe6cd Update AutoDetach docs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1057901 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 22:43:27 +00:00
Richard G. Curtis 04b1abb039 OPENJPA-1856: Make DataCache eviction due to bulk updates configurable.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1057315 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10 19:03:21 +00:00
Richard G. Curtis 7e2bfa3029 OPENJPA-1717: Doc updates.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1056068 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 20:45:08 +00:00
Richard G. Curtis be2b020dcc OPENJPA-1717: Doc updates.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1055617 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 20:14:33 +00:00
Milosz Tylenda dcaf2a41f1 OPENJPA-1863: Update HSQLDictionary for HSQLDB 2.0 - new SQL state value, fix getSequencesSQL method.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1044821 13f79535-47bb-0310-9956-ffa450edef68
2010-12-12 13:53:52 +00:00
Michael Dick 2cc69063aa [maven-release-plugin] prepare release 2.1.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1040584 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30 15:30:48 +00:00
Milosz Tylenda 5d21297cb6 OPENJPA-1837: Revert the statement about XML column as the mentioned limitation does exist in that case.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1032316 13f79535-47bb-0310-9956-ffa450edef68
2010-11-07 17:21:35 +00:00
Michael Dick 2e1e015dee OPENJPA-1864: Adding documentation for MaxDB Dictionary (includes new section for user reported databases which we haven't verified).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1031050 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 16:00:12 +00:00
Richard G. Curtis 3731ab8f23 Update openjpa.AutoDetach default values.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1030640 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 20:09:15 +00:00
Albert Lee fdf58d63ba OPENJPA-1837 - reset Oracle dictionary maxEmbedded*lobSize = -1 for jdbc driver (11.2.0.x) that can handle *lob size > 4000 characters.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023925 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 17:48:30 +00:00
Donald Woods 2414c88960 OPENJPA-1764 Doc updates for the new Commons DBCP based connection pooling support
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023114 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 21:13:31 +00:00
Donald Woods eac769a299 OPENJPA-1836 Only perform chmod on files/dirs that the nightly.user.name owns
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023060 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 18:28:57 +00:00
Donald Woods fa8a517fb0 OPENJPA-1792 Drop JDK5 support starting with OpenJPA 2.1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023019 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 16:57:55 +00:00
Donald Woods ada720a769 OPENJPA-1836 update nightly-upload profile to use key/passphrase
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1022979 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 15:55:08 +00:00
Donald Woods 754217f03a OPENJPA-1833 Add build date/time, branch version/revision and copyright to docs
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1022612 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 16:54:45 +00:00
Michael Dick b6f237bdc8 fix manual
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1022348 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 01:44:26 +00:00
Michael Dick 50290a4e18 OPENJPA-1699: update manual
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1022344 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 01:17:36 +00:00
Kevin W. Sutter 4230248357 Updating documentation to remove the restriction of using only a single type of access (field or property) for each class. As of JPA 2.0, this restriction no longer applies.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1004701 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05 16:30:01 +00:00
Milosz Tylenda 5a98879567 OPENJPA-1691: Support XML strings longer than 4000 bytes on Oracle.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1004043 13f79535-47bb-0310-9956-ffa450edef68
2010-10-03 20:46:38 +00:00
Donald Woods d079a88733 OPENJPA-1804 Add note that dynamic enhancer behaves the same as the javaagent loaded enhancer, in that when a <class> list is given in the PU, then only those classes will be enhanced.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1000445 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23 13:01:27 +00:00
Donald Woods d3ca8f3cc4 merge in release note updates from 2.0.1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@995542 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 19:03:16 +00:00
Donald Woods 56f3b72b8b OPENJPA-1731 Doc for using commons-dbcp
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@989418 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 01:18:55 +00:00
Jeremy Bauer 7126e2d49c OPENJPA-1739 Documentation for instrumentation plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@989324 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 19:48:01 +00:00
Donald Woods 581494293a OPENJPA-1773 Pull the new OpenTrader sample into the binary assembly
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@989234 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 17:23:27 +00:00
Fay Wang 319184d64e OPENJPA-735: OpenJPA support for SolidDB
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@988589 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 15:19:27 +00:00
Fay Wang adfa274b34 OPENJPA-735: OpenJPA support for SolidDB
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@988341 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 22:34:57 +00:00
Pinaki Poddar 22620e0a65 Documentaion edit on CriteriaBuilder API
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@986439 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 18:26:43 +00:00
Donald Woods 021e8a498e OPENJPA-1754 Include Apache BVal and spec api in openjpa-all and binary assembly to complete the JPA 2.0 picture
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@985350 13f79535-47bb-0310-9956-ffa450edef68
2010-08-13 20:33:50 +00:00
Richard G. Curtis 754cc62f5c OPENJPA-1763: Update docs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@984829 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 15:19:16 +00:00
Donald Woods aec11be5f1 OPENJPA-1712 more build and pom cleanup
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@983973 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 12:54:23 +00:00
Donald Woods b1eed9c971 OPENJPA-1730 Include commons-dbcp-1.2.2 in openjpa-all and binary distro
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980907 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 18:17:58 +00:00
Donald Woods 899b56b418 OPENJPA-1751 Update assembly inclusion of simple examples and update simple build with new root path
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980798 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 14:07:27 +00:00
Donald Woods 2798644558 OPENJPA-1751 Include all openjpa-examples in the binary distro
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980780 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 13:17:59 +00:00
Donald Woods 534892a4ad OPENJPA-1712 Upgrade builds to use Nexus repo - step 1. Now use 'mvn deploy -Papache-release' to publish signed artifacts to the Nexus repo.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980170 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28 19:24:33 +00:00
Michael Dick e65477c9fa OPENJPA-1742: add documentation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@966701 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 15:05:43 +00:00
Donald Woods 28f7b7e744 OPENJPA-1735 Add missing commons-logging artifact to binary assembly (it is in openjpa-all.jar)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@966030 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 21:55:12 +00:00
Donald Woods de0e36d39b OPENJPA-1732 LogFactory adapter for SLF4J
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@965965 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 19:17:57 +00:00
Richard G. Curtis 9225c60a74 OPENJPA-1734: Add support for the DynamicEnhancer on IBM jvm.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@965633 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19 21:02:36 +00:00
Donald Woods 64181e58ad OPENJPA-1724 Allow MappingTool to generate SQL files in a different encoding than the local JVM
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@964921 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 19:38:27 +00:00
Richard G. Curtis 124d3ca7b5 OPENJPA-1378: Expose Lru cache on DataCache and QueryCache.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@964097 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 17:01:51 +00:00
Donald Woods a1716ad3e2 OPENJPA-1712 Minor format cleanup of some POMs to improve readability
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@961420 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07 15:55:10 +00:00
Richard G. Curtis 8b13127fd6 OPENJPA-1717: Update migration section in docs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@961389 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07 14:34:30 +00:00
Albert Lee b27485bd8b OPENJPA-1708 - Change a message logging from info to trace and correct supported log levels in manual.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@958018 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25 16:13:53 +00:00
Michael Dick 7028247229 OPENJPA-1678: Update documentation re: PrintParameters
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@955383 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 21:03:04 +00:00
Richard G. Curtis 8de998f90b OPENJPA-620: Update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@953138 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09 20:02:48 +00:00
Pinaki Poddar 10a056a073 OPENJPA-1686: Remove incompatibility of FieldMapping strategy -- not true anymore
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@952984 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09 12:52:19 +00:00
Donald Woods 299b54b61b add missing ASL 2.0 reference, so we can stop excluding these from rat:check
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951490 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 16:55:52 +00:00
Richard G. Curtis 4a1ab58598 OPENJPA-1673: Update docs for MetaDataRepository.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@946726 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20 17:54:37 +00:00
Pinaki Poddar ad54566f6c OPENJPA-1663,OPENJPA-1664: document Query/Finder Target Policy.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@943696 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12 21:22:57 +00:00
Pinaki Poddar bff7d8693a OPENJPA-1663,OPENJPA-1664: document Query/Finder Target Policy.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@943695 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12 21:22:33 +00:00
Pinaki Poddar 85ba2eada3 OPENJPA-1662: Remove usage of @Replicated annotation. Replace with openjpa.slice.ReplicatedTypes plug-in.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@943294 13f79535-47bb-0310-9956-ffa450edef68
2010-05-11 21:09:17 +00:00
Michael Dick 014ac689b5 Update manual on difference between nullable=false and optional=false
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@939453 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29 18:55:19 +00:00
Pinaki Poddar 4fec004e9d Documentation on QueryCache Statistics
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@939447 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29 18:36:37 +00:00
Richard G. Curtis 58f33c2119 OPENJPA-1604: Doc update.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@936436 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21 18:48:29 +00:00
Donald Woods ba9dedd4d4 update title to say 2.1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@936399 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21 17:27:14 +00:00
Donald Woods 5cbc3c4e3f merge in latest release notes from branches/2.0.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@935080 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 21:10:34 +00:00
Pinaki Poddar 296752741e OPENJPA-1628: Usability changes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@934507 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15 18:25:46 +00:00
Pinaki Poddar 85b89a8701 OPENJPA-1628,OPENJPA-1187,OPENJPA-1622: Use javac's -s option to control output rather than extraneous -Aout option
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@933342 13f79535-47bb-0310-9956-ffa450edef68
2010-04-12 18:12:49 +00:00