public class

PostgresUUIDType

extends AbstractSingleColumnStandardBasicType<T>
java.lang.Object
   ↳ org.hibernate.type.AbstractStandardBasicType<T>
     ↳ org.hibernate.type.AbstractSingleColumnStandardBasicType<T>
       ↳ org.hibernate.type.PostgresUUIDType

Class Overview

Specialized type mapping for UUID and the Postgres UUID data type (which is mapped as OTHER in its JDBC driver).

Summary

Nested Classes
class PostgresUUIDType.PostgresUUIDSqlTypeDescriptor  
Fields
public static final PostgresUUIDType INSTANCE
Public Constructors
PostgresUUIDType()
Public Methods
String getName()
[Expand]
Inherited Methods
From class org.hibernate.type.AbstractSingleColumnStandardBasicType
From class org.hibernate.type.AbstractStandardBasicType
From class java.lang.Object
From interface org.hibernate.type.BasicType
From interface org.hibernate.type.SingleColumnType
From interface org.hibernate.type.StringRepresentableType
From interface org.hibernate.type.Type
From interface org.hibernate.type.XmlRepresentableType

Fields

public static final PostgresUUIDType INSTANCE

Public Constructors

public PostgresUUIDType ()

Public Methods

public String getName ()