Hi! I'm developing a cartridge for OJB O/R mapper. The ojb xdoclet module has a separate tag for column length and column type. That's the main reason. Having a more "fine grained" access api on column metadata would ease writing custom templates.
Liang > Hi Liang, > > My reasoning behind having it protected is because > getSqlType returns the type + the column length (i.e. > VARCHAR2(300)) so I thought it wouldn't be necessary > for someone to access the column length directly. Why > do you need to access it by itself? If you can give > me a good reason then I'll change it to be public. > > Chad > > --- [EMAIL PROTECTED] wrote: > > hi! > > > > i have a question regarding implementation: > > > > why is the method > > EntityAttributeFacadeLogicImpl.getColumnLength() > > declared > > protected? > > > > i need to access the tagged value > > TAGGEDVALUE_PERSISTENCE_COLUMN_LENGTH in > > my template directly. Is it possible to declare it > > public or is there any > > other way to access > > TAGGEDVALUE_PERSISTENCE_COLUMN_LENGTH? > > > > regards, > > Liang Cheng > > > > -- > > "Sie haben neue Mails!" - Die GMX Toolbar informiert > > Sie beim Surfen! > > Jetzt aktivieren unter http://www.gmx.net/info > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the > > market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the > > exam FREE. > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Andromda-devel mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/andromda-devel > -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
