Class DefaultDiscriminatorConverter<O,​R>

  • All Implemented Interfaces:
    BasicValueConverter<O,​R>

    public class DefaultDiscriminatorConverter<O,​R>
    extends DiscriminatorConverter<O,​R>
    Implements the default discriminator assignment strategy defined by JPA, that is, the discriminator value is the JPA (unqualified) entity name. This strategy is used when no explicit discriminator mapping is specified.