| javax.persistence.DiscriminatorType
DiscriminatorType | public enum DiscriminatorType (Code) | | Defines supported types of the discriminator column.
since: Java Persistence 1.0 |
CHAR | Enum Constant CHAR(Code) | | Single character as the discriminator type
|
INTEGER | Enum Constant INTEGER(Code) | | Integer as the discriminator type
|
STRING | Enum Constant STRING(Code) | | String as the discriminator type
|
|
|