Allow entity classes to be scanned at build-time #30523
Labels
status: superseded
An issue that has been superseded by another
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
EntityScanner
is used in several places in our Spring Data integration to provide theSet
of entity classes. We should replace this runtime behavior by scanning the target entities at build-time, and write these somewhere so that the runtime can pick it up.This applies to: Couchbase, Elasticsearch, MongoDB, Neo4j. For some reason, Cassandra isn't using
EntityScanner
directly (although it looks like it could).The text was updated successfully, but these errors were encountered: