Polish "Add How-To documentation for ManagedClassNameFilter"

See gh-40617
This commit is contained in:
Scott Frederick
2024-05-03 10:46:38 -05:00
parent d945443f1f
commit 289f3f9e51

View File

@@ -178,9 +178,9 @@ include-code::MyApplication[]
[[howto.data-access.filter-scanned-entity-definitions]]
== Filter scanned @Entity definitions
== Filter Scanned @Entity Definitions
It is possible to exclude some `@Entity` definitions using a `ManagedClassNameFilter` bean.
It is possible to filter the `@Entity` definitions using a `ManagedClassNameFilter` bean.
This can be useful in tests when only a sub-set of the available entities should be considered.
In the following example, only entities from the `com.example.app.customer` package are included: