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.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.persister.internal | |
org.hibernate.persister.spi |
Modifier and Type | Method and Description |
---|---|
NaturalIdDataAccess |
DisabledCaching.getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName) |
NaturalIdDataAccess |
EnabledCaching.getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName) |
Modifier and Type | Method and Description |
---|---|
Set<NaturalIdDataAccess> |
DisabledCaching.getNaturalIdAccessesInRegion(String regionName) |
Set<NaturalIdDataAccess> |
EnabledCaching.getNaturalIdAccessesInRegion(String regionName) |
Modifier and Type | Method and Description |
---|---|
NaturalIdDataAccess |
CacheImplementor.getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)
Deprecated.
Use
EntityPersister.getNaturalIdCacheAccessStrategy() ()} instead |
NaturalIdDataAccess |
DomainDataRegion.getNaturalIdDataAccess(NavigableRole rootEntityRole)
Build a NaturalIdRegionAccess instance representing access to natural-id
data stored in this cache region using the given AccessType.
|
Modifier and Type | Method and Description |
---|---|
Set<NaturalIdDataAccess> |
CacheImplementor.getNaturalIdAccessesInRegion(String legacyQualifiedRegionName)
Deprecated.
No replacement - added just for support of the newly deprecated methods expecting a qualified region name
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNaturalIdDataAccess |
class |
NaturalIdNonStrictReadWriteAccess
Standard support for
NaturalIdDataAccess
using the AccessType.NONSTRICT_READ_WRITE access type. |
class |
NaturalIdReadOnlyAccess
Standard support for
NaturalIdDataAccess
using the AccessType.READ_ONLY access type. |
class |
NaturalIdReadWriteAccess
Standard support for
NaturalIdDataAccess
using the AccessType.READ_WRITE access type. |
class |
NaturalIdTransactionalAccess |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDomainDataRegion.releaseDataAccess(NaturalIdDataAccess cacheAccess) |
Modifier and Type | Method and Description |
---|---|
NaturalIdDataAccess |
CacheImplementor.getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)
Deprecated.
Use
EntityPersister.getNaturalIdCacheAccessStrategy() ()} instead |
Modifier and Type | Method and Description |
---|---|
Set<NaturalIdDataAccess> |
CacheImplementor.getNaturalIdAccessesInRegion(String legacyQualifiedRegionName)
Deprecated.
No replacement - added just for support of the newly deprecated methods expecting a qualified region name
|
Modifier and Type | Method and Description |
---|---|
NaturalIdDataAccess |
AbstractEntityPersister.getNaturalIdCacheAccessStrategy() |
NaturalIdDataAccess |
EntityPersister.getNaturalIdCacheAccessStrategy()
Get the NaturalId cache (optional operation)
|
Constructor and Description |
---|
AbstractEntityPersister(PersistentClass persistentClass,
EntityDataAccess cacheAccessStrategy,
NaturalIdDataAccess naturalIdRegionAccessStrategy,
PersisterCreationContext creationContext) |
JoinedSubclassEntityPersister(PersistentClass persistentClass,
EntityDataAccess cacheAccessStrategy,
NaturalIdDataAccess naturalIdRegionAccessStrategy,
PersisterCreationContext creationContext) |
SingleTableEntityPersister(PersistentClass persistentClass,
EntityDataAccess cacheAccessStrategy,
NaturalIdDataAccess naturalIdRegionAccessStrategy,
PersisterCreationContext creationContext) |
UnionSubclassEntityPersister(PersistentClass persistentClass,
EntityDataAccess cacheAccessStrategy,
NaturalIdDataAccess naturalIdRegionAccessStrategy,
PersisterCreationContext creationContext) |
Modifier and Type | Method and Description |
---|---|
EntityPersister |
PersisterFactoryImpl.createEntityPersister(PersistentClass entityBinding,
EntityDataAccess entityCacheAccessStrategy,
NaturalIdDataAccess naturalIdCacheAccessStrategy,
PersisterCreationContext creationContext) |
Modifier and Type | Method and Description |
---|---|
EntityPersister |
PersisterFactory.createEntityPersister(PersistentClass entityBinding,
EntityDataAccess entityCacheAccessStrategy,
NaturalIdDataAccess naturalIdCacheAccessStrategy,
PersisterCreationContext creationContext)
Create an entity persister instance.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.