public class

UUIDCharType

extends AbstractSingleColumnStandardBasicType<T>
implements LiteralType<T>
java.lang.Object
   ↳ org.hibernate.type.AbstractStandardBasicType<T>
     ↳ org.hibernate.type.AbstractSingleColumnStandardBasicType<T>
       ↳ org.hibernate.type.UUIDCharType

Class Overview

A type mapping CHAR (or VARCHAR) and java.util.UUID

Summary

Fields
public static final UUIDCharType INSTANCE
Public Constructors
UUIDCharType()
Public Methods
String getName()
String objectToSQLString(UUID value, Dialect dialect)
[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.LiteralType
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 UUIDCharType INSTANCE

Public Constructors

public UUIDCharType ()

Public Methods

public String getName ()

public String objectToSQLString (UUID value, Dialect dialect)

Throws
Exception