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

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

Properties
This component is not nillable.

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


Nested Element Summary
orm:columncolumn
          
orm:generated-valuegenerated-value
          
orm:sequence-generatorsequence-generator
          
orm:table-generatortable-generator
          
orm:temporaltemporal
          

Attribute Summary
 orm:access-typeaccess
          
 xsd:QNameattributeName
          
 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

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-id

Local Usage
persistence

Source
<xsd:complexType name="generated-id">
<xsd:complexContent>
<xsd:extension base="hj:id">
<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: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.