Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
JDO 3 update 1 (3.0.1)
-
None
Description
JDO XSD for XML MetaData supports extension tag. But @Index does not have such elements. Ie I cannot specify @Index(members =
{"sample"}, extension=......). Hope this will be included in new releases. The extension is used by ORM Frameworks in order to specify Index access method such HASH, GIST etc ... (these are postgresql specific)