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