Example usage for org.hibernate.type BlobType subclass-usage

List of usage examples for org.hibernate.type BlobType subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.type BlobType subclass-usage.

Usage

From source file com.jaspersoft.hibernate.ByteWrappingBlobType.java

public class ByteWrappingBlobType extends BlobType {

    public static Logger log = Logger.getLogger(ByteWrappingBlobType.class);

    public static final String MAP_BLOBS_TO_BINARY_TYPE = "mapBlobsToBinaryType";