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 d945443 commit 289f3f9Copy full SHA for 289f3f9
spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/data-access.adoc
@@ -178,9 +178,9 @@ include-code::MyApplication[]
178
179
180
[[howto.data-access.filter-scanned-entity-definitions]]
181
-== Filter scanned @Entity definitions
+== Filter Scanned @Entity Definitions
182
183
-It is possible to exclude some `@Entity` definitions using a `ManagedClassNameFilter` bean.
+It is possible to filter the `@Entity` definitions using a `ManagedClassNameFilter` bean.
184
This can be useful in tests when only a sub-set of the available entities should be considered.
185
In the following example, only entities from the `com.example.app.customer` package are included:
186
0 commit comments