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.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Modifier and Type | Method and Description |
---|---|
EntityRegionAccessStrategy |
EntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityAccessStrategyAdapter
Adapter specifically bridging
EntityRegionAccessStrategy to CacheConcurrencyStrategy . |
Modifier and Type | Method and Description |
---|---|
EntityRegionAccessStrategy |
EntityRegionAdapter.buildAccessStrategy(AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
static EntityPersister |
PersisterFactory.createClassPersister(PersistentClass model,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping cfg) |
Modifier and Type | Method and Description |
---|---|
EntityRegionAccessStrategy |
EntityPersister.getCacheAccessStrategy()
Get the cache (optional operation)
|
EntityRegionAccessStrategy |
AbstractEntityPersister.getCacheAccessStrategy() |
Constructor and Description |
---|
AbstractEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
JoinedSubclassEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping mapping) |
SingleTableEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping mapping) |
UnionSubclassEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping mapping) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved