Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0-ALPHA4
-
Fix Version/s: 2.0-BETA1
-
Component/s: Documentation
-
Security Level: All
-
Labels:None
Description
Please add some documentation about indexes annotation mapping, I had to guess it reading the AnnotationParser code.
A simple example would have helped a lot.
indexes={@index(name="idx_record_id", columns=
{"record_id"})}
Issue Links
- relates to
-
DDC-37
Add annotation reference to documentation
-
I added a reference with almost all the annotations, except inheritance related in a recent commit. It will be built in the next 24h.
It includes Details on @Index and @Table so this issue is closed.