Skip to content

Instantly share code, notes, and snippets.

@afurculita
Created November 27, 2015 21:35
Show Gist options
  • Save afurculita/0b155cb875996839b46b to your computer and use it in GitHub Desktop.
Save afurculita/0b155cb875996839b46b to your computer and use it in GitHub Desktop.
You can reference to the Discriminator column in 2 ways:
- INSTANCE OF
- TYPE()
Examples:
SELECT u FROM Person u WHERE u INSTANCE OF User
SELECT u FROM Person u WHERE TYPE(u) = 'user'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment