added dummy implementation for create and last modified dates

This commit is contained in:
Sebastian Sdorra
2012-03-18 15:26:54 +01:00
parent 516dee3492
commit f29c4fd5ac

View File

@@ -289,7 +289,7 @@ public abstract class AbstractOrientDBModelDAO<T extends ModelObject>
{
// TODO
throw new UnsupportedOperationException("Not supported yet.");
return System.currentTimeMillis();
}
/**
@@ -303,7 +303,7 @@ public abstract class AbstractOrientDBModelDAO<T extends ModelObject>
{
// TODO
throw new UnsupportedOperationException("Not supported yet.");
return System.currentTimeMillis();
}
/**