http://hyperjaxb3.jvnet.org/ejb/schemas/customizations
complexType generated-version

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/persistence/orm}version (restriction)
|
+--{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}version (extension)
|
+--{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}generated-version (extension)

Properties
This component is not nillable.

Model
<...
  access = orm:access-type
  attributeName = xsd:QName
  forced = xsd:boolean
  javaType = xsd:string
  merge = xsd:boolean : true
  name = xsd:string
  schemaType = xsd:QName
  transient = xsd:boolean>
(column?, temporal? )
</...>


Nested Element Summary
orm:columncolumn
          
orm:temporaltemporal
          

Attribute Summary
 orm:access-typeaccess
          
 xsd:QNameattributeName
          
 xsd:booleanforced
          
 xsd:stringjavaType
          
 xsd:booleanmerge
          
 xsd:stringname
          
 xsd:QNameschemaType
          
 xsd:booleantransient
          

Attribute Detail

access

Type:
orm:access-type
Use:
optional
Form:
unqualified

attributeName

Type:
xsd:QName
Use:
optional
Form:
unqualified

forced

Type:
xsd:boolean
Use:
optional
Form:
unqualified

javaType

Type:
xsd:string
Use:
optional
Form:
unqualified

merge

Type:
xsd:boolean
Default:
true
Use:
optional
Form:
unqualified

name

Type:
xsd:string
Use:
required
Form:
unqualified

schemaType

Type:
xsd:QName
Use:
optional
Form:
unqualified

transient

Type:
xsd:boolean
Use:
optional
Form:
unqualified

Implementors
generated-version

Local Usage
persistence

Source
<xsd:complexType name="generated-version">
<xsd:complexContent>
<xsd:extension base="hj:version">
<xsd:attribute name="attributeName" type="xsd:QName"/>
<xsd:attribute name="javaType" type="xsd:string"/>
<xsd:attribute name="schemaType" type="xsd:QName"/>
<xsd:attribute name="transient" type="xsd:boolean"/>
<xsd:attribute name="forced" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.