org.exolab.castor.jdo.engine
Class SQLStatementLoad

java.lang.Object
  extended by org.exolab.castor.jdo.engine.SQLStatementLoad

public final class SQLStatementLoad
extends java.lang.Object


Constructor Summary
SQLStatementLoad(SQLEngine engine, PersistenceFactory factory)
           
 
Method Summary
 void executeStatement(java.sql.Connection conn, Identity identity, ProposedEntity entity, AccessMode accessMode)
           
 java.lang.String getLoadStatement()
           
 QueryExpression getQueryExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLStatementLoad

public SQLStatementLoad(SQLEngine engine,
                        PersistenceFactory factory)
                 throws MappingException
Throws:
MappingException
Method Detail

getLoadStatement

public java.lang.String getLoadStatement()

getQueryExpression

public QueryExpression getQueryExpression()

executeStatement

public void executeStatement(java.sql.Connection conn,
                             Identity identity,
                             ProposedEntity entity,
                             AccessMode accessMode)
                      throws PersistenceException
Throws:
PersistenceException


Copyright © 2011. All Rights Reserved.