Class BinaryJdbcType

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

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