Class LongVarcharTypeDescriptor
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
-
- All Implemented Interfaces:
java.io.Serializable,SqlTypeDescriptor
public class LongVarcharTypeDescriptor extends VarcharTypeDescriptor
Descriptor forLONGVARCHARhandling.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static LongVarcharTypeDescriptorINSTANCE
-
Constructor Summary
Constructors Constructor Description LongVarcharTypeDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSqlType()Return the JDBC type-code for the column mapped by this type.-
Methods inherited from class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
canBeRemapped, getBinder, getExtractor
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
getJdbcRecommendedJavaTypeMapping
-
-
-
-
Field Detail
-
INSTANCE
public static final LongVarcharTypeDescriptor INSTANCE
-
-
Method Detail
-
getSqlType
public int getSqlType()
Description copied from interface:SqlTypeDescriptorReturn the JDBC type-code for the column mapped by this type.- Specified by:
getSqlTypein interfaceSqlTypeDescriptor- Overrides:
getSqlTypein classVarcharTypeDescriptor- Returns:
- typeCode The JDBC type-code
-
-