Example usage for Java javax.persistence DiscriminatorType fields, constructors, methods, implement or subclass
The text is from its open source code.
DiscriminatorType | STRING String as the discriminator type. |
DiscriminatorType | CHAR Single character as the discriminator type. |
DiscriminatorType | INTEGER Integer as the discriminator type. |