salto.tool.jdo.util
Class CreatorUtil

java.lang.Object
  extended by salto.tool.jdo.util.CreatorUtil

public class CreatorUtil
extends java.lang.Object

Author:
e.loiez@salto-consulting.com

Constructor Summary
CreatorUtil()
           
 
Method Summary
static java.lang.String getClassNameForPrimitive(java.lang.String primitiveName)
           
static IDoNameCreator getDoNameCreator()
           
static CreatorUtil getInstance()
           
static IJdbcConvert getJdbcConvert()
          Retourne le composant permettant de converir les types Jdbc en type Java
static int getLength(java.lang.Object[] obj)
           
static java.lang.String getMethod(JdoColInfo colInfo)
          fonction sp�cifique au dataobjet permettant de retourner la m�thode permettant de retourner la m�thode permettant de convertir la donn�e re�ue du ResultSet.
static java.lang.String getStmtMethod(JdoColInfo colInfo)
           
static java.lang.String setParamMethod(JdoColInfo colInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatorUtil

public CreatorUtil()
Method Detail

getDoNameCreator

public static IDoNameCreator getDoNameCreator()

getJdbcConvert

public static IJdbcConvert getJdbcConvert()
Retourne le composant permettant de converir les types Jdbc en type Java

Returns:
Returns the jdbcConvert.

getMethod

public static java.lang.String getMethod(JdoColInfo colInfo)
fonction sp�cifique au dataobjet permettant de retourner la m�thode permettant de retourner la m�thode permettant de convertir la donn�e re�ue du ResultSet.

Parameters:
colInfo -
Returns:

getStmtMethod

public static java.lang.String getStmtMethod(JdoColInfo colInfo)

setParamMethod

public static java.lang.String setParamMethod(JdoColInfo colInfo)

getInstance

public static CreatorUtil getInstance()
Returns:

getLength

public static int getLength(java.lang.Object[] obj)

getClassNameForPrimitive

public static java.lang.String getClassNameForPrimitive(java.lang.String primitiveName)


Copyright © 2002-2008 Salto Consulting. All Rights Reserved.