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