Skip to content

Add @NativeQuery annotation as alias for @Query(nativeQuery=true) #3155

Closed
@mp911de

Description

@mp911de

The intent is to create a place where we can specify strategies to rewrite SQL queries. Right now, JSQLParser is used when it is there and we fall back to regex if it isn't there. We want to create a place where we could specify a SqlRewriterStragtegyFactory to decide how much JSQLParser we want to take into account (or bypass the rewrite for certain queries).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions