Java javax.persistence DiscriminatorType fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence DiscriminatorType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence DiscriminatorType.

The text is from its open source code.

Field

DiscriminatorTypeSTRING
String as the discriminator type.
DiscriminatorTypeCHAR
Single character as the discriminator type.
DiscriminatorTypeINTEGER
Integer as the discriminator type.