Uses of Class
org.hibernate.type.AbstractLongBinaryType

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

Uses of AbstractLongBinaryType in org.hibernate.type
 

Subclasses of AbstractLongBinaryType in org.hibernate.type
 class ImageType
          image: A type that maps an SQL LONGVARBINARY to Java byte[].
 class MaterializedBlobType
          materialized_blob: A type that maps an SQL BLOB to Java byte[].
 class WrappedMaterializedBlobType
          materialized_blob: A type that maps an SQL BLOB to Java Byte[].
 



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