8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918e439 commit c2befb1Copy full SHA for c2befb1
documentation/src/main/asciidoc/reference/introduction.adoc
@@ -446,6 +446,9 @@ These Hibernate annotations are also quite useful to know about:
446
| `@Fetch` | Specifies the fetching mode for an association
447
| `@BatchSize` | Specifies the batch size for batch fetching an
448
association
449
+| `@Loader` | Specifies a named query used to fetch an entity by
450
+ id (for example, when `find(type, id)` is called)
451
+ in place of the default SQL generated by Hibernate
452
| `@SqlInsert`, `@SqlUpdate`, `@SqlDelete` | Specify custom DML for entity operations
453
| `@NaturalId` | Marks a field or fields as an alternative "natural"
454
identifier (unique key) of the entity
0 commit comments