| |
|
| org.apache.ojb.junit.PBTestCase org.apache.ojb.broker.FieldConversionTest_3
FieldConversionTest_3 | public class FieldConversionTest_3 extends PBTestCase (Code) | | Test using field conversions for PK values.
author: Oliver Matz version: $Id: FieldConversionTest_3.java,v 1.4.2.2 2005/03/03 17:18:17 arminw Exp $ |
Inner Class :public static class LongToBigDecimalConversion implements FieldConversion | |
Inner Class :public static class Node implements Serializable | |
Inner Class :public static class NodeWoAutoInc implements Serializable | |
Method Summary | |
public static void | main(String[] args) | public void | tearDown() | public void | testDeleteNode() Assert that StatementManager handles NULL-values correct when binding deletions. | public void | testStoreNestedNodes() store nested classes needed field conversion of a primary key field. | public void | testStoreNode() store class needed field conversion of a primary key field. |
tearDown | public void tearDown()(Code) | | |
testDeleteNode | public void testDeleteNode() throws Exception(Code) | | Assert that StatementManager handles NULL-values correct when binding deletions.
|
testStoreNestedNodes | public void testStoreNestedNodes() throws Exception(Code) | | store nested classes needed field conversion of a primary key field.
|
testStoreNode | public void testStoreNode() throws Exception(Code) | | store class needed field conversion of a primary key field.
|
|
|
|