Package | Description |
---|---|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cache.spi |
Defines the integration aspect of Hibernate's second-level
caching allowing "caching back ends" to be plugged in as
a caching provider.
|
org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
org.hibernate.engine.spi | |
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
org.hibernate.persister.internal | |
org.hibernate.persister.spi |
Modifier and Type | Method and Description |
---|---|
CollectionDataAccess |
DisabledCaching.getCollectionRegionAccess(NavigableRole collectionRole) |
CollectionDataAccess |
EnabledCaching.getCollectionRegionAccess(NavigableRole collectionRole) |
Modifier and Type | Method and Description |
---|---|
CollectionDataAccess |
DomainDataRegion.getCollectionDataAccess(NavigableRole collectionRole)
Build a CollectionRegionAccess instance representing access to collection
data stored in this cache region using the given AccessType.
|
CollectionDataAccess |
CacheImplementor.getCollectionRegionAccess(NavigableRole collectionRole)
Deprecated.
Use
EntityPersister.getNaturalIdCacheAccessStrategy() ()} instead |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionDataAccess |
class |
CollectionNonStrictReadWriteAccess
Standard support for
CollectionDataAccess
using the AccessType.NONSTRICT_READ_WRITE access type. |
class |
CollectionReadOnlyAccess
Standard support for
CollectionDataAccess
using the AccessType.READ_ONLY access type. |
class |
CollectionReadWriteAccess
Standard support for
CollectionDataAccess
using the AccessType.READ_WRITE access type. |
class |
CollectionTransactionAccess |
Modifier and Type | Method and Description |
---|---|
protected abstract CollectionDataAccess |
AbstractDomainDataRegion.generateCollectionAccess(CollectionDataCachingConfig cachingConfig) |
CollectionDataAccess |
DomainDataRegionTemplate.generateCollectionAccess(CollectionDataCachingConfig accessConfig) |
protected CollectionDataAccess |
DomainDataRegionImpl.generateTransactionalCollectionDataAccess(CollectionDataCachingConfig accessConfig) |
protected CollectionDataAccess |
DomainDataRegionTemplate.generateTransactionalCollectionDataAccess(CollectionDataCachingConfig accessConfig) |
CollectionDataAccess |
AbstractDomainDataRegion.getCollectionDataAccess(NavigableRole collectionRole) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDomainDataRegion.releaseDataAccess(CollectionDataAccess cacheAccess) |
Modifier and Type | Method and Description |
---|---|
CollectionDataAccess |
CacheImplementor.getCollectionRegionAccess(NavigableRole collectionRole)
Deprecated.
Use
EntityPersister.getNaturalIdCacheAccessStrategy() ()} instead |
Modifier and Type | Method and Description |
---|---|
CollectionDataAccess |
AbstractCollectionPersister.getCacheAccessStrategy() |
CollectionDataAccess |
CollectionPersister.getCacheAccessStrategy()
Get the cache
|
Constructor and Description |
---|
AbstractCollectionPersister(Collection collectionBinding,
CollectionDataAccess cacheAccessStrategy,
PersisterCreationContext creationContext) |
BasicCollectionPersister(Collection collectionBinding,
CollectionDataAccess cacheAccessStrategy,
PersisterCreationContext creationContext) |
OneToManyPersister(Collection collectionBinding,
CollectionDataAccess cacheAccessStrategy,
PersisterCreationContext creationContext) |
Modifier and Type | Method and Description |
---|---|
CollectionPersister |
PersisterFactoryImpl.createCollectionPersister(Collection collectionBinding,
CollectionDataAccess cacheAccessStrategy,
PersisterCreationContext creationContext) |
Modifier and Type | Method and Description |
---|---|
CollectionPersister |
PersisterFactory.createCollectionPersister(Collection collectionBinding,
CollectionDataAccess cacheAccessStrategy,
PersisterCreationContext creationContext)
Create a collection persister instance.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.