Package | Description |
---|---|
org.hibernate.c3p0.internal |
Implementation of ConnectionProvider using the c3p0 Connection pool.
|
org.hibernate.cache.ehcache |
Defines the integration with Ehcache as a second-level cache service.
|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
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.jpa.internal | |
org.hibernate.proxool.internal |
Implementation of ConnectionProvider using the proxool Connection pool.
|
Modifier and Type | Method and Description |
---|---|
void |
C3P0MessageLogger_$logger.unableToDeserializeCache(String arg0,
SerializationException arg1) |
Modifier and Type | Method and Description |
---|---|
void |
EhCacheMessageLogger_$logger.unableToDeserializeCache(String arg0,
SerializationException arg1) |
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 |
EnversMessageLogger_$logger.unableToDeserializeCache(String arg0,
SerializationException arg1) |
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger.unableToDeserializeCache(String path,
SerializationException error) |
void |
CoreMessageLogger_$logger.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. |
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerMessageLogger_$logger.unableToDeserializeCache(String arg0,
SerializationException arg1) |
Modifier and Type | Method and Description |
---|---|
void |
ProxoolMessageLogger_$logger.unableToDeserializeCache(String arg0,
SerializationException arg1) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.