Uses of Class
org.apache.openejb.jee.jpa.DiscriminatorType
-
Packages that use DiscriminatorType Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of DiscriminatorType in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as DiscriminatorType Modifier and Type Field Description protected DiscriminatorTypeDiscriminatorColumn. discriminatorTypeMethods in org.apache.openejb.jee.jpa that return DiscriminatorType Modifier and Type Method Description static DiscriminatorTypeDiscriminatorType. fromValue(String v)DiscriminatorTypeDiscriminatorColumn. getDiscriminatorType()Gets the value of the discriminatorType property.static DiscriminatorTypeDiscriminatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscriminatorType[]DiscriminatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.jpa with parameters of type DiscriminatorType Modifier and Type Method Description voidDiscriminatorColumn. setDiscriminatorType(DiscriminatorType value)Sets the value of the discriminatorType property.
-