|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface MapAnnotation for defining the persistence of a map. This is mandatory for a map field if
| Optional Element Summary | |
|---|---|
java.lang.String |
dependentKey
Whether the key is dependent and so is deleted when the owner is deleted (true/false). |
java.lang.String |
dependentValue
Whether the value is dependent and so is deleted when the owner is deleted (true/false). |
java.lang.String |
embeddedKey
Whether the key is embedded in the join table (true/false). |
java.lang.String |
embeddedValue
Whether the value is embedded in the join table (true/false). |
java.lang.String |
keyType
Type of the key. |
java.lang.String |
serializedKey
Whether the key is serialised into a column the join table (true/false). |
java.lang.String |
serializedValue
Whether the value is serialised into a column the join table (true/false). |
java.lang.String |
valueType
Type of the value. |
public abstract java.lang.String keyType
public abstract java.lang.String embeddedKey
public abstract java.lang.String serializedKey
public abstract java.lang.String dependentKey
public abstract java.lang.String valueType
public abstract java.lang.String embeddedValue
public abstract java.lang.String serializedValue
public abstract java.lang.String dependentValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||