Class JaxbIdClassImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbIdClassImpl
- All Implemented Interfaces:
Serializable
@Target({TYPE}) @Retention(RUNTIME)
public @interface IdClass {
Class<?> value();
}
<p>Java class for id-class complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="id-class">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clazz
-
-
Constructor Details
-
JaxbIdClassImpl
public JaxbIdClassImpl()
-
-
Method Details
-
getClazz
-
setClazz
-