QuerydslKtxRuntimeHints

class QuerydslKtxRuntimeHints : RuntimeHintsRegistrar

Registers runtime hints for GraalVM native image compatibility.

querydsl-ktx uses GenericTypeResolver in QuerydslRepository to resolve the domain class type parameter at runtime. This requires reflection hints for the repository base classes.

Note: QueryDSL 5.1.0 itself does not officially support GraalVM native image. Users may need additional reflection configuration for QueryDSL core classes. See: https://github.com/querydsl/querydsl/issues/3646

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun registerHints(hints: RuntimeHints, classLoader: ClassLoader?)