diff --git a/docs/src/main/asciidoc/blaze-persistence.adoc b/docs/src/main/asciidoc/blaze-persistence.adoc index b1dd6acda066e..16473ca8d5846 100644 --- a/docs/src/main/asciidoc/blaze-persistence.adoc +++ b/docs/src/main/asciidoc/blaze-persistence.adoc @@ -50,6 +50,24 @@ Add the following dependencies to your project: ---- +The use in native images requires a dependency on the entity view annotation processor that may be extracted into a separate `native` profile: + +[source,xml] +---- + + + native + + + com.blazebit + blaze-persistence-entity-view-processor + provided + + + + +---- + A `CriteriaBuilderFactory` and an `EntityViewManager` will be created based on the configured `EntityManagerFactory` as provided by the link:{quarkus-home-url}/guides/hibernate-orm[Hibernate-ORM extension]. You can then access these beans via injection: