Skip to content

Commit 289f3f9

Browse files
Polish "Add How-To documentation for ManagedClassNameFilter"
See gh-40617
1 parent d945443 commit 289f3f9

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/data-access.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ include-code::MyApplication[]
178178

179179

180180
[[howto.data-access.filter-scanned-entity-definitions]]
181-
== Filter scanned @Entity definitions
181+
== Filter Scanned @Entity Definitions
182182

183-
It is possible to exclude some `@Entity` definitions using a `ManagedClassNameFilter` bean.
183+
It is possible to filter the `@Entity` definitions using a `ManagedClassNameFilter` bean.
184184
This can be useful in tests when only a sub-set of the available entities should be considered.
185185
In the following example, only entities from the `com.example.app.customer` package are included:
186186

0 commit comments

Comments
 (0)