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 org.opennms.netmgt.model.LldpChassisIdSubTypeUserType.java

public class LldpChassisIdSubTypeUserType 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.LldpPortIdSubTypeUserType.java

public class LldpPortIdSubTypeUserType 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.NodeLabelSourceUserType.java

public class NodeLabelSourceUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

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

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

public class NodeTypeUserType extends EnumType {

    private static final long serialVersionUID = -7390506282856507291L;

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

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

public class StatusUserType 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.TruthValueUserType.java

public class TruthValueUserType extends EnumType {

    private static final long serialVersionUID = 2935892942529340988L;

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