Class TinyIntJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
All Implemented Interfaces:
Serializable, JdbcType
Direct Known Subclasses:
TinyIntAsSmallIntJdbcType

public class TinyIntJdbcType extends Object implements JdbcType
Descriptor for TINYINT handling.

Note that JDBC states that TINYINT should be mapped to either byte or short, but points out that using byte can in fact lead to loss of data.

See Also: