Example usage for org.hibernate.type ClobType INSTANCE

List of usage examples for org.hibernate.type ClobType INSTANCE

Introduction

In this page you can find the example usage for org.hibernate.type ClobType INSTANCE.

Prototype

ClobType INSTANCE

To view the source code for org.hibernate.type ClobType INSTANCE.

Click Source Link

Usage

From source file:com.mercatis.lighthouse3.persistence.commons.hibernate.ValueObjectUserType.java

License:Apache License

public Type[] getPropertyTypes() {
    return new Type[] { BooleanType.INSTANCE, IntegerType.INSTANCE, LongType.INSTANCE, FloatType.INSTANCE,
            DoubleType.INSTANCE, TimestampType.INSTANCE, BlobType.INSTANCE, StringType.INSTANCE,
            ClobType.INSTANCE };
}