source: contrib/MailArchiver/sources/docs/references/jdo_xml_metadata/jdoconfig_3_0.dtd @ 6785

Revision 6785, 3.1 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1<!--
2  Licensed to the Apache Software Foundation (ASF) under one or more
3  contributor license agreements.  See the NOTICE file distributed with
4  this work for additional information regarding copyright ownership.
5  The ASF licenses this file to You under the Apache License, Version 2.0
6  (the "License"); you may not use this file except in compliance with
7  the License.  You may obtain a copy of the License at
8
9      http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16-->
17<!--
18<!DOCTYPE jdoconfig
19    PUBLIC "-//Sun Microsystems, Inc.//DTD Java Data Objects Configuration 3.0//EN"
20    "http://java.sun.com/dtd/jdoconfig_3_0.dtd">
21-->
22<!ELEMENT jdoconfig (persistence-manager-factory+)>
23
24<!ELEMENT persistence-manager-factory (property*, instance-lifecycle-listener*)>
25<!ATTLIST persistence-manager-factory class CDATA #IMPLIED>
26<!ATTLIST persistence-manager-factory name CDATA #IMPLIED>
27<!ATTLIST persistence-manager-factory persistence-unit-name CDATA #IMPLIED>
28<!ATTLIST persistence-manager-factory optimistic (true|false) CDATA #IMPLIED>
29<!ATTLIST persistence-manager-factory readonly (true|false) CDATA 'false'>
30<!ATTLIST persistence-manager-factory retain-values (true|false) CDATA #IMPLIED>
31<!ATTLIST persistence-manager-factory restore-values (true|false) CDATA #IMPLIED>
32<!ATTLIST persistence-manager-factory ignore-cache (true|false) CDATA #IMPLIED>
33<!ATTLIST persistence-manager-factory nontransactional-read (true|false) CDATA #IMPLIED>
34<!ATTLIST persistence-manager-factory nontransactional-write (true|false) CDATA #IMPLIED>
35<!ATTLIST persistence-manager-factory multithreaded (true|false) CDATA #IMPLIED>
36<!ATTLIST persistence-manager-factory transaction-isolation-level CDATA #IMPLIED>
37<!ATTLIST persistence-manager-factory connection-driver-name CDATA #IMPLIED>
38<!ATTLIST persistence-manager-factory connection-user-name CDATA #IMPLIED>
39<!ATTLIST persistence-manager-factory connection-password CDATA #IMPLIED>
40<!ATTLIST persistence-manager-factory connection-url CDATA #IMPLIED>
41<!ATTLIST persistence-manager-factory connection-factory-name CDATA #IMPLIED>
42<!ATTLIST persistence-manager-factory connection-factory2-name CDATA #IMPLIED>
43<!ATTLIST persistence-manager-factory mapping CDATA #IMPLIED>
44<!ATTLIST persistence-manager-factory detach-all-on-commit (true|false) CDATA #IMPLIED>
45<!ATTLIST persistence-manager-factory server-time-zone-id CDATA #IMPLIED>
46<!ATTLIST persistence-manager-factory datastore-read-timeout-millis CDATA #IMPLIED>
47<!ATTLIST persistence-manager-factory datastore-write-timeout-millis CDATA #IMPLIED>
48
49<!ELEMENT property EMPTY>
50<!ATTLIST property name CDATA #REQUIRED>
51<!ATTLIST property value CDATA #IMPLIED>
52
53<!ELEMENT instance-lifecycle-listener EMPTY>
54<!ATTLIST instance-lifecycle-listener listener CDATA #REQUIRED>
55<!ATTLIST instance-lifecycle-listener classes CDATA #IMPLIED>
56
Note: See TracBrowser for help on using the repository browser.