Commit 726808d
docs: Clarify that annotation mode requires compiled classes
The JPA annotation section didn't explain that AnnotationIntrospector
uses Java reflection and needs compiled @entity classes on the
classpath — unlike HBM XML mode which reads raw files and has a
standalone CLI tool. Added integration point guidance (startup,
build time, unit tests) so users understand when each mode applies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a11c412 commit 726808d
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
40 | 55 | | |
41 | 56 | | |
42 | 57 | | |
| |||
0 commit comments