|
From: <tri...@us...> - 2008-01-07 15:56:05
|
Revision: 239
http://equanda.svn.sourceforge.net/equanda/?rev=239&view=rev
Author: triathlon98
Date: 2008-01-07 07:56:02 -0800 (Mon, 07 Jan 2008)
Log Message:
-----------
fix method accessor
Modified Paths:
--------------
trunk/equanda-generate/src/main/velocity/ejb3/ObjectProxy.java.vm
Modified: trunk/equanda-generate/src/main/velocity/ejb3/ObjectProxy.java.vm
===================================================================
--- trunk/equanda-generate/src/main/velocity/ejb3/ObjectProxy.java.vm 2008-01-07 15:51:53 UTC (rev 238)
+++ trunk/equanda-generate/src/main/velocity/ejb3/ObjectProxy.java.vm 2008-01-07 15:56:02 UTC (rev 239)
@@ -625,7 +625,7 @@
#foreach ($select in $table.Selects)
#set( $return="List<${table.Name}>" )
#if( $select.isSingle() )#set( $return="${table.Name}" )#end
- public $return select${select.Name}( $select.ParametersListWithTypes )
+ public static $return select${select.Name}( $select.ParametersListWithTypes )
throws EquandaPersistenceException
{
${table.Name}SelectorEJB sel = null;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|