Skip to content

Instantly share code, notes, and snippets.

@tncbbthositg
Created March 25, 2015 19:16
Show Gist options
  • Save tncbbthositg/b35b655b459e24cebca1 to your computer and use it in GitHub Desktop.
Save tncbbthositg/b35b655b459e24cebca1 to your computer and use it in GitHub Desktop.
Regex to convert hibernate single line sql into something useful
(?:Hibernate: )|(( )(?:(?:\S)+ as (?:\S)+,?|\b(and|or|on))|\b(select|from|where|(?:inner|left) ?(?:outer )?join)\b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment