Uses of Class
org.apache.openejb.jee.jpa.DiscriminatorType

Packages that use DiscriminatorType
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
protected  DiscriminatorType DiscriminatorColumn.discriminatorType
           
 

Methods in org.apache.openejb.jee.jpa that return DiscriminatorType
static DiscriminatorType DiscriminatorType.fromValue(String v)
           
 DiscriminatorType DiscriminatorColumn.getDiscriminatorType()
          Gets the value of the discriminatorType property.
static DiscriminatorType DiscriminatorType.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
 void DiscriminatorColumn.setDiscriminatorType(DiscriminatorType value)
          Sets the value of the discriminatorType property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.