List of usage examples for org.hibernate.type EnumType subclass-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 };