Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.impl.bridge | |
org.hibernate.persister |
A persister defines a mapping strategy for a collection
or entity.
|
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
CollectionRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionAccessStrategyAdapter
Adapter specifically bridging
CollectionRegionAccessStrategy to CacheConcurrencyStrategy . |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
CollectionRegionAdapter.buildAccessStrategy(AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
static CollectionPersister |
PersisterFactory.createCollectionPersister(Configuration cfg,
Collection model,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
AbstractCollectionPersister.getCacheAccessStrategy() |
CollectionRegionAccessStrategy |
CollectionPersister.getCacheAccessStrategy()
Get the cache
|
Constructor and Description |
---|
AbstractCollectionPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
BasicCollectionPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
OneToManyPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved