|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mapping | |
|---|---|
| org.castor.jdo.conf | |
| org.castor.jdo.util | |
| Uses of Mapping in org.castor.jdo.conf |
|---|
| Methods in org.castor.jdo.conf that return Mapping | |
|---|---|
Mapping[] |
Database.getMapping()
Method getMapping.Returns the contents of the collection in an Array. |
Mapping |
Database.getMapping(int index)
Method getMapping. |
Mapping |
Database.removeMappingAt(int index)
Method removeMappingAt. |
static Mapping |
Mapping.unmarshal(Reader reader)
Method unmarshal. |
| Methods in org.castor.jdo.conf that return types with arguments of type Mapping | |
|---|---|
Enumeration<? extends Mapping> |
Database.enumerateMapping()
Method enumerateMapping. |
Iterator<? extends Mapping> |
Database.iterateMapping()
Method iterateMapping. |
| Methods in org.castor.jdo.conf with parameters of type Mapping | |
|---|---|
void |
Database.addMapping(int index,
Mapping vMapping)
|
void |
Database.addMapping(Mapping vMapping)
|
boolean |
Database.removeMapping(Mapping vMapping)
Method removeMapping. |
void |
Database.setMapping(int index,
Mapping vMapping)
|
void |
Database.setMapping(Mapping[] vMappingArray)
|
| Uses of Mapping in org.castor.jdo.util |
|---|
| Methods in org.castor.jdo.util that return Mapping | |
|---|---|
static Mapping |
JDOConfFactory.createXmlMapping(String mapping)
Create an XML mapping configurations for JDO from given URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||