Uses of Class
org.hibernate.type.AbstractLongStringType

Packages that use AbstractLongStringType
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of AbstractLongStringType in org.hibernate.type
 

Subclasses of AbstractLongStringType in org.hibernate.type
 class MaterializedClobType
          materialized_clob: A type that maps an SQL CLOB to a Java String.
 class TextType
          text: A type that maps an SQL LONGVARCHAR to a Java String.
 



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