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

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

Introduction

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

Usage

From source file org.ow2.proactive.scheduler.core.db.types.NonEmptyMapToBlobType.java

/**
 * Map an empty Map to a null column to avoid fetching BLOBs that are empty Maps.
 * <br>
 * <b>Warning</b>: when reading back the value, a null value will be returned if an empty Map was stored.
 */
public class NonEmptyMapToBlobType extends SerializableToBlobType {

From source file org.ow2.proactive.scheduler.core.db.types.PatternType.java

/**
 * This class is in charge of converting old blob types to the correct object
 * type used with the current version of the product. It is there for backward
 * compatibility only.
 */
public class PatternType extends SerializableToBlobType {