You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/panache-rest.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ To begin with:
56
56
57
57
Panache REST generates CRUD resources based on the interfaces available in your application.
58
58
For each entity and repository that you want to generate, provide an interface that extends either `PanacheEntityCrudResource` or `PanacheRepositoryCrudResource` interface.
59
-
_Do not implement these interfaces and don't provide custom methods because they won't be implemented._
59
+
_Do not implement these interfaces and don't provide custom methods because they will be ignored._
60
60
You can, however, override the methods from the extended interface in order to customize them (see the section at the end).
61
61
62
62
The resources that will be generated will be functionally equivalent for both entities and repositories.
0 commit comments