org.hibernate.type.descriptor.sql
Class LongNVarcharTypeDescriptor

java.lang.Object
  extended by org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
      extended by org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
All Implemented Interfaces:
Serializable, SqlTypeDescriptor

public class LongNVarcharTypeDescriptor
extends NVarcharTypeDescriptor

Descriptor for LONGNVARCHAR handling.

See Also:
Serialized Form

Field Summary
static LongVarcharTypeDescriptor INSTANCE
           
 
Constructor Summary
LongNVarcharTypeDescriptor()
           
 
Method Summary
 int getSqlType()
          Return the JDBC type-code for the column mapped by this type.
 
Methods inherited from class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
canBeRemapped, getBinder, getExtractor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final LongVarcharTypeDescriptor INSTANCE
Constructor Detail

LongNVarcharTypeDescriptor

public LongNVarcharTypeDescriptor()
Method Detail

getSqlType

public int getSqlType()
Description copied from interface: SqlTypeDescriptor
Return the JDBC type-code for the column mapped by this type.

Specified by:
getSqlType in interface SqlTypeDescriptor
Overrides:
getSqlType in class NVarcharTypeDescriptor
Returns:
typeCode The JDBC type-code


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.