Class DatabaseObjectDeletor<T extends DatabaseObject>

java.lang.Object
com.spun.util.persistence.DatabaseObjectDeletor<T>
All Implemented Interfaces:
Deletor<T>

public class DatabaseObjectDeletor<T extends DatabaseObject> extends Object implements Deletor<T>
  • Constructor Details

    • DatabaseObjectDeletor

      public DatabaseObjectDeletor(Statement stmt)
  • Method Details