org.fosstrak.epcis.repository.capture
Class CaptureOperationsSession
java.lang.Object
org.fosstrak.epcis.repository.capture.CaptureOperationsSession
public class CaptureOperationsSession
- extends Object
TODO: Javadoc
TODO: Can we get rid of this class as we now use Hibernate?
- Author:
- Sean Wellington
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptureOperationsSession
public CaptureOperationsSession(Connection connection)
getInsert
public PreparedStatement getInsert(String sql)
throws SQLException
- Throws:
SQLException
getBatchInsert
public PreparedStatement getBatchInsert(String sql)
throws SQLException
- Throws:
SQLException
getSelect
public PreparedStatement getSelect(String sql)
throws SQLException
- Throws:
SQLException
getConnection
public Connection getConnection()
commit
public void commit()
throws SQLException
- Throws:
SQLException
rollback
public void rollback()
throws SQLException
- Throws:
SQLException
close
public void close()
throws SQLException
- Throws:
SQLException
Copyright © 2010. All Rights Reserved.