Author: arminw
Date: Fri Oct 13 17:22:10 2006
New Revision: 463873
URL: http://svn.apache.org/viewvc?view=rev&rev=463873
Log:
use jdbc 2.0 as default level (instead 1.0)
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml
URL:
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml?view=diff&rev=463873&r1=463872&r2=463873
==============================================================================
---
db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml
(original)
+++
db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml
Fri Oct 13 17:22:10 2006
@@ -351,7 +351,7 @@
<em>2.0</em>,
<em>3.0</em>.
Default is
- <em>1.0</em>.
+ <em>2.0</em>.
</p>
<!--<p>-->
<!--<em>DEPRECATED!</em>. The-->
@@ -1611,10 +1611,13 @@
</p>
<p>
The <em>collection-class</em> may hold a fully qualified
class name.
- This class must be the Java type of the Collection
attribute.
+ This class must be the Java type of the <em>"Collection
attribute"</em>.
This attribute must only specified if the attribute type
is not
- a <code>java.util.Collection</code> (or subclass) or Array
type. It is
- also possible to use non Collection or Array type user
defined "collection"
+ a <code>java.util.Collection</code> (or subclass) or
<code>Array</code> type.
+ By default OJB use the collection attribute classes
defined in
+ <a href="ext:ojb.properties">OJB.properties</a> file.
+ <br/>
+ It is also possible to use non Collection or Array type
user defined "collection"
classes. More info see section
<a
href="site:advanced-technique/manageable-collection">manageable collection</a>.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]