Class BinaryJdbcType

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

public class BinaryJdbcType extends VarbinaryJdbcType
Descriptor for BINARY handling.
Author:
Steve Ebersole
See Also: