Uses of Class
org.hibernate.type.ClobType

Packages that use ClobType
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of ClobType in org.hibernate
 

Fields in org.hibernate declared as ClobType
static ClobType Hibernate.CLOB
          Deprecated. Use StandardBasicTypes.CLOB instead.
 

Uses of ClobType in org.hibernate.type
 

Fields in org.hibernate.type declared as ClobType
static ClobType StandardBasicTypes.CLOB
          The standard Hibernate type for mapping Clob to JDBC CLOB.
static ClobType ClobType.INSTANCE
           
 

Constructor parameters in org.hibernate.type with type arguments of type ClobType
ClobType(SqlTypeDescriptor sqlTypeDescriptor, AlternativeLobTypes.ClobTypes<Clob,ClobType> clobTypes)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.