ome.tools.hibernate
Class ListAsSQLArrayUserType.INTEGER
java.lang.Object
ome.tools.hibernate.ListAsSQLArrayUserType<Integer>
ome.tools.hibernate.ListAsSQLArrayUserType.INTEGER
- All Implemented Interfaces:
- org.hibernate.usertype.ParameterizedType, org.hibernate.usertype.UserType
- Enclosing class:
- ListAsSQLArrayUserType<T>
public static class ListAsSQLArrayUserType.INTEGER
- extends ListAsSQLArrayUserType<Integer>
To use, define : hibernate.property
type="ome.tools.hibernate.ListAsSQLArrayUserType$INTEGER"
hibernate.column name="fieldName" sql-type="int[]"
Methods inherited from class ome.tools.hibernate.ListAsSQLArrayUserType |
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, setParameterValues, sqlTypes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAsSQLArrayUserType.INTEGER
public ListAsSQLArrayUserType.INTEGER()
getDataAsArray
protected Array getDataAsArray(Connection conn,
Object value)
throws SQLException
- Specified by:
getDataAsArray
in class ListAsSQLArrayUserType<Integer>
- Throws:
SQLException
getDataFromArray
protected List<Integer> getDataFromArray(Object array)
- Specified by:
getDataFromArray
in class ListAsSQLArrayUserType<Integer>
OmeroJava Api
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.