JPA Enum

DiscriminatorType

java.lang.Object
  ∟ java.lang.Enum<jakarta.persistence.DiscriminatorType>
    ∟ jakarta.persistence.DiscriminatorType

Defines supported types of the discriminator column.
See Also:
DiscriminatorColumn.discriminatorType
Since:
JPA 1.0

Enum Constants

Single character as the discriminator type.
Since:
JPA 1.0
Integer as the discriminator type.
Since:
JPA 1.0
String as the discriminator type.
Since:
JPA 1.0

Public Static Enum Methods:

Method inherited from class java.lang.Enum

compareTo, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait