Class JaxbIdImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbIdImpl
All Implemented Interfaces:
Serializable, JaxbBasicMapping, JaxbPersistentAttribute, JaxbSingularAttribute

public class JaxbIdImpl extends Object implements Serializable, JaxbBasicMapping, JaxbSingularAttribute
@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Id {} <p>Java class for id complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="id"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="column" type="{http://www.hibernate.org/xsd/orm/mapping}column" minOccurs="0"/> <element name="generated-value" type="{http://www.hibernate.org/xsd/orm/mapping}generated-value" minOccurs="0"/> <element name="temporal" type="{http://www.hibernate.org/xsd/orm/mapping}temporal" minOccurs="0"/> <element name="table-generator" type="{http://www.hibernate.org/xsd/orm/mapping}table-generator" minOccurs="0"/> <element name="sequence-generator" type="{http://www.hibernate.org/xsd/orm/mapping}sequence-generator" minOccurs="0"/> <element name="generic-generator" type="{http://www.hibernate.org/xsd/orm/mapping}generic-id-generator" minOccurs="0"/> <element name="uuid-generator" type="{http://www.hibernate.org/xsd/orm/mapping}uuid-generator" minOccurs="0"/> <element name="unsaved-value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <group ref="{http://www.hibernate.org/xsd/orm/mapping}basic-type-group"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="access" type="{http://www.hibernate.org/xsd/orm/mapping}access-type" /> <attribute name="attribute-accessor" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> }</pre>
See Also: