This one time, at band camp, Denis Sukhoroslov said:

DS>i do store instances of NoteType class in database, but i want to load them once 
and use them in static manner:
DS>
DS>
DS>public class NoteType  { 
DS>  private String      _code;
DS>  private String      _name;
DS>  private String      _desc;
DS>  private byte[]      _image;
DS>
DS>
DS>  public static NoteType creationNote = new NoteType("C"); 
DS>  public static NoteType deletionNote = new NoteType("D");
DS>......
DS>}
DS>
DS>is it possible to do with Castor? 

Denis,

I don't see why you wouldn't be able to do this. Is there some problem you're
having with this? 

Bruce
-- 
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to