Uses of Class
org.apache.openejb.jee.was.v6.ejb.CMPAttribute
-
Packages that use CMPAttribute Package Description 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 Modifier and Type Class Description classCMRFieldFields in org.apache.openejb.jee.was.v6.ejb with type parameters of type CMPAttribute Modifier and Type Field Description protected List<CMPAttribute>ContainerManagedEntity. cmpAttributesprotected List<CMPAttribute>ContainerManagedEntity. keyAttributesprotected List<CMPAttribute>ContainerManagedEntity. persistentAttributesprotected List<CMPAttribute>ContainerManagedEntity. primKeyFieldsMethods in org.apache.openejb.jee.was.v6.ejb that return CMPAttribute Modifier and Type Method Description CMPAttributeObjectFactory. createCMPAttribute()Create an instance ofCMPAttributeMethods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type CMPAttribute Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CMPAttribute>ObjectFactory. createCMPAttribute(CMPAttribute value)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 Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CMPAttribute>ObjectFactory. createCMPAttribute(CMPAttribute value)
-