Package org.hibernate.boot.jaxb.mapping
Class JaxbMapKey
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbMapKey
-
- All Implemented Interfaces:
Serializable
public class JaxbMapKey extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxbMapKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the value of the name property.void
setName(String value)
Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
-
-