类的使用
org.hibernate.type.SerializationException
-
使用SerializationException的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.internal.util Internal utility classes. -
-
org.hibernate.boot中SerializationException的使用
抛出SerializationException的org.hibernate.boot中的方法 修饰符和类型 方法 说明 MetadataSourcesMetadataSources. addCacheableFileStrictly(File file)INTENDED FOR TESTSUITE USE ONLY! -
org.hibernate.cfg中SerializationException的使用
抛出SerializationException的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 ConfigurationConfiguration. addCacheableFileStrictly(File xmlFile)INTENDED FOR TESTSUITE USE ONLY! -
org.hibernate.internal中SerializationException的使用
参数类型为SerializationException的org.hibernate.internal中的方法 修饰符和类型 方法 说明 voidCoreMessageLogger. unableToDeserializeCache(String path, SerializationException error) -
org.hibernate.internal.util中SerializationException的使用
抛出SerializationException的org.hibernate.internal.util中的方法 修饰符和类型 方法 说明 static ObjectSerializationHelper. clone(Serializable object)Deep clone anObjectusing serialization.static ObjectSerializationHelper. deserialize(byte[] objectData)Deserializes an object from an array of bytes using the Thread Context ClassLoader (TCCL).static ObjectSerializationHelper. deserialize(byte[] objectData, ClassLoader loader)Deserializes an object from an array of bytes.static <T> TSerializationHelper. deserialize(InputStream inputStream)Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).static ObjectSerializationHelper. deserialize(InputStream inputStream, ClassLoader loader)Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).static <T> TSerializationHelper. doDeserialize(InputStream inputStream, ClassLoader loader, ClassLoader fallbackLoader1, ClassLoader fallbackLoader2)static byte[]SerializationHelper. serialize(Serializable obj)Serializes anObjectto a byte array for storage/serialization.static voidSerializationHelper. serialize(Serializable obj, OutputStream outputStream)Serializes anObjectto the specified stream.
-