|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<CMPAttribute> |
ContainerManagedEntity.cmpAttributes
|
protected java.util.List<CMPAttribute> |
ContainerManagedEntity.keyAttributes
|
protected java.util.List<CMPAttribute> |
ContainerManagedEntity.persistentAttributes
|
protected java.util.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
> |
java.util.List<CMPAttribute> |
ContainerManagedEntity.getCMPAttributes()
Gets the value of the cmpAttributes property. |
java.util.List<CMPAttribute> |
ContainerManagedEntity.getKeyAttributes()
Gets the value of the keyAttributes property. |
java.util.List<CMPAttribute> |
ContainerManagedEntity.getPersistentAttributes()
Gets the value of the persistentAttributes property. |
java.util.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
> |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |