Uses of Class
org.hibernate.type.SerializationException

Packages that use SerializationException
org.hibernate.cache.ehcache   
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.ejb.internal   
org.hibernate.envers.internal   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.internal.util Internal utility classes. 
org.hibernate.service.jdbc.connections.internal   
 

Uses of SerializationException in org.hibernate.cache.ehcache
 

Methods in org.hibernate.cache.ehcache with parameters of type SerializationException
 void EhCacheMessageLogger_$logger.unableToDeserializeCache(String arg0, SerializationException arg1)
           
 

Uses of SerializationException in org.hibernate.cfg
 

Methods in org.hibernate.cfg that throw SerializationException
 Configuration Configuration.addCacheableFileStrictly(File xmlFile)
          INTENDED FOR TESTSUITE USE ONLY!

Much like Configuration.addCacheableFile(File) except that here we will fail immediately if the cache version cannot be found or used for whatever reason

 

Uses of SerializationException in org.hibernate.ejb.internal
 

Methods in org.hibernate.ejb.internal with parameters of type SerializationException
 void EntityManagerMessageLogger_$logger.unableToDeserializeCache(String arg0, SerializationException arg1)
           
 

Uses of SerializationException in org.hibernate.envers.internal
 

Methods in org.hibernate.envers.internal with parameters of type SerializationException
 void EnversMessageLogger_$logger.unableToDeserializeCache(String arg0, SerializationException arg1)
           
 

Uses of SerializationException in org.hibernate.internal
 

Methods in org.hibernate.internal with parameters of type SerializationException
 void CoreMessageLogger.unableToDeserializeCache(String path, SerializationException error)
           
 void CoreMessageLogger_$logger.unableToDeserializeCache(String path, SerializationException error)
           
 

Uses of SerializationException in org.hibernate.internal.util
 

Methods in org.hibernate.internal.util that throw SerializationException
static Object SerializationHelper.clone(Serializable object)
          Deep clone an Object using serialization.
static Object SerializationHelper.deserialize(byte[] objectData)
          Deserializes an object from an array of bytes using the Thread Context ClassLoader (TCCL).
static Object SerializationHelper.deserialize(byte[] objectData, ClassLoader loader)
          Deserializes an object from an array of bytes.
static Object SerializationHelper.deserialize(InputStream inputStream)
          Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
static Object SerializationHelper.deserialize(InputStream inputStream, ClassLoader loader)
          Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
static Object SerializationHelper.doDeserialize(InputStream inputStream, ClassLoader loader, ClassLoader fallbackLoader1, ClassLoader fallbackLoader2)
           
static byte[] SerializationHelper.serialize(Serializable obj)
          Serializes an Object to a byte array for storage/serialization.
static void SerializationHelper.serialize(Serializable obj, OutputStream outputStream)
          Serializes an Object to the specified stream.
 

Uses of SerializationException in org.hibernate.service.jdbc.connections.internal
 

Methods in org.hibernate.service.jdbc.connections.internal with parameters of type SerializationException
 void C3P0MessageLogger_$logger.unableToDeserializeCache(String arg0, SerializationException arg1)
           
 void ProxoolMessageLogger_$logger.unableToDeserializeCache(String arg0, SerializationException arg1)
           
 



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