Uses of Class
org.hibernate.type.AbstractBynaryType

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

Uses of AbstractBynaryType in org.hibernate.type
 

Subclasses of AbstractBynaryType in org.hibernate.type
 class AbstractLongBinaryType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
 class BinaryType
          binary: A type that maps an SQL VARBINARY to a Java byte[].
 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[].
 class WrapperBinaryType
           
 



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