Uses of Class
org.hibernate.type.CharacterArrayClobType

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

Fields in org.hibernate declared as CharacterArrayClobType
static CharacterArrayClobType Hibernate.WRAPPER_CHARACTERS_CLOB
          Deprecated. Use StandardBasicTypes.WRAPPER_CHARACTERS_CLOB instead.
 

Uses of CharacterArrayClobType in org.hibernate.type
 

Fields in org.hibernate.type declared as CharacterArrayClobType
static CharacterArrayClobType CharacterArrayClobType.INSTANCE
           
static CharacterArrayClobType StandardBasicTypes.WRAPPER_CHARACTERS_CLOB
          The standard Hibernate type for mapping Character[] to JDBC CLOB.
 

Constructor parameters in org.hibernate.type with type arguments of type CharacterArrayClobType
CharacterArrayClobType(SqlTypeDescriptor sqlTypeDescriptor, AlternativeLobTypes.ClobTypes<Character[],CharacterArrayClobType> clobTypes)
           
 



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