List of usage examples for org.hibernate.type.descriptor.java UUIDTypeDescriptor INSTANCE
UUIDTypeDescriptor INSTANCE
To view the source code for org.hibernate.type.descriptor.java UUIDTypeDescriptor INSTANCE.
Click Source Link
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); }