| |||||||
| DETAILS: DOCUMENTATION | | FRAMES | NO FRAMES | ||||||
| Element Summary | |
| persistence | |
| persistence.persistence-unit | |
| persistence.persistence-unit.properties | A list of vendor-specific properties. |
| persistence.persistence-unit.properties.property | A name-value pair. |
| Simple Type Summary | |
| persistence-unit-transaction-type | public enum TransactionType { JTA, RESOURCE_LOCAL }; |
| versionType | |
By default, local element declarations belong to this schema's target namespace.
By default, local attribute declarations have no namespace.
@(#)persistence_1_0.xsd 1.0 Feb 9 2006
This is the XML Schema for the persistence configuration file.
The file must be named "META-INF/persistence.xml" in the
persistence archive.
Persistence configuration files must indicate
the persistence schema by using the persistence namespace:
http://java.sun.com/xml/ns/persistence
and indicate the version of the schema by
using the version element as shown below:
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
version="1.0">
...
</persistence>
| |||||||
| DETAILS: DOCUMENTATION | | FRAMES | NO FRAMES | ||||||