List of usage examples for org.hibernate.type BooleanType subclass-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 {