mpoeschl 02/04/12 10:22:33
Modified: src/templates/ojb/model Object.vm
Log:
use the primitive java datatypes
Revision Changes Path
1.2 +2 -2 jakarta-turbine-torque/src/templates/ojb/model/Object.vm
Index: Object.vm
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/templates/ojb/model/Object.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Object.vm 11 Apr 2002 17:10:40 -0000 1.1
+++ Object.vm 12 Apr 2002 17:22:33 -0000 1.2
@@ -24,13 +24,13 @@
{
#foreach ($col in $table.Columns)
- private $col.JavaNative $col.Name.toLowerCase() = null;
+ private $col.JavaPrimitive $col.Name.toLowerCase() = null;
#end
#foreach ($col in $table.Columns)
#set ( $cfc=$col.JavaName )
#set ( $clo=$col.Name.toLowerCase() )
- #set ( $cjtype = $col.JavaNative )
+ #set ( $cjtype = $col.JavaPrimitive )
/**
* Get the $cfc
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>