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

Packages that use InheritanceType
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of InheritanceType in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as InheritanceType
protected  InheritanceType Inheritance.strategy
           
 

Methods in org.apache.openejb.jee.jpa that return InheritanceType
static InheritanceType InheritanceType.fromValue(String v)
           
 InheritanceType Inheritance.getStrategy()
          Gets the value of the strategy property.
static InheritanceType InheritanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InheritanceType[] InheritanceType.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 InheritanceType
 void Inheritance.setStrategy(InheritanceType value)
          Sets the value of the strategy property.
 



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