Class JaxbVersionImpl

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

public class JaxbVersionImpl extends Object implements Serializable, JaxbSingularAttribute
@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Version {} <p>Java class for version complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="version"> <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="temporal" type="{http://www.hibernate.org/xsd/orm/mapping}temporal" minOccurs="0"/> </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: