| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.persist.SQLRelationLoaderpublic class SQLRelationLoaderextends java.lang.ObjectConstructor Summary | |
| |
Method Summary | |
void |
|
void |
|
void |
|
public SQLRelationLoader(String table,
String[] key,
int[] keyType,
TypeConvertor[] idTo,
TypeConvertor[] idFrom,
String[] otherKey,
int[] otherKeyType,
TypeConvertor[] ridTo,
TypeConvertor[] ridFrom)public void createRelation(Connection conn,
Identity left,
Identity right)
throws PersistenceExceptionpublic void deleteRelation(Connection conn,
Identity left)
throws PersistenceExceptionpublic void deleteRelation(Connection conn,
Identity left,
Identity right)
throws PersistenceException