Package org.hibernate.boot.jaxb.mapping
Class JaxbMapKey
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbMapKey
- All Implemented Interfaces:
Serializable
See `@jakarta.persistence.MapKey`
Java class for map-key complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="map-key">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary