Package org.apache.openejb.jee.oejb2
Class EntityBeanType.PrefetchGroup
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.EntityBeanType.PrefetchGroup
-
- Enclosing class:
- EntityBeanType
public static class EntityBeanType.PrefetchGroup extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="group" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}groupType" maxOccurs="unbounded" minOccurs="0"/> <element name="entity-group-mapping" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}entity-group-mappingType" minOccurs="0"/> <element name="cmp-field-group-mapping" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}cmp-field-group-mappingType" maxOccurs="unbounded" minOccurs="0"/> <element name="cmr-field-group-mapping" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}cmr-field-group-mappingType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CmpFieldGroupMappingType>cmpFieldGroupMappingprotected List<CmrFieldGroupMappingType>cmrFieldGroupMappingprotected EntityGroupMappingTypeentityGroupMappingprotected List<GroupType>group
-
Constructor Summary
Constructors Constructor Description PrefetchGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CmpFieldGroupMappingType>getCmpFieldGroupMapping()Gets the value of the cmpFieldGroupMapping property.List<CmrFieldGroupMappingType>getCmrFieldGroupMapping()Gets the value of the cmrFieldGroupMapping property.EntityGroupMappingTypegetEntityGroupMapping()Gets the value of the entityGroupMapping property.List<GroupType>getGroup()Gets the value of the group property.voidsetEntityGroupMapping(EntityGroupMappingType value)Sets the value of the entityGroupMapping property.
-
-
-
Field Detail
-
entityGroupMapping
protected EntityGroupMappingType entityGroupMapping
-
cmpFieldGroupMapping
protected List<CmpFieldGroupMappingType> cmpFieldGroupMapping
-
cmrFieldGroupMapping
protected List<CmrFieldGroupMappingType> cmrFieldGroupMapping
-
-
Method Detail
-
getGroup
public List<GroupType> getGroup()
Gets the value of the group property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the group property. For example, to add a new item, do as follows:getGroup().add(newItem);Objects of the following type(s) are allowed in the listGroupType
-
getEntityGroupMapping
public EntityGroupMappingType getEntityGroupMapping()
Gets the value of the entityGroupMapping property.- Returns:
- possible object is
EntityGroupMappingType
-
setEntityGroupMapping
public void setEntityGroupMapping(EntityGroupMappingType value)
Sets the value of the entityGroupMapping property.- Parameters:
value- allowed object isEntityGroupMappingType
-
getCmpFieldGroupMapping
public List<CmpFieldGroupMappingType> getCmpFieldGroupMapping()
Gets the value of the cmpFieldGroupMapping property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the cmpFieldGroupMapping property. For example, to add a new item, do as follows:getCmpFieldGroupMapping().add(newItem);Objects of the following type(s) are allowed in the listCmpFieldGroupMappingType
-
getCmrFieldGroupMapping
public List<CmrFieldGroupMappingType> getCmrFieldGroupMapping()
Gets the value of the cmrFieldGroupMapping property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the cmrFieldGroupMapping property. For example, to add a new item, do as follows:getCmrFieldGroupMapping().add(newItem);Objects of the following type(s) are allowed in the listCmrFieldGroupMappingType
-
-