| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.mapping.ejb.beans |
| Modifier and Type | Method and Description |
|---|---|
SecondaryTable[] |
EntityMapping.getSecondaryTable() |
SecondaryTable |
EntityMapping.getSecondaryTable(int index) |
SecondaryTable |
EntityMapping.newSecondaryTable()
Create a new bean using it's default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EntityMapping.addSecondaryTable(SecondaryTable value) |
int |
EntityMapping.removeSecondaryTable(SecondaryTable value) |
void |
EntityMapping.setSecondaryTable(int index,
SecondaryTable value) |
void |
EntityMapping.setSecondaryTable(SecondaryTable[] value) |
Copyright © 2017. All rights reserved.