* anti-abuse upgrade: filters now stored in the database (experimental)
[mir.git] / source / mir / storage / StorageObject.java
index 5f4ecc9..483fde5 100755 (executable)
@@ -77,6 +77,8 @@ public interface StorageObject {
 
   public Class getEntityClass();
 
+  public Entity createNewEntity() throws StorageObjectFailure; 
+
   public String getIdName();
 
   public String getTableName();