Example usage for org.hibernate.usertype EnhancedUserType interface-usage

List of usage examples for org.hibernate.usertype EnhancedUserType interface-usage

Introduction

In this page you can find the example usage for org.hibernate.usertype EnhancedUserType interface-usage.

Usage

From source file ubic.gemma.model.common.measurement.MeasurementTypeEnum.java

public final class MeasurementTypeEnum extends MeasurementType implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = -7855184420857229497L;
    private static final int[] SQL_TYPES = { Types.VARCHAR };

From source file ubic.gemma.model.common.quantitationtype.GeneralTypeEnum.java

public final class GeneralTypeEnum extends GeneralType implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = 2881229542950441811L;
    private static final int[] SQL_TYPES = { Types.VARCHAR };

From source file ubic.gemma.model.common.quantitationtype.PrimitiveTypeEnum.java

public final class PrimitiveTypeEnum extends PrimitiveType implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = 8068644810546069278L;
    private static final int[] SQL_TYPES = { Types.VARCHAR };

From source file ubic.gemma.model.common.quantitationtype.ScaleTypeEnum.java

public final class ScaleTypeEnum extends ScaleType implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = 2817283097042204701L;
    private static final int[] SQL_TYPES = { Types.VARCHAR };

From source file ubic.gemma.model.common.quantitationtype.StandardQuantitationTypeEnum.java

public final class StandardQuantitationTypeEnum extends StandardQuantitationType
        implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = -4967992559215681852L;

From source file ubic.gemma.model.expression.arrayDesign.TechnologyTypeEnum.java

public final class TechnologyTypeEnum extends TechnologyType implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = 994098639935513674L;
    private static final int[] SQL_TYPES = { Types.VARCHAR };

From source file ubic.gemma.model.expression.experiment.FactorTypeEnum.java

public final class FactorTypeEnum extends FactorType implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = 94783304160127784L;
    private static final int[] SQL_TYPES = { Types.VARCHAR };

From source file ubic.gemma.model.genome.biosequence.PolymerTypeEnum.java

public final class PolymerTypeEnum extends PolymerType implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = 3644803022662521933L;
    private static final int[] SQL_TYPES = { Types.VARCHAR };

From source file ubic.gemma.model.genome.biosequence.SequenceTypeEnum.java

public final class SequenceTypeEnum extends SequenceType implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = -514928613005922741L;
    private static final int[] SQL_TYPES = { Types.VARCHAR };

From source file ubic.gemma.model.genome.sequenceAnalysis.ThreePrimeDistanceMethodEnum.java

public final class ThreePrimeDistanceMethodEnum extends ThreePrimeDistanceMethod
        implements org.hibernate.usertype.EnhancedUserType {
    /**
     * The serial version UID of this class. Needed for serialization.
     */
    private static final long serialVersionUID = 8474258815612159402L;