| Package | Description |
|---|---|
| org.hibernate.cache.infinispan.entity | |
| org.hibernate.cache.spi |
Defines the Hibernate second level caching 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 |
|---|---|
EntityRegionAccessStrategy |
EntityRegionImpl.buildAccessStrategy(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EntityPersister.getCacheAccessStrategy()
Get the cache (optional operation)
|
EntityRegionAccessStrategy |
AbstractEntityPersister.getCacheAccessStrategy() |
| Modifier and Type | Method and Description |
|---|---|
EntityPersister |
PersisterFactoryImpl.createEntityPersister(EntityBinding metadata,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping cfg) |
EntityPersister |
PersisterFactoryImpl.createEntityPersister(PersistentClass metadata,
EntityRegionAccessStrategy cacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdRegionAccessStrategy,
SessionFactoryImplementor factory,
Mapping cfg) |
| Modifier and Type | Method and Description |
|---|---|
EntityPersister |
PersisterFactory.createEntityPersister(EntityBinding model,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping cfg)
Create an entity persister instance.
|
EntityPersister |
PersisterFactory.createEntityPersister(PersistentClass model,
EntityRegionAccessStrategy cacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdAccessStrategy,
SessionFactoryImplementor factory,
Mapping cfg)
Create an entity persister instance.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.