JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
javax.jdo.annotations
Extension
Contents
Description
Required Element Summary
Element Details
vendorName
key
value
Hide sidebar
Show sidebar
Annotation Type Extension
@Target
({
TYPE
,
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
Extension
Annotation for a JDO vendor extension. Corresponds to the xml element "extension".
Since:
2.1
Version:
2.1
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
key
The key for the extension (required).
String
value
The value for the extension (required).
String
vendorName
Vendor that the extension applies to (required).
Element Details
vendorName
String
vendorName
Vendor that the extension applies to (required).
Returns:
the vendor
key
String
key
The key for the extension (required).
Returns:
the key
value
String
value
The value for the extension (required).
Returns:
the value