Package io.quarkus.panache.common.impl
Annotation Type GenerateBridge
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface GenerateBridge
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleancallSuperMethodSet to true to delegate to the super method instead of JpaOperations.booleanignoreEntityTypeParamSet to false when the implemented method should not receive the entity type as one of its parametersbooleantargetReturnTypeErasedSet to true if the corresponding JpaOperations method returns Object but the bridge should return a more specific type.
-