change the way, size, height, OID, etc is entered in the DB: do it via the Entity...
authormh <mh>
Fri, 6 Dec 2002 08:08:14 +0000 (08:08 +0000)
committermh <mh>
Fri, 6 Dec 2002 08:08:14 +0000 (08:08 +0000)
commitd4e7323204edc2c3bcebaec8fc0cc04f1fd10560
tree8ea2d444259b104b9ac895fefde504c381c0507e
parentd5f3fef7f0f5e86db32d20618847f670c4e787c1
change the way, size, height, OID, etc is entered in the DB: do it via the Entity interface and not via manual SQL. with manual SQL, the entity becomes out of sync w/ data in the DB and this is bad. It's not as fast as the manual SQL, but more consistent and nicer. also move the update override method that sets content that has this media item attached to EntityUploadedMedia so all media types can take advantage of it
source/mircoders/entity/EntityImages.java