ome.tools.hibernate
Class ListAsSQLArrayUserType.BOOLEAN
java.lang.Object
ome.tools.hibernate.ListAsSQLArrayUserType<Boolean>
ome.tools.hibernate.ListAsSQLArrayUserType.BOOLEAN
- All Implemented Interfaces:
- org.hibernate.usertype.UserType
- Enclosing class:
- ListAsSQLArrayUserType<T>
public static class ListAsSQLArrayUserType.BOOLEAN
- extends ListAsSQLArrayUserType<Boolean>
To use, define : hibernate.property
type="ome.tools.hibernate.ListAsSQLArrayUserType$BOOLEAN"
hibernate.column name="fieldName" sql-type="bool[]"
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.BOOLEAN
public ListAsSQLArrayUserType.BOOLEAN()
getDataAsArray
protected Array getDataAsArray(Object value)
- Specified by:
getDataAsArray
in class ListAsSQLArrayUserType<Boolean>
getDataFromArray
protected List<Boolean> getDataFromArray(Object array)
- Specified by:
getDataFromArray
in class ListAsSQLArrayUserType<Boolean>
OmeroJava Api
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.