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.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.spi | |
org.hibernate.envers.internal | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
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.loadingCollectionKeyNotFound(CollectionKey arg0) |
Modifier and Type | Method and Description |
---|---|
void |
EhCacheMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0) |
Modifier and Type | Method and Description |
---|---|
void |
StatefulPersistenceContext.addUnownedCollection(CollectionKey key,
PersistentCollection collection) |
PersistentCollection |
StatefulPersistenceContext.getCollection(CollectionKey collectionKey) |
PersistentCollection |
StatefulPersistenceContext.useUnownedCollection(CollectionKey key) |
Modifier and Type | Method and Description |
---|---|
static CollectionKey |
CollectionKey.deserialize(ObjectInputStream ois,
SessionImplementor session)
Custom deserialization routine used during deserialization of a
Session/PersistenceContext for increased performance.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceContext.addUnownedCollection(CollectionKey key,
PersistentCollection collection)
Add a collection which has no owner loaded
|
PersistentCollection |
PersistenceContext.getCollection(CollectionKey collectionKey)
Get the collection instance associated with the CollectionKey
|
PersistentCollection |
PersistenceContext.useUnownedCollection(CollectionKey key)
Take ownership of a previously unowned collection, if one.
|
Modifier and Type | Method and Description |
---|---|
void |
EnversMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0) |
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger.loadingCollectionKeyNotFound(CollectionKey collectionKey) |
void |
CoreMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey collectionKey) |
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0) |
Modifier and Type | Method and Description |
---|---|
void |
ProxoolMessageLogger_$logger.loadingCollectionKeyNotFound(CollectionKey arg0) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.