enableOperationGeneration
Controls the overall generation of operation classes for DAO methods.
Use this property to enable or disable operation generation entirely. By default, this is set to true
. Setting it to false
will disable operation generation even for methods annotated with dev.teogor.stitch.RawOperation.
For more granular control over operation generation, consider using the operationGenerationLevel property.
Return
true
to enable operation generation, false
to disable it.