Class UUIDJdbcType

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

public class UUIDJdbcType extends Object implements JdbcType
Specialized type mapping for UUID and the UUID SQL data type.
See Also: