Uses of Class
net.sf.jaxme.js.pattern.VersionGenerator.TableInfo

Packages that use VersionGenerator.TableInfo
net.sf.jaxme.js.pattern The pattern package This package contains a set of design patterns implemented with the JaxMe JavaSource generator framework.  
 

Uses of VersionGenerator.TableInfo in net.sf.jaxme.js.pattern
 

Methods in net.sf.jaxme.js.pattern with parameters of type VersionGenerator.TableInfo
protected  void VersionGenerator.getSelectRowsCode(JavaMethod pMethod, VersionGenerator.TableInfo pTableInfo, ColumnSet pColumnSet, DirectAccessible pConn, DirectAccessible pMap, DirectAccessible pValues, boolean pReturnValue)
          Generates code for reading all rows matching the given key.
protected  java.lang.String VersionGenerator.getInsertRowMethodName(VersionGenerator.TableInfo pTableInfo)
          Returns the name of the method for cloning one row from the given table.
protected  LocalJavaField VersionGenerator.getCacheDataClassInstance(JavaMethod pMethod, VersionGenerator.TableInfo pTableInfo, ColumnSet pColumnSet, DirectAccessible pValues)
          Creates an instance of the inner class CacheData by reading the key from the given row.
protected  void VersionGenerator.getApplyCacheData(JavaMethod pMethod, VersionGenerator.TableInfo pTableInfo, ColumnSet pColumnSet, DirectAccessible pRow, DirectAccessible pData)
          Updates a row by reading the values from an instance of the inner class CacheData.
protected  JavaMethod VersionGenerator.getInsertRowMethod(JavaSource pSource, VersionGenerator.TableInfo pTableInfo)
          Creates a method for cloning one row from the given table.
protected  JavaMethod VersionGenerator.getInnerInsertRowMethod(JavaSource pSource, VersionGenerator.TableInfo pTableInfo)
          Creates a method for cloning one row from the given table.
 void VersionGenerator.ColumnUpdater.update(JavaMethod pMethod, VersionGenerator.TableInfo pTableInfo, DirectAccessible pConnection, DirectAccessible pMap, DirectAccessible pRow)
          Generates code for updating a table row.