Class VarbinaryJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
All Implemented Interfaces:
Serializable, AdjustableJdbcType, JdbcType
Direct Known Subclasses:
BinaryJdbcType, LongVarbinaryJdbcType

public class VarbinaryJdbcType extends Object implements AdjustableJdbcType
Descriptor for VARBINARY handling.
See Also: