org.sqlproc.engine.impl.type
Class SqlLongType

java.lang.Object
  extended by org.sqlproc.engine.impl.type.SqlMetaType
      extended by org.sqlproc.engine.impl.type.SqlGenericType
          extended by org.sqlproc.engine.impl.type.SqlLongType

public class SqlLongType
extends SqlGenericType

The SQL META Types for LONG.

Author:
Vladimir Hudec

Field Summary
 
Fields inherited from class org.sqlproc.engine.impl.type.SqlMetaType
CLASS_TO_TYPE_MAP, DEFAULT, ENUM_INT, ENUM_STRING, logger, META_TO_TYPE_MAP, TYPES
 
Constructor Summary
SqlLongType()
           
 
Method Summary
 java.lang.Class<?>[] getClassTypes()
          The list of Java class type;
 org.hibernate.type.Type getHibernateType()
          The Hibernate type.
 java.lang.String[] getMetaTypes()
          The list of String representation of the internal types, which means special processing of the input/output value.
 
Methods inherited from class org.sqlproc.engine.impl.type.SqlGenericType
setParameter, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlLongType

public SqlLongType()
Method Detail

getHibernateType

public org.hibernate.type.Type getHibernateType()
The Hibernate type. A standard way to assign the type of parameter/scalar binding to the Hibernate Query.

Specified by:
getHibernateType in class SqlGenericType

getClassTypes

public java.lang.Class<?>[] getClassTypes()
The list of Java class type;

Specified by:
getClassTypes in class SqlGenericType

getMetaTypes

public java.lang.String[] getMetaTypes()
The list of String representation of the internal types, which means special processing of the input/output value.

Specified by:
getMetaTypes in class SqlGenericType


Copyright © 2011. All Rights Reserved.