|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessType | |
|---|---|
| org.hibernate.cache | This package defines APIs/SPIs and implementations for the Hibernate second-level cache. |
| org.hibernate.cache.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
| org.hibernate.cache.impl.bridge | |
| Uses of AccessType in org.hibernate.cache |
|---|
| Methods in org.hibernate.cache with parameters of type AccessType | |
|---|---|
EntityRegionAccessStrategy |
EntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type. |
CollectionRegionAccessStrategy |
CollectionRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type. |
| Uses of AccessType in org.hibernate.cache.access |
|---|
| Fields in org.hibernate.cache.access declared as AccessType | |
|---|---|
static AccessType |
AccessType.NONSTRICT_READ_WRITE
|
static AccessType |
AccessType.READ_ONLY
|
static AccessType |
AccessType.READ_WRITE
|
static AccessType |
AccessType.TRANSACTIONAL
|
| Methods in org.hibernate.cache.access that return AccessType | |
|---|---|
static AccessType |
AccessType.parse(java.lang.String name)
|
| Uses of AccessType in org.hibernate.cache.impl.bridge |
|---|
| Methods in org.hibernate.cache.impl.bridge with parameters of type AccessType | |
|---|---|
CollectionRegionAccessStrategy |
CollectionRegionAdapter.buildAccessStrategy(AccessType accessType)
|
EntityRegionAccessStrategy |
EntityRegionAdapter.buildAccessStrategy(AccessType accessType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||