Polish "Add How-To documentation for ManagedClassNameFilter"
See gh-40617
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user