Package org.apache.openejb.jee.jpa
Class MapKey
- java.lang.Object
-
- org.apache.openejb.jee.jpa.MapKey
-
public class MapKey extends Object
Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface MapKey { String name() default ""; }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>
-
-
Constructor Summary
Constructors Constructor Description MapKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
-
-