Example usage for org.hibernate.type.descriptor.java UUIDTypeDescriptor INSTANCE

List of usage examples for org.hibernate.type.descriptor.java UUIDTypeDescriptor INSTANCE

Introduction

In this page you can find the example usage for org.hibernate.type.descriptor.java UUIDTypeDescriptor INSTANCE.

Prototype

UUIDTypeDescriptor INSTANCE

To view the source code for org.hibernate.type.descriptor.java UUIDTypeDescriptor INSTANCE.

Click Source Link

Usage

From source file:org.jasig.ssp.util.uuid.UUIDCustomType.java

License:Apache License

public UUIDCustomType() {
    super(sqlDescription, UUIDTypeDescriptor.INSTANCE);
    LOGGER.trace("UUIDCustomType initialized with SQL description: " + sqlDescription);
}