jdo
Class Test

java.lang.Object
jdo.Test
- public class Test
- extends java.lang.Object
This example is only intended to show how castor should be set up
in a standalone environment. For detail examples on the mapping file,
database schemas, supported features and their expected behaviors,
please consult the JDO test cases instead. JDO Test cases can be
found in the full CVS snapshot and located under the directory of
src\tests\jdo.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseFile
public static final java.lang.String DatabaseFile
- See Also:
- Constant Field Values
MappingFile
public static final java.lang.String MappingFile
- See Also:
- Constant Field Values
Usage
public static final java.lang.String Usage
- See Also:
- Constant Field Values
_mapping
private Mapping _mapping
_jdo
private JDO _jdo
Test
public Test(java.io.PrintWriter writer)
throws java.lang.Exception
main
public static void main(java.lang.String[] args)
run
public void run(java.io.PrintWriter writer)
throws java.lang.Exception