Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WSAD 5 EJB: where to define Convertors (eg VapNumberToIntegerConverter

Status
Not open for further replies.

solmyr72

Programmer
Aug 8, 2004
20
IL
Hi,

I'm using EJB entity beans on WSAD 5.1.1
I've read about "converters" (to control mapping between SQL column type and java field types... e.g. you may have a legacy SQL column of type NUMBER(22), which should be mapped into a java int ).

The documentation recommends using a Convertor (e.g. VapNumberToIntegerConverter ). However, for the life of me I can't find *where* to define it... could anyone please point me to the appropriate WSAD menu option ?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top