openjpa/openjpa-project/src/doc/manual
Heath Thomann a429f191e1 OPENJPA-1376: Added documentation for the new property provided via this code fix.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1155375 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 14:06:40 +00:00
..
css Updated license headers to be in accordance with http://www.apache.org/legal/src-headers.html 2007-04-14 21:50:17 +00:00
img OPENJPA-417. Merged r653081 and r653085. 2008-06-11 23:48:33 +00:00
jpa_overview_arch.xml OPENJPA-1510: Correct broken and outdated links, make 'Ant' consistent in case. 2010-03-15 22:24:53 +00:00
jpa_overview_conclusion.xml Updated license headers to be in accordance with http://www.apache.org/legal/src-headers.html 2007-04-14 21:50:17 +00:00
jpa_overview_criteria.xml Documentaion edit on CriteriaQuery API 2010-08-17 18:29:58 +00:00
jpa_overview_em.xml OPENJPA-1510: Correct broken links, remove link to non-existing locally mirrored JPA spec. 2010-03-14 20:24:36 +00:00
jpa_overview_emfactory.xml OPENJPA-1175 Updated util methods to handle load state checking of embeddables and collections. 2009-07-30 19:34:33 +00:00
jpa_overview_intro.xml Updated license headers to be in accordance with http://www.apache.org/legal/src-headers.html 2007-04-14 21:50:17 +00:00
jpa_overview_mapping.xml OPENJPA-1376: Backported trunk changes to 2.0.x where possible, made code gated by a system property. 2011-08-04 17:41:44 +00:00
jpa_overview_meta.xml Update manual on difference between nullable=false and optional=false 2010-04-29 18:54:58 +00:00
jpa_overview_pc.xml Add clarification contributed by Thomas Rowe. 2010-03-15 16:21:52 +00:00
jpa_overview_persistence.xml OPENJPA-1520. Doc updates to point at appropriate javase 6 and javaee 6 api urls (instead of javase/ee 5 urls). 2010-02-18 21:47:37 +00:00
jpa_overview_query.xml OPENJPA-1510: Correct confusing sentences in Query Hints section; correct the Oracle known issue with empty strings. 2010-02-19 10:48:34 +00:00
jpa_overview_sqlquery.xml OPENJPA-890 Fix some inconsistent whitespaces in example code around method signatures and arguments 2009-07-29 20:36:20 +00:00
jpa_overview_trans.xml OPENJPA-751 - Commit documentation changes contributed by Milosz Tylenda. 2008-10-29 18:36:39 +00:00
jpa_overview_why.xml Updated license headers to be in accordance with http://www.apache.org/legal/src-headers.html 2007-04-14 21:50:17 +00:00
jpa_resources.xml OPENJPA-1510: Update JPA Resources section with JEE 6 links. 2010-03-16 21:21:34 +00:00
jpa_tutorials.xml OPENJPA-1510: User manual corrections: some terms made consistent in case, made hint and locking descriptions more database-agnostic, removed an old MySQL known issue, H2 version updated. 2010-02-14 12:43:46 +00:00
main.html Update OpenJPA documentation for easier navigation 2009-02-04 17:32:51 +00:00
manual-pdf.xsl Merged 677745 from 1.1.x branch. 2008-07-18 12:22:21 +00:00
manual-xhtml-chunk.xsl Update OpenJPA documentation for easier navigation 2009-02-04 17:32:51 +00:00
manual-xhtml.xsl Changed docbook processing to use the docbkx-maven-plugin, which enables us to easily also generate PDF documentation 2007-04-22 00:03:29 +00:00
manual.xml OPENJPA-1833 Add build date/time and copyright to docs 2010-10-14 17:11:29 +00:00
migration_considerations.xml OPENJPA-1179 openjpa.jdbc.QuerySQLCache plugin no longer accepts value=all, so doc it in the Migration section. Testcase contributed by Tim McConnell. 2010-04-11 16:37:46 +00:00
openjpa_intro.xml OPENJPA-1353 add legal info to the docs and properly add the appendices as a section 2009-10-16 22:09:24 +00:00
openjpa_legal.xml OPENJPA-1510: User manual corrections: some terms made consistent in case, made hint and locking descriptions more database-agnostic, removed an old MySQL known issue, H2 version updated. 2010-02-14 12:43:46 +00:00
properties_info.xml OPENJPA-849 Committing documentation updates contributed by Dianne Richards 2009-02-04 22:29:39 +00:00
ref_guide_caching.xml OPENJPA-1179 openjpa.jdbc.QuerySQLCache plugin no longer accepts value=all, so doc it in the Migration section. Testcase contributed by Tim McConnell. 2010-04-11 16:37:46 +00:00
ref_guide_conf.xml OPENJPA-1510: Correct broken and outdated links, make 'Ant' consistent in case. 2010-03-15 22:24:53 +00:00
ref_guide_dbsetup.xml OPENJPA-1376: Added documentation for the new property provided via this code fix. 2011-08-09 14:06:40 +00:00
ref_guide_deploy.xml OPENJPA-1510: Correct broken and outdated links, make 'Ant' consistent in case. 2010-03-15 22:24:53 +00:00
ref_guide_encryption.xml OPENJPA-1510: Typographical changes to Encryption Provider section. 2010-03-16 21:41:34 +00:00
ref_guide_integration.xml OPENJPA-1510: Correct broken and outdated links, make 'Ant' consistent in case. 2010-03-15 22:24:53 +00:00
ref_guide_intro.xml Updated license headers to be in accordance with http://www.apache.org/legal/src-headers.html 2007-04-14 21:50:17 +00:00
ref_guide_logging.xml OPENJPA-1678: Update documentation re: PrintParameters 2010-06-16 21:08:46 +00:00
ref_guide_mapping.xml fix manual 2010-10-14 01:44:36 +00:00
ref_guide_meta.xml OPENJPA-1673: Update 2.0.x docs for MetaDataRepository. 2010-05-20 18:05:01 +00:00
ref_guide_optimization.xml OPENJPA-1376: Backported trunk changes to 2.0.x where possible, made code gated by a system property. 2011-08-04 17:41:44 +00:00
ref_guide_pc.xml 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. 2010-09-23 13:04:52 +00:00
ref_guide_remote.xml OPENJPA-1673: Update 2.0.x docs for MetaDataRepository. 2010-05-20 18:05:01 +00:00
ref_guide_runtime.xml OPENJPA-1376: Backported trunk changes to 2.0.x where possible, made code gated by a system property. 2011-08-04 17:41:44 +00:00
ref_guide_slice.xml OPENJPA-1520 revert some refs back to Java SE 5 docs 2010-02-24 20:51:59 +00:00
samples_guide.xml OPENJPA-298 2007-07-27 18:18:10 +00:00
supported_databases.xml OPENJPA-1699: Add documentation for fully materialized LOB issue with streaming LOBs and DB2 2011-01-13 22:00:14 +00:00