Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerMessageLogger_$logger.unableToDeserializeCache(String arg0,
SerializationException arg1) |
Modifier and Type | Method and Description |
---|---|
void |
EnversMessageLogger_$logger.unableToDeserializeCache(String arg0,
SerializationException arg1) |
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger_$logger.unableToDeserializeCache(String path,
SerializationException error) |
void |
CoreMessageLogger.unableToDeserializeCache(String path,
SerializationException error) |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.