Uses of Class
org.hibernate.type.MaterializedClobType

Packages that use MaterializedClobType
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 MaterializedClobType in org.hibernate
 

Fields in org.hibernate declared as MaterializedClobType
static MaterializedClobType Hibernate.MATERIALIZED_CLOB
          Deprecated. Use StandardBasicTypes.MATERIALIZED_CLOB instead.
 

Uses of MaterializedClobType in org.hibernate.type
 

Fields in org.hibernate.type declared as MaterializedClobType
static MaterializedClobType MaterializedClobType.INSTANCE
           
static MaterializedClobType StandardBasicTypes.MATERIALIZED_CLOB
          The standard Hibernate type for mapping String to JDBC CLOB.
 

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



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