Uses of Class
ome.tools.hibernate.ListAsSQLArrayUserType

Packages that use ListAsSQLArrayUserType
ome.tools.hibernate Hibernate specific tools for the OMERO Server Classes/Interfaces that implement Hibernate method mechanics for the OMERO server Related Documentation For more information, please see: TODO  
 

Uses of ListAsSQLArrayUserType in ome.tools.hibernate
 

Subclasses of ListAsSQLArrayUserType in ome.tools.hibernate
static class ListAsSQLArrayUserType.BOOLEAN
          To use, define : hibernate.property type="ome.tools.hibernate.ListAsSQLArrayUserType$BOOLEAN" hibernate.column name="fieldName" sql-type="bool[]"
static class ListAsSQLArrayUserType.DATE
          To use, define : hibernate.property type="ome.tools.hibernate.ListAsSQLArrayUserType$DATE" hibernate.column name="fieldName" sql-type="timestamp[]"
static class ListAsSQLArrayUserType.DOUBLE
          To use, define : hibernate.property type="ome.tools.hibernate.ListAsSQLArrayUserType$DOUBLE" hibernate.column name="fieldName" sql-type="float8[]"
static class ListAsSQLArrayUserType.ENUM<E extends Enum<E>>
          Warning, this one is special.
static class ListAsSQLArrayUserType.FLOAT
          To use, define : hibernate.property type="ome.tools.hibernate.ListAsSQLArrayUserType$FLOAT" hibernate.column name="fieldName" sql-type="real[]"
static class ListAsSQLArrayUserType.INTEGER
          To use, define : hibernate.property type="ome.tools.hibernate.ListAsSQLArrayUserType$INTEGER" hibernate.column name="fieldName" sql-type="int[]"
static class ListAsSQLArrayUserType.STRING
          To use, define : hibernate.property type="ome.tools.hibernate.ListAsSQLArrayUserType$STRING" hibernate.column name="fieldName" sql-type="text[]"
static class ListAsSQLArrayUserType.STRING2
          To use, define : hibernate.property type="ome.tools.hibernate.ListAsSQLArrayUserType$STRING2" hibernate.column name="fieldName" sql-type="text[]" Added by Josh
 



OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.