Uses of Class
org.apache.openejb.jee.was.v6.ejb.CMPAttribute

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

Uses of CMPAttribute in org.apache.openejb.jee.was.v6.ejb
 

Subclasses of CMPAttribute in org.apache.openejb.jee.was.v6.ejb
 class CMRField
           
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type CMPAttribute
protected  List<CMPAttribute> ContainerManagedEntity.cmpAttributes
           
protected  List<CMPAttribute> ContainerManagedEntity.keyAttributes
           
protected  List<CMPAttribute> ContainerManagedEntity.persistentAttributes
           
protected  List<CMPAttribute> ContainerManagedEntity.primKeyFields
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return CMPAttribute
 CMPAttribute ObjectFactory.createCMPAttribute()
          Create an instance of CMPAttribute
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type CMPAttribute
 javax.xml.bind.JAXBElement<CMPAttribute> ObjectFactory.createCMPAttribute(CMPAttribute value)
          Create an instance of JAXBElement<CMPAttribute >
 List<CMPAttribute> ContainerManagedEntity.getCMPAttributes()
          Gets the value of the cmpAttributes property.
 List<CMPAttribute> ContainerManagedEntity.getKeyAttributes()
          Gets the value of the keyAttributes property.
 List<CMPAttribute> ContainerManagedEntity.getPersistentAttributes()
          Gets the value of the persistentAttributes property.
 List<CMPAttribute> ContainerManagedEntity.getPrimKeyFields()
          Gets the value of the primKeyFields property.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type CMPAttribute
 javax.xml.bind.JAXBElement<CMPAttribute> ObjectFactory.createCMPAttribute(CMPAttribute value)
          Create an instance of JAXBElement<CMPAttribute >
 



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