org.apache.openjpa.jdbc.kernel
Class AbstractUpdateManager.CustomMapping
java.lang.Object
  
org.apache.openjpa.jdbc.kernel.AbstractUpdateManager.CustomMapping
- Enclosing class:
 - AbstractUpdateManager
 
protected static class AbstractUpdateManager.CustomMapping
- extends Object
 
Executes customized mapping updates.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSERT
public static final int INSERT
- See Also:
 - Constant Field Values
 
UPDATE
public static final int UPDATE
- See Also:
 - Constant Field Values
 
DELETE
public static final int DELETE
- See Also:
 - Constant Field Values
 
AbstractUpdateManager.CustomMapping
public AbstractUpdateManager.CustomMapping(int action,
                                           OpenJPAStateManager sm,
                                           Strategy strat)
execute
public void execute(JDBCStore store)
             throws SQLException
- Throws:
 SQLException
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.