Class VarcharJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.VarcharJdbcType
All Implemented Interfaces:
Serializable, AdjustableJdbcType, JdbcType
Direct Known Subclasses:
CharJdbcType, LongVarcharJdbcType

public class VarcharJdbcType extends Object implements AdjustableJdbcType
Descriptor for VARCHAR handling.
See Also: