org.sqlproc.engine.impl.type
Class TypeUtils

java.lang.Object
  extended by org.sqlproc.engine.impl.type.TypeUtils

public class TypeUtils
extends java.lang.Object


Field Summary
(package private) static SqlIntegerType integerType
           
(package private) static SqlLongType longType
           
 
Constructor Summary
TypeUtils()
           
 
Method Summary
static void addScalar(org.hibernate.SQLQuery query, java.lang.String name, org.hibernate.type.Type hibernateType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

integerType

static SqlIntegerType integerType

longType

static SqlLongType longType
Constructor Detail

TypeUtils

public TypeUtils()
Method Detail

addScalar

public static void addScalar(org.hibernate.SQLQuery query,
                             java.lang.String name,
                             org.hibernate.type.Type hibernateType)


Copyright © 2011. All Rights Reserved.