Hello folks I have a situation where I want to force a CMP Entity bean field to persist itself as a Blob datatype. I have the database mapping setup to persist Strings as varchar2 as I don't want every string to be stored as a blob. I was wondering what some reasonable solutions are. Im thinking I could probably subclass string to create BlobString or some object like that. Then I could add that mapping to the xml file. This seems like a pretty ugly solution though. Any other ideas, that might be more elegant.
Mike Shoemaker http://www.shoesobjects.com =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
