Hi, 

>Is it posible to have a Java type of String and a postgreSQL 
>database type of inet using XDoclet tags in the JBoss-IDE (or 
>without the IDE)?

Try something like:

/**
 * @ejb.persistence
 *
 * @jboss.sql-type type="inet"
 */
public abstract String getFoo();


-- 
Heiko W. Rupp     [EMAIL PROTECTED]     
  JBoss Buch: http://www.dpunkt.de/buch/3-89864-318-2.html


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to