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

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

Introduction

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

Usage

From source file com.gemstone.gemfire.modules.hibernate.EnumType.java

/**
 * Extends {@link org.hibernate.type.EnumType} so as to
 * override methods responsible for cached representation
 * of enums in hibernate.
 * This class must be used in place of {@link org.hibernate.type.EnumType}
 * in client-server topology when the application classes are

From source file org.opennms.netmgt.model.BridgeDot1dBaseTypeUserType.java

public class BridgeDot1dBaseTypeUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

    private static final int[] SQL_TYPES = new int[] { java.sql.Types.INTEGER };

From source file org.opennms.netmgt.model.BridgeDot1dStpPortEnableUserType.java

public class BridgeDot1dStpPortEnableUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

    private static final int[] SQL_TYPES = new int[] { java.sql.Types.INTEGER };

From source file org.opennms.netmgt.model.BridgeDot1dStpPortStateUserType.java

public class BridgeDot1dStpPortStateUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

    private static final int[] SQL_TYPES = new int[] { java.sql.Types.INTEGER };

From source file org.opennms.netmgt.model.BridgeDot1dStpProtocolSpecificationUserType.java

public class BridgeDot1dStpProtocolSpecificationUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

    private static final int[] SQL_TYPES = new int[] { java.sql.Types.INTEGER };

From source file org.opennms.netmgt.model.CdpGlobalDeviceIdFormatUserType.java

public class CdpGlobalDeviceIdFormatUserType extends EnumType {

    /**
     * 
     */
    private static final long serialVersionUID = -4050493038693641736L;

From source file org.opennms.netmgt.model.CiscoNetworkProtocolTypeUserType.java

public class CiscoNetworkProtocolTypeUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

    private static final int[] SQL_TYPES = new int[] { java.sql.Types.INTEGER };

From source file org.opennms.netmgt.model.IsIsAdminStateUserType.java

public class IsIsAdminStateUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

    private static final int[] SQL_TYPES = new int[] { java.sql.Types.INTEGER };

From source file org.opennms.netmgt.model.IsIsISAdjNeighSysTypeUserType.java

public class IsIsISAdjNeighSysTypeUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

    private static final int[] SQL_TYPES = new int[] { java.sql.Types.INTEGER };

From source file org.opennms.netmgt.model.IsIsISAdjStateUserType.java

public class IsIsISAdjStateUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

    private static final int[] SQL_TYPES = new int[] { java.sql.Types.INTEGER };