Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate
In directory
sc8-pr-cvs1:/tmp/cvs-serv31564/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate
Modified Files:
HibernateTagsHandler.java
Log Message:
Introduced a new Interface in XJavaDoc: xjavadoc.Type. This interface provides about
the XClass AND the dimension.
Index: HibernateTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** HibernateTagsHandler.java 15 Mar 2003 05:43:08 -0000 1.13
--- HibernateTagsHandler.java 20 Mar 2003 22:36:06 -0000 1.14
***************
*** 327,331 ****
// decide whether we have composite or primitive ID
! String type = method.getReturnType().getQualifiedName();
boolean isPrimitive = TypeTagsHandler.isPrimitiveType(type) ||
"java.lang.Byte".equals(type) ||
--- 327,331 ----
// decide whether we have composite or primitive ID
! String type = method.getReturnType().getType().getQualifiedName();
boolean isPrimitive = TypeTagsHandler.isPrimitiveType(type) ||
"java.lang.Byte".equals(type) ||
***************
*** 348,352 ****
// and implement equals itself.
// bomb if not.
! XClass returnType = method.getReturnType();
if (returnType.isA("java.io.Serializable") && !returnType.isAbstract() &&
--- 348,352 ----
// and implement equals itself.
// bomb if not.
! XClass returnType = method.getReturnType().getType();
if (returnType.isA("java.io.Serializable") && !returnType.isAbstract() &&
-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.
Does your code think in ink? You could win a Tablet PC.
Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel