Class SQLEngine

  • All Implemented Interfaces:
    Persistence

    public final class SQLEngine
    extends java.lang.Object
    implements Persistence
    The SQL engine performs persistence of one object type against one SQL database. It can only persist simple objects and extended relationships. An SQL engine is created for each object type represented by a database. When persisting, it requires a physical connection that maps to the SQL database and the transaction running on that database
    Version:
    $Revision: 8762 $ $Date: 2006-04-26 16:24:34 -0600 (Wed, 26 Apr 2006) $
    Author:
    Assaf Arkin, Thomas Yip, Bruce Snyder, Werner Guttmann, Ralf Joachim