List of usage examples for org.hibernate.type Type interface-usage
From source file org.codehaus.grepo.query.hibernate.generator.PlaceHolderType.java
/** * @author dguggi */ public final class PlaceHolderType implements Type { private static final long serialVersionUID = -8902019743730289360L;
From source file org.jboss.as.test.compat.jpa.hibernate.transformer.BooleanType.java
public class BooleanType implements Type { private final Size dictatedSize = new Size(); private static final Size DEFAULT_SIZE = new Size(19, 2, 255, Size.LobMultiplier.NONE); @Override public boolean isAssociationType() {