类 CharTypeDescriptor
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- org.hibernate.type.descriptor.sql.CharTypeDescriptor
-
- 所有已实现的接口:
Serializable,SqlTypeDescriptor
public class CharTypeDescriptor extends VarcharTypeDescriptor
Descriptor forCHARhandling.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 static CharTypeDescriptorINSTANCE
-
构造器概要
构造器 构造器 说明 CharTypeDescriptor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetSqlType()Return the JDBC type-code for the column mapped by this type.-
从类继承的方法 org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
canBeRemapped, getBinder, getExtractor
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.type.descriptor.sql.SqlTypeDescriptor
getJdbcRecommendedJavaTypeMapping
-
-
-
-
字段详细资料
-
INSTANCE
public static final CharTypeDescriptor INSTANCE
-
-
方法详细资料
-
getSqlType
public int getSqlType()
从接口复制的说明:SqlTypeDescriptorReturn the JDBC type-code for the column mapped by this type.- 指定者:
getSqlType在接口中SqlTypeDescriptor- 覆盖:
getSqlType在类中VarcharTypeDescriptor- 返回:
- typeCode The JDBC type-code
-
-