Uses of Class
org.hibernate.type.SerializableType

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

Fields in org.hibernate declared as SerializableType
static SerializableType Hibernate.SERIALIZABLE
          Deprecated. Use StandardBasicTypes.SERIALIZABLE instead.
 

Uses of SerializableType in org.hibernate.type
 

Fields in org.hibernate.type declared as SerializableType
static SerializableType<Serializable> SerializableType.INSTANCE
           
static SerializableType StandardBasicTypes.SERIALIZABLE
          The standard Hibernate type for mapping Serializable to JDBC VARBINARY.
 

Methods in org.hibernate.type that return SerializableType
static
<T extends Serializable>
SerializableType<T>
TypeFactory.serializable(Class<T> serializableClass)
          Build a SerializableType from the given Serializable class.
 



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