| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.mapping.ejb | |
| com.sun.jdo.api.persistence.mapping.ejb.beans |
| Modifier and Type | Method and Description |
|---|---|
static EntityMapping |
SunCmpMappingsUtils.findEntityMapping(SunCmpMappings scms,
String bname,
boolean addEmpty)
Find the EntityMapping element that correspond to a bean.
|
| Modifier and Type | Method and Description |
|---|---|
static CmpFieldMapping |
SunCmpMappingsUtils.findCmpFieldMapping(EntityMapping em,
String fname,
boolean addEmpty)
Find the CmpFieldMapping element with a matching field-name element value
|
static CmrFieldMapping |
SunCmpMappingsUtils.findCmrFieldMapping(EntityMapping em,
String fname,
boolean addEmpty)
Find the cmr-field-mapping element for a field in an EntityMapping object
|
| Modifier and Type | Method and Description |
|---|---|
EntityMapping[] |
SunCmpMapping.getEntityMapping() |
EntityMapping |
SunCmpMapping.getEntityMapping(int index) |
EntityMapping |
SunCmpMapping.newEntityMapping()
Create a new bean using it's default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SunCmpMapping.addEntityMapping(EntityMapping value) |
int |
SunCmpMapping.removeEntityMapping(EntityMapping value) |
void |
SunCmpMapping.setEntityMapping(EntityMapping[] value) |
void |
SunCmpMapping.setEntityMapping(int index,
EntityMapping value) |
Copyright © 2019. All rights reserved.