change the way, size, height, OID, etc is entered in the DB: do it via the Entity...
authormh <mh>
Thu, 5 Dec 2002 08:40:18 +0000 (08:40 +0000)
committermh <mh>
Thu, 5 Dec 2002 08:40:18 +0000 (08:40 +0000)
commitb003cf31d384287909701ded92bc6c9023f6ed58
tree8a96f5192a5e8a1fac43fbe51d5f6a4027476cec
parent9608ad56727c1115e2d7e9625117857044e0b1bd
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