public class SQLRelationLoader
extends java.lang.Object
| Constructor | Description |
|---|---|
SQLRelationLoader(java.lang.String table,
java.lang.String[] key,
int[] keyType,
TypeConvertor[] idTo,
TypeConvertor[] idFrom,
java.lang.String[] otherKey,
int[] otherKeyType,
TypeConvertor[] ridTo,
TypeConvertor[] ridFrom,
PersistenceFactory factory) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
createRelation(java.sql.Connection conn,
Identity left,
Identity right) |
|
void |
deleteRelation(java.sql.Connection conn,
Identity left) |
|
void |
deleteRelation(java.sql.Connection conn,
Identity left,
Identity right) |
public SQLRelationLoader(java.lang.String table,
java.lang.String[] key,
int[] keyType,
TypeConvertor[] idTo,
TypeConvertor[] idFrom,
java.lang.String[] otherKey,
int[] otherKeyType,
TypeConvertor[] ridTo,
TypeConvertor[] ridFrom,
PersistenceFactory factory)
public void createRelation(java.sql.Connection conn,
Identity left,
Identity right)
throws PersistenceException
PersistenceExceptionpublic void deleteRelation(java.sql.Connection conn,
Identity left)
throws PersistenceException
PersistenceExceptionpublic void deleteRelation(java.sql.Connection conn,
Identity left,
Identity right)
throws PersistenceException
PersistenceExceptionIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com