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

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

Introduction

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

Usage

From source file org.osaf.cosmo.hibernate.BooleanIntegerType.java

/**
 * Custom hibernate type that persists a java boolean
 * to an integer field.
 *
 */
public class BooleanIntegerType extends BooleanType {