de.akquinet.jbosscc.needle.db.operation.h2
Class H2DeleteOperation
java.lang.Object
de.akquinet.jbosscc.needle.db.operation.AbstractDBOperation
de.akquinet.jbosscc.needle.db.operation.hsql.HSQLDeleteOperation
de.akquinet.jbosscc.needle.db.operation.h2.H2DeleteOperation
- All Implemented Interfaces:
- DBOperation
public class H2DeleteOperation
- extends HSQLDeleteOperation
Delete everything from the DB: This cannot be done with the JPA, because the
order of deletion matters. Instead we directly use a JDBC connection.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
H2DeleteOperation
public H2DeleteOperation(JdbcConfiguration configuration)
Copyright © 2013 akquinet AG. All Rights Reserved.